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: earlephilhower/arduino-pico
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: earlephilhower/arduino-pico
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: sla
Choose a head ref
  • 5 commits
  • 6 files changed
  • 1 contributor

Commits on Sep 11, 2025

  1. Add I2S slave output mode

    Uses an external BCLK and LRCLK to control timing of the I2S data output.
    Useful for synchronizing to an external device or for higher precision
    clocking than the internal PLL can provide.
    earlephilhower committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    714cf29 View commit details
    Browse the repository at this point in the history
  2. On DMA underflow, ensure 0s continue to be sent

    Don't block on a PULL, just send the X register out (will be set to
    0 by the setup code).
    earlephilhower committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    230f82d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4389b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89797fe View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

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