update pico-sdk to more recent commit
- move target_link_libraries() to family.cmake - enable pico_bootsel_via_double_reset
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
target_link_libraries(${PROJECT}
|
||||
pico_stdlib
|
||||
pico_bootsel_via_double_reset
|
||||
pico_fix_rp2040_usb_device_enumeration
|
||||
)
|
||||
|
||||
pico_add_extra_outputs(${PROJECT})
|
||||
|
||||
# TinyUSB Stack source
|
||||
set(SRC_TINYUSB
|
||||
${TOP}/src/tusb.c
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
FAMILY_SUBMODULES = hw/mcu/raspberrypi/pico-sdk
|
||||
|
||||
JLINK_DEVICE = rp2040_m0_0
|
||||
|
||||
Reference in New Issue
Block a user