Compile starter project

This commit is contained in:
Invariantspace 2024-10-11 23:48:37 -07:00
parent a3030756cb
commit 661ebf6e7d
No known key found for this signature in database
GPG key ID: EBC4A20067373921
10 changed files with 1653 additions and 6 deletions

8
.cargo/config.toml Normal file
View file

@ -0,0 +1,8 @@
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "debug"
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "elf2uf2-rs -d"