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-examples
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-examples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ns-alpha
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 18 files changed
  • 3 contributors

Commits on Aug 27, 2025

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

Commits on Sep 4, 2025

  1. Properly map IO and PAD register offsets for QSPI (#697)

    * Properly map IO and PAD register offsets for QSPI
    
    In the UART bootloader example the QSPI pins are used for normal IO and
    a `qspi_gpio_set_function()` function is used locally to setup the pins.
    This function didn't take into account that the IO and PAD register
    banks for the QSPI IOs are not in the same order. We correct this by
    adding a lookup table to map between the two.
    
    * Use function defines from QSPI definitions
    
    * remove 'static' per PR discussion
    lifeisafractal authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    aed0867 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

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

Commits on Oct 7, 2025

  1. Use PIO APIs

    will-v-pi committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    3564c80 View commit details
    Browse the repository at this point in the history
  2. Use pads helper functions

    will-v-pi committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    069bcac View commit details
    Browse the repository at this point in the history
  3. Use new pico_secure lib

    will-v-pi committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    26f5be2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19e8a67 View commit details
    Browse the repository at this point in the history
  5. Use new rolling functions

    will-v-pi committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    17fcb42 View commit details
    Browse the repository at this point in the history
  6. Add nonsecure stdio_usb

    will-v-pi committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    af8c6d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. Configuration menu
    Copy the full SHA
    8637ee4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32c7587 View commit details
    Browse the repository at this point in the history
  3. Fix name in readme

    will-v-pi committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    cefdee9 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. Tidy up trustzone_pt.json

    will-v-pi committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    04d8354 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. Configuration menu
    Copy the full SHA
    2ece61c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f43b9eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9270211 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    baec217 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e1c709 View commit details
    Browse the repository at this point in the history
  6. More comments

    will-v-pi committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    003526c View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. Fix typo

    will-v-pi committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    12e1359 View commit details
    Browse the repository at this point in the history
Loading