Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for RP2350 #16

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    34bd209 View commit details
    Browse the repository at this point in the history
  2. Add support for Pico 2 (RP2350)

    - Updated docker, github action, and cmake to follow latest PrawnBlaster changes
    - Updated readme to detail the differences between the two supported boards
    - Bumped the version to v1.3.0
    - Added the `brd` command to respond with the board version
    - Add some preparation for supporting overclocking
    - Removed `clocks_init()` call which isn't in the PrawnBlaster and doesn't seem to exist in the same form in the latest SDK. It's unclear to me whether removing this is a problem, but in theory, the replacement is meant to have been called before `main()` runs anyway.
    philipstarkey committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    a622024 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcb83a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0ba531 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c006c5a View commit details
    Browse the repository at this point in the history