1
0
Fork
You've already forked embedded_rust_test
0
No description
  • Rust 100%
2026年03月19日 08:37:04 +01:00
.cargo wip add alias for using host machine target for test 2026年02月26日 15:32:09 +01:00
src Try to replace static mut by atomic 2026年03月19日 08:37:04 +01:00
.gitignore first commit 2026年02月11日 16:39:24 +01:00
Cargo.toml WIP clean cargo dep 2026年03月02日 19:06:12 +01:00
memory.x first commit 2026年02月11日 16:39:24 +01:00
openocd.cfg first commit 2026年02月11日 16:39:24 +01:00
readme.md add readme 2026年02月26日 15:31:31 +01:00

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