We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c51742 commit 0dd9374Copy full SHA for 0dd9374
tools/libpico/CMakeLists.txt
@@ -51,7 +51,8 @@ if (${cpu} MATCHES "rp2040")
51
PICO_XOSC_STARTUP_DELAY_MULTIPLIER=64
52
PICO_FLOAT_SUPPORT_ROM_V1=1
53
PICO_DOUBLE_SUPPORT_ROM_V1=1
54
- PICO_RP2040=1)
+ PICO_RP2040=1
55
+ LIB_PICO_MULTICORE=1)
56
elseif (${cpu} MATCHES "rp2350")
57
set(xcd
58
CFG_TUSB_DEBUG=0
0 commit comments