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 d6b3be320f
rp2040-flasher inital commit (#72)
Co-authored-by: Felix (xq) Queißner <git@random-projects.net>
1 year ago
.buildkite Pio updates (#41) 1 year ago
examples fix i2c reading and add bus scan example (#71) 1 year ago
src fix i2c reading and add bus scan example (#71) 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 Readme fix (#37) 1 year ago
build.zig rp2040-flasher inital commit (#72) 1 year ago
build.zig.zon rp2040-flasher inital commit (#72) 1 year ago
rp2040.ld Flash from user code (#35) 1 year ago

README.adoc

= raspberrypi-rp2040

HAL and register definitions for the RP2040.

== What version of Zig to use

Right now we are following https://ziglang.org/download/[master], but once 0.11.0 is released, we will be switching to the latest stable version of Zig.