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.
 
 
 
 
 
 
Felix Queißner d9cbc3654e
Microzig Generation 2 Build Interface (#82)
* Starts to rework build framework.
* First building version.
* Documents paths to supported devices.
* Tiny fix for MicroZig.
* Drops CI

---------

Co-authored-by: Felix "xq" Queißner <git@random-projects.net>
1 year ago
examples Enable XIP using stage 2 bootloader (#73) 1 year ago
src Microzig Generation 2 Build Interface (#82) 1 year ago
tools rp2040-flasher inital commit (#72) 1 year ago
.gitattributes try lf endings to fix windows compile error (#7) 2 years ago
.gitignore PIO assembler (#25) 1 year ago
LICENSE add license 2 years ago
README.adoc Microzig Generation 2 Build Interface (#82) 1 year ago
build.zig Microzig Generation 2 Build Interface (#82) 1 year ago
build.zig.zon Microzig Generation 2 Build Interface (#82) 1 year ago
rp2040.ld Enable XIP using stage 2 bootloader (#73) 1 year ago

README.adoc

= raspberrypi-rp2040

HAL and register definitions for the RP2040.

== What version of Zig to use

0.11.0

== Supported devices ==

- Raspberry Pi RP2040 (`chips.rp2040`)
- Raspberry Pi Pico (`boards.raspberry_pi.pico`)
- (*experimental*) Waveshare RP2040-Plus (4M Flash) (`boards.waveshare.rp2040_plus_4m`)
- (*experimental*) Waveshare RP2040-Plus (16M Flash) (`boards.waveshare.rp2040_plus_16m`)
- (*experimental*) Waveshare RP2040-ETH Mini (`boards.waveshare.rp2040_eth`)
- (*experimental*) Waveshare RP2040-Matrix (`boards.waveshare.rp2040_matrix`)