Fix up build_family style builds:

- added back pre-existing board directories which now just select PICO_BOARD
 - added boards/pico_sdk which just uses the pre-existing PICO_BOARD setting
 - fixed rp2040/family.cmake to include the magic string "CFG_TUSB_MCU=OPT_MCU_RP2040" expected by build_family.py
This commit is contained in:
graham sanderson
2021-05-31 10:06:07 -05:00
parent 95f2478146
commit 5d161b79bb
10 changed files with 23 additions and 14 deletions

View File

@@ -0,0 +1 @@
set(PICO_BOARD pico)