1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-24 09:29:37 +00:00
mre-mos6502/no-std-example/README.md
2018-11-04 21:35:50 +01:00

3 lines
251 B
Markdown

This is a sample project demonstrating how to use the [mos602](https://github.com/mre/mos6502) crate on `#[no_std]` devices.
It was bootstrapped using the awesome [`cortex-m-quickstart`](https://github.com/rust-embedded/cortex-m-quickstart) template.