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.
 
 
 
 
 
 
Vesim b0e346608e
PIO assembler (#25)
* WIP pio assembler

* add comparison tests against the official assembler

* tokenizer passing tests

* add buildkite pipeline

* comparison tests

* assembler now outputting a few programs similar to official

* largely complete

---------

Co-authored-by: Matt Knight <mattnite@proton.me>
1 year ago
.buildkite PIO assembler (#25) 1 year ago
deps PIO assembler (#25) 1 year ago
examples PIO assembler (#25) 1 year ago
src PIO assembler (#25) 1 year ago
.gitattributes try lf endings to fix windows compile error (#7) 2 years ago
.gitignore PIO assembler (#25) 1 year ago
.gitmodules move examples in here (#12) 2 years ago
LICENSE add license 2 years ago
README.adoc Readme fix (#37) 1 year ago
build.zig PIO assembler (#25) 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.