rp2/CMakeLists.txt: Add components required by bootrom.h.
Signed-off-by: Peter Harper <peter.harper@raspberrypi.com>
This commit is contained in:
parent
a93762a762
commit
929d7a7526
1 changed files with 2 additions and 0 deletions
|
|
@ -196,6 +196,7 @@ set(MICROPY_SOURCE_QSTR
|
|||
)
|
||||
|
||||
set(PICO_SDK_COMPONENTS
|
||||
boot_bootrom_headers
|
||||
hardware_adc
|
||||
hardware_base
|
||||
hardware_boot_lock
|
||||
|
|
@ -222,6 +223,7 @@ set(PICO_SDK_COMPONENTS
|
|||
pico_base_headers
|
||||
pico_binary_info
|
||||
pico_bootrom
|
||||
pico_flash
|
||||
pico_multicore
|
||||
pico_platform
|
||||
pico_platform_compiler
|
||||
|
|
|
|||
Loading…
Reference in a new issue