will-v-pi
will-v-pi
Add an example demonstrating the use of stride, where the stride is set to twice the image width to allow an image from a second camera to be copied into...
Add some more `#ifndef`s to improve compatibility with Arm Compiler 6. This branch of the SDK has been used in the [RP2xxx_DFP](https://github.com/raspberrypi/CMSIS-RP2xxx-DFP) Additionally AC6 doesn't use the same linker scripts,...
Fixes #878 by adding an assertion that the ordering of pins in bi_pins_with_names is correct The pins are passed as a pin mask, so there is no ordering, and therefore...
The CMake GNUInstallDirs module prior to CMake version 3.23.1 used an architecture-specific CMAKE_INSTALL_LIBDIR on debian, which is not searched by `find_package` calls from the SDK Fix this in the same...
This PR adds an extra wrapper around `rom_pick_ab_partition`, which makes it safer when called during a TBYB boot, and includes a call to get the flash_update_base Currently, when doing a...
Don't run coprodis on Risc-V binaries, or RP2040 binaries, as it only works with the RP2350 Arm coprocessors, so throws warnings when run against Risc-V binaries if the instructions happen...
Install picotool before building SDK projects Fixes #41 and fixes #42
This adds the ability to store and load the Wi-Fi firmware for Pico 2 W in a partition. It can be enabled by adding `pico_use_wifi_firmware_partition()` to your CMakeLists.txt, which will...
Adds an example of Pico 2 W OTA update Requires raspberrypi/pico-sdk#1969
Add a note on how to write the AES key to OTP to the encrypted bootloader readme - prompted by #552