File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
rp2_common/pico_cyw43_driver Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 32
32
#define RP2350_ARM_S_FAMILY_ID 0xe48bff59u
33
33
#define RP2350_RISCV_FAMILY_ID 0xe48bff5au
34
34
#define RP2350_ARM_NS_FAMILY_ID 0xe48bff5bu
35
- #define FAMILY_ID_MAX 0xe48bff5bu
35
+ #define FAMILY_ID_DEFAULT_MAX 0xe48bff5bu
36
+ #define WIFI_FIRMWARE_FAMILY_ID 0xe48bff5cu
37
+ #define FAMILY_ID_MAX 0xe48bff5cu
36
38
37
39
// 04 e3 57 99
38
40
#define UF2_EXTENSION_RP2_IGNORE_BLOCK 0x9957e304
Original file line number Diff line number Diff line change @@ -240,8 +240,8 @@ if (EXISTS ${PICO_CYW43_DRIVER_PATH}/${CYW43_DRIVER_TEST_FILE})
240
240
pico_hash_binary (${TARGET} _firmware )
241
241
pico_hash_binary (${TARGET} _firmware_tbyb )
242
242
243
- pico_set_uf2_family (${TARGET} _firmware data )
244
- pico_set_uf2_family (${TARGET} _firmware_tbyb data )
243
+ pico_set_uf2_family (${TARGET} _firmware wifi-firmware )
244
+ pico_set_uf2_family (${TARGET} _firmware_tbyb wifi-firmware )
245
245
246
246
pico_package_uf2_output (${TARGET} _firmware 0x10000000 )
247
247
pico_package_uf2_output (${TARGET} _firmware_tbyb 0x10000000 )
You can’t perform that action at this time.
0 commit comments