-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: raspberrypi/pico-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: raspberrypi/pico-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: lurch-patch-4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 30 files changed
- 6 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 -
Configuration menu - View commit details
-
Copy full SHA for 193a567 - Browse repository at this point
Copy the full SHA 193a567View commit details
Loading
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...lurch-patch-4