-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: raspberrypi/pico-sdk
base: master
head repository: raspberrypi/pico-sdk
compare: develop
- 15 commits
- 35 files changed
- 8 contributors
Commits on Jul 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1ca77d6 - Browse repository at this point
Copy the full SHA 1ca77d6View commit details
Commits on Aug 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b30caca - Browse repository at this point
Copy the full SHA b30cacaView commit details
Commits on Aug 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for adcf8be - Browse repository at this point
Copy the full SHA adcf8beView commit details
Commits on Aug 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6a3da02 - Browse repository at this point
Copy the full SHA 6a3da02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 299fb7d - Browse repository at this point
Copy the full SHA 299fb7dView commit details
Commits on Sep 8, 2025
-
src/boards/include/boards/*.h: remove executable bit (#2652)
find src -type f -perm /a+x -name '*.h' -print0 | xargs --null chmod -x
Configuration menu - View commit details
-
Copy full SHA for 36f1df6 - Browse repository at this point
Copy the full SHA 36f1df6View commit details
Commits on Sep 10, 2025
-
Fix race in gpio_set_irq_enabled_with_callback (#2635)
The order depends on whether you're enabling or disabling
Configuration menu - View commit details
-
Copy full SHA for 486b78e - Browse repository at this point
Copy the full SHA 486b78eView commit details -
* Update sha256_alt.h Fix trivial copy-paste error in comment * Update README.md Another small typo in documentation
Configuration menu - View commit details
-
Copy full SHA for d581553 - Browse repository at this point
Copy the full SHA d581553View commit details -
Fix copy-paste-error. With RP2350's Hazard3 should never show up, but anyway.
Configuration menu - View commit details
-
Copy full SHA for 4e1371f - Browse repository at this point
Copy the full SHA 4e1371fView commit details -
Fix always-true comparison warning in pio_insn (#2608)
The sideset_bit_count in pio_encode_sideset_opt is unsigned, so any comparison "sideset_bit_count >= 0" will always be true. GCC with pedantic warnings will complain when this happens. Remove the unneeded >=0 portion of the parameter validity check. Fixes #2607
Configuration menu - View commit details
-
Copy full SHA for ad2f414 - Browse repository at this point
Copy the full SHA ad2f414View commit details
Commits on Sep 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for db75b67 - Browse repository at this point
Copy the full SHA db75b67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17b9144 - Browse repository at this point
Copy the full SHA 17b9144View commit details -
More robust clobbering of ARM builtins on host (#2657)
Since ARM hosts have builtins listed in hardware/sync.h, these builtins should be clobbered. Newer versions of LLVM/Clang emit an error when clobbering these builtins, so this switches the overrides to use the same patterns as pico_atomic to clobber the builtins.
Configuration menu - View commit details
-
Copy full SHA for 87c9c01 - Browse repository at this point
Copy the full SHA 87c9c01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b395cc - Browse repository at this point
Copy the full SHA 6b395ccView commit details -
Forward declare __sev(), __wfe(), __wfi() (#2658)
If the compiler in use offers __sev(), __wfe(), or __wfi(), forward declare them to be sure they're available for use.
Configuration menu - View commit details
-
Copy full SHA for 8fcd44a - Browse repository at this point
Copy the full SHA 8fcd44aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...develop