1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-15 13:29:32 +00:00
mre-mos6502/no-std-example
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
build.rs 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
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 Add example for no_std support 2018-11-04 21:35:50 +01:00

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.