use boot2_generic_03h for adafruit feather rp2040

- also use boot2_generic_03h for now for itsy bitsy and qt rp2040
- change default flash target for rp2040 to flash-pyocd
This commit is contained in:
hathach
2021-03-18 19:53:39 +07:00
parent e182bb2a5b
commit 249852d25c
22 changed files with 46 additions and 22 deletions
+6
View File
@@ -1,3 +1,9 @@
# Board specific define e.g boot stage2
# PICO_DEFAULT_BOOT_STAGE2_FILE must be set before pico_sdk_init()
include(${TOP}/hw/bsp/${FAMILY}/boards/${BOARD}/board.cmake)
pico_sdk_init()
target_link_libraries(${PROJECT}
pico_stdlib
pico_bootsel_via_double_reset