Initial Commit
TODOS: 1. Ensure memory.x has correct memory regions. 2. Add HAL loop delay.
This commit is contained in:
commit
f41f2c6806
10 changed files with 645 additions and 0 deletions
5
rust-toolchain.toml
Normal file
5
rust-toolchain.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[toolchain]
|
||||
channel = "1.96.0"
|
||||
profile = "default"
|
||||
targets = ["thumbv7m-none-eabi"]
|
||||
components = [ "rustfmt", "rust-analyzer", "clippy", "rust-src"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue