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 Adafruit RP2040 boards #1

Merged
merged 2 commits into from
May 25, 2021
Merged

Conversation

caternuson
Copy link

Add support for builds to run on Adafruit RP2040 boards.

  • Feather RP2040
  • QT Py RP2040
  • ItsyBitsy RP2040
  • QT2040 Trinkey

Builds all tested and worked using gcc-arm-none-eabi-7-2018-q2-update.

Edit firmware/source/CMakeLists.txt file to set target board. Probably a better way, but currently don't know enough cmake to do anything fancier.

Local copy of pico-sdk had changes to pico-sdk/src/rp2_common/hardware_xosc/xosc.c:

    xosc_hw->startup = startup_delay * 64;

@caternuson caternuson requested a review from ladyada May 24, 2021 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants