8000
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 1349379 commit 2a3a22dCopy full SHA for 2a3a22d
ports/rp2/CMakeLists.txt
@@ -196,6 +196,7 @@ set(MICROPY_SOURCE_QSTR
196
)
197
198
set(PICO_SDK_COMPONENTS
199
+ boot_bootrom_headers
200
hardware_adc
201
hardware_base
202
hardware_boot_lock
@@ -222,6 +223,7 @@ set(PICO_SDK_COMPONENTS
222
223
pico_base_headers
224
pico_binary_info
225
pico_bootrom
226
+ pico_flash
227
pico_multicore
228
pico_platform
229
pico_platform_compiler
0 commit comments