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 88455f0 commit eb79f92Copy full SHA for eb79f92
universal/wrapper/CMakeLists.txt
@@ -51,7 +51,8 @@ function(pico_add_extra_outputs TARGET)
51
if (NOT (PICO_PLATFORM MATCHES rp2040))
52
get_target_property(BINARY_TYPE ${SOURCE_TARGET} PICO_TARGET_BINARY_TYPE)
53
if (${BINARY_TYPE} STREQUAL "no_flash")
54
- message("Packaging no_flash universal binary to SRAM, so it has a load_map")
+ message("Ensuring no_flash universal binary has a load_map")
55
+ # This is required so it is copied to the correct location in SRAM
56
pico_ensure_load_map(${SOURCE_TARGET})
57
endif()
58
0 commit comments