1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-27 20:29:41 +00:00
mre-mos6502/no-std-example/README.md

3 lines
251 B
Markdown
Raw Normal View History

2018-11-04 20:33:37 +00:00
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.