-
Notifications
You must be signed in to change notification settings - Fork 950
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Wi-Fi firmware partition support for Pico 2 W #1969
base: develop
Are you sure you want to change the base?
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a4d28d2 - Browse repository at this point
Copy the full SHA a4d28d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f35fdb9 - Browse repository at this point
Copy the full SHA f35fdb9View commit details -
Add partitions for Wi-Fi firmware
Enabled using the pico_use_partition_firmware(exe_name) cmake function
Configuration menu - View commit details
-
Copy full SHA for 8d258a8 - Browse repository at this point
Copy the full SHA 8d258a8View commit details -
Use common scope var for PICO_CYW43_DRIVER_CURRENT_PATH, and remove w…
…ifi only firmware variants
Configuration menu - View commit details
-
Copy full SHA for 8e570b9 - Browse repository at this point
Copy the full SHA 8e570b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e26b2b - Browse repository at this point
Copy the full SHA 0e26b2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3f0071 - Browse repository at this point
Copy the full SHA b3f0071View commit details -
Throw FATAL_ERROR when using RP2040
RP2040 does not support partitions, so throw fatal_error at the CMake stage
Configuration menu - View commit details
-
Copy full SHA for cf61a17 - Browse repository at this point
Copy the full SHA cf61a17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d9e1f9 - Browse repository at this point
Copy the full SHA 9d9e1f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ba5fa9 - Browse repository at this point
Copy the full SHA 7ba5fa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 639e0c4 - Browse repository at this point
Copy the full SHA 639e0c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80fc3ce - Browse repository at this point
Copy the full SHA 80fc3ceView commit details -
Change partition ID to 0x776966696669726d (wififirm) and use data UF2…
… family Adds CYW43_WIFI_FW_PARTITION_ID define to override the partition ID
Configuration menu - View commit details
-
Copy full SHA for 85f1105 - Browse repository at this point
Copy the full SHA 85f1105View commit details -
Add copyright headers Put ptinfo buffer on the stack, and break when partition is found Improve function description
Configuration menu - View commit details
-
Copy full SHA for cea9802 - Browse repository at this point
Copy the full SHA cea9802View commit details -
RCP mask constants still need to be accessed from Risc-V
Configuration menu - View commit details
-
Copy full SHA for 1e7e0c7 - Browse repository at this point
Copy the full SHA 1e7e0c7View commit details -
Rename CYW43_USE_PARTITION_FIRMWARE->CYW43_USE_FIRMWARE_PARTITION and…
… CYW43_WIFI_FW_PARTITION_ID->CYW43_FIRMWARE_PARTITION_ID
Configuration menu - View commit details
-
Copy full SHA for f2511a9 - Browse repository at this point
Copy the full SHA f2511a9View commit details -
Use hard copies of the firmware for Risc-V builds
The Risc-V compiler doesn't link the firmware blobs as expected, so use Arm ELFs instead
Configuration menu - View commit details
-
Copy full SHA for 1e8324a - Browse repository at this point
Copy the full SHA 1e8324aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9730601 - Browse repository at this point
Copy the full SHA 9730601View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfd0c34 - Browse repository at this point
Copy the full SHA cfd0c34View commit details -
Add note to rom_pick_ab_partition to see rom_pick_ab_update_partition…
… when in a flash update boot
Configuration menu - View commit details
-
Copy full SHA for def9608 - Browse repository at this point
Copy the full SHA def9608View commit details