mre-mos6502/no-std-example
Matthias Endler ad90d9294c Statically initialize CPU 2021-01-29 00:14:50 +01:00
..
.cargo Add example for no_std support 2018-11-04 21:35:50 +01:00
src Statically initialize CPU 2021-01-29 00:14:50 +01:00
.gitignore Add example for no_std support 2018-11-04 21:35:50 +01:00
Cargo.toml Statically initialize CPU 2021-01-29 00:14:50 +01:00
README.md Add example for no_std support 2018-11-04 21:35:50 +01:00
build.rs Add example for no_std support 2018-11-04 21:35:50 +01:00
memory.x bump memory to 128K 2021-01-29 00:14:32 +01:00
openocd.cfg Add example for no_std support 2018-11-04 21:35:50 +01:00
openocd.gdb Add example for no_std support 2018-11-04 21:35:50 +01:00

README.md

This is a sample project demonstrating how to use the mos602 crate on #[no_std] devices. It was bootstrapped using the awesome cortex-m-quickstart template.