8000 rp2: CMakeLists: Add components required by bootrom.h. · micropython/micropython@2a3a22d · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a3a22d

Browse files
Gadgetoidpeterharperuk
authored andcommitte 8000 d
rp2: CMakeLists: Add components required by bootrom.h.
Signed-off-by: Peter Harper <peter.harper@raspberrypi.com>
1 parent 1349379 commit 2a3a22d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/rp2/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ set(MICROPY_SOURCE_QSTR
196196
)
197197

198198
set(PICO_SDK_COMPONENTS
199+
boot_bootrom_headers
199200
hardware_adc
200201
hardware_base
201202
hardware_boot_lock
@@ -222,6 +223,7 @@ set(PICO_SDK_COMPONENTS
222223
pico_base_headers
223224
pico_binary_info
224225
pico_bootrom
226+
pico_flash
225227
pico_multicore
226228
pico_platform
227229
pico_platform_compiler

0 commit comments

Comments
 (0)
0