You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matthias 0c3293fe36
Fix RP2040 multicore HAL and re-enable example (#207)
3 months ago
..
scripts Update microzig to work on zig master 7 months ago
src rp2040: add flash id function (#182) 5 months ago
LICENSE updates for zig 0.12.0 5 months ago
README.md Update microzig to work on zig master 7 months ago
build.zig Fix RP2040 multicore HAL and re-enable example (#207) 3 months ago
build.zig.zon updates for zig 0.12.0 5 months ago

README.md

Examples for the BSP raspberrypi-rp2040

Demos

All demos that run on the RaspberryPi Pico can also be run on the RP2040-Plus without modification.

Flashing

You can flash all examples using either your file browser by dragging the example .uf2 file from zig-out/firmware/ to the directory.

Or you can use picotool to flash a uf2 file:

[user@host] raspberrypi-rp2040/ $ picotool load -x zig-out/firmware/${file}.uf2
Loading into Flash: [==============================]  100%

The device was rebooted to start the application.
[user@host] raspberrypi-rp2040/ $