Skip to content

Commit 3b13d7a

Browse files
Gadgetoidpeterharperuk
authored andcommitted
rp2: CMakeLists: Add components required by bootrom.h.
Signed-off-by: Peter Harper <[email protected]>
1 parent 0a167cf commit 3b13d7a

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)