No description
| .cargo | wip add alias for using host machine target for test | |
| src | Try to replace static mut by atomic | |
| .gitignore | first commit | |
| Cargo.toml | WIP clean cargo dep | |
| memory.x | first commit | |
| openocd.cfg | first commit | |
| readme.md | add readme | |
Trying rust on mcu
Just a test to evaluate configuration and use of rust in mcu field
HowTo
build: cargo build
flash: cargo run
run tests: cargo t or cargo test --target x86_64-unknown-linux-gnu
Test
- simple led blinking
- systick led blinking
- simple uart
- custom linker script
- custom logging