We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1819cc commit d7170caCopy full SHA for d7170ca
bootloaders/uart/CMakeLists.txt
@@ -8,7 +8,7 @@ target_link_libraries(uart_boot pico_stdlib hardware_flash)
8
# add partition table
9
pico_embed_pt_in_binary(uart_boot ${CMAKE_CURRENT_LIST_DIR}/uart-pt.json)
10
11
-# create absolute UF2
+# create absolute UF2, as it's a bootloader so shouldn't go in a partition
12
pico_set_uf2_family(uart_boot "absolute")
13
14
# create map/bin/hex file etc.
0 commit comments