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 b3f0071 commit cf61a17Copy full SHA for cf61a17
src/rp2_common/pico_cyw43_driver/CMakeLists.txt
@@ -164,6 +164,9 @@ if (EXISTS ${PICO_CYW43_DRIVER_PATH}/${CYW43_DRIVER_TEST_FILE})
164
pico_promote_common_scope_vars()
165
166
function(pico_use_partition_firmware TARGET)
167
+ if (PICO_PLATFORM STREQUAL "rp2040")
168
+ message(FATAL_ERROR "RP2040 does not support storing wi-fi firmware in partitions")
169
+ endif()
170
target_compile_definitions(${TARGET} PRIVATE CYW43_USE_PARTITION_FIRMWARE=1)
171
pico_embed_pt_in_binary(${TARGET} ${PICO_CYW43_DRIVER_CURRENT_PATH}/wifi_pt.json)
172
0 commit comments