Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bootloaders/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
add_subdirectory_exclude_platforms(uart host rp2040)

if (TARGET pico_mbedtls)
# note uart bootloader doesn't use Mbed TLS, but it requires picotool with Mbed TLS, so the above check is a good proxy
add_subdirectory_exclude_platforms(uart host rp2040)
add_subdirectory_exclude_platforms(encrypted host rp2040 rp2350-riscv)
else()
# Assume picotool has no signing support, if no pico_mbedtls available
message("Skipping encrypted bootloader example as pico_mbedtls unavailable")
message("Skipping uart bootloader and encrypted bootloader examples as Mbed TLS is not available")
endif ()