We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9902d31 commit 724236aCopy full SHA for 724236a
bootloaders/CMakeLists.txt
@@ -1 +1,6 @@
1
-add_subdirectory_exclude_platforms(encrypted host rp2040 rp2350-riscv)
+if (TARGET pico_mbedtls)
2
+ add_subdirectory_exclude_platforms(encrypted host rp2040 rp2350-riscv)
3
+else()
4
+ # Assume picotool has no signing support, if no pico_mbedtls available
5
+ message("Skipping encrypted bootloader example as pico_mbedtls unavailable")
6
+endif ()
0 commit comments