Skip to content
Permalink

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
Choose a base ref
...
head repository: raspberrypi/pico-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: lurch-patch-4
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 30 files changed
  • 6 contributors

Commits on Jul 29, 2025

  1. start 2.2.1-develop

    kilograham committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    1ca77d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Configuration menu
    Copy the full SHA
    b30caca View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. Configuration menu
    Copy the full SHA
    adcf8be View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

  1. Configuration menu
    Copy the full SHA
    6a3da02 View commit details
    Browse the repository at this point in the history
  2. fix compiler warning

    kilograham committed Aug 27, 2025
    Configuration menu
    Copy the full SHA
    299fb7d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. src/boards/include/boards/*.h: remove executable bit (#2652)

    find src -type f -perm /a+x -name '*.h' -print0 | xargs --null chmod -x
    josch authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    36f1df6 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. Fix race in gpio_set_irq_enabled_with_callback (#2635)

    The order depends on whether you're enabling or disabling
    will-v-pi authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    486b78e View commit details
    Browse the repository at this point in the history
  2. Correct two typos (#2648)

    * Update sha256_alt.h
    
    Fix trivial copy-paste error in comment
    
    * Update README.md
    
    Another small typo in documentation
    hpcraink authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    d581553 View commit details
    Browse the repository at this point in the history
  3. Update instructions.h (#2647)

    Fix copy-paste-error. With RP2350's Hazard3 should never show up, but anyway.
    hpcraink authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    4e1371f View commit details
    Browse the repository at this point in the history
  4. 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
    earlephilhower authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    ad2f414 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    193a567 View commit details
    Browse the repository at this point in the history
Loading