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: individual-examples
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 130 files changed
  • 1 contributor

Commits on Feb 5, 2025

  1. Add support for configuring examples individually

    This adds the ability to configure examples individually, so you can either build all of pico examples, or you can just cd into a single example and build that.
    will-v-pi committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    129ec66 View commit details
    Browse the repository at this point in the history
  2. Revert "Add support for configuring examples individually"

    This reverts commit 129ec66.
    will-v-pi committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    fa9d1d3 View commit details
    Browse the repository at this point in the history
  3. Alternative approach with more spiel

    This approach adds more spiel to each project CMakeLists.txt, but means that you can just copy an example folder elsewhere, add a pico_sdk_import.cmake file, and then compile it as normal.
    will-v-pi committed Feb 5, 2025
    Configuration menu
    Copy the full SHA
    099dc45 View commit details
    Browse the repository at this point in the history
Loading