Crates.io | pio-parser |
lib.rs | pio-parser |
version | 0.2.2 |
source | src |
created_at | 2021-12-11 16:44:27.81382 |
updated_at | 2023-04-22 22:00:06.710141 |
description | Raspberry Silicon PIO asm parser |
homepage | |
repository | https://github.com/rp-rs/pio-rs |
max_upload_size | |
id | 496280 |
size | 23,803 |
Support for the Raspberry Silicon RP2040's PIO State Machines asm syntax.
This crate can parse PIO asm syntax. It is part of pio.
This crate is just the PIO syntax parser. If you want to see some fully-featured PIO examples integrated with Embedded Rust on the RP2040, check out the rp-hal examples.
NOTE This tool is under active development. As such, it is likely to remain volatile until a 1.0.0 release.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/rp-rs/pio-rs/issues Matrix: #rp-rs:matrix.org