From 929d7a75265e7f5ed898560b065fd33af5a18264 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Wed, 25 Sep 2024 09:58:07 +0100 Subject: [PATCH] rp2/CMakeLists.txt: Add components required by bootrom.h. Signed-off-by: Peter Harper --- ports/rp2/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ports/rp2/CMakeLists.txt b/ports/rp2/CMakeLists.txt index 4baaf7debf..4c85b83440 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