summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Howard <github@gadgetoid.com>2024-09-25 09:58:07 +0100
committerDamien George <damien@micropython.org>2024-12-19 16:54:36 +1100
commit929d7a75265e7f5ed898560b065fd33af5a18264 (patch)
tree7f5809bf02d4523dc40a15a77d82f210911c2f89
parenta93762a7623c235d24a3fe806774078c50067555 (diff)
rp2/CMakeLists.txt: Add components required by bootrom.h.
Signed-off-by: Peter Harper <peter.harper@raspberrypi.com>
-rw-r--r--ports/rp2/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/rp2/CMakeLists.txt b/ports/rp2/CMakeLists.txt
index 4baaf7deb..4c85b8344 100644
--- a/ports/rp2/CMakeLists.txt
+++ b/ports/rp2/CMakeLists.txt
@@ -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