initial commit

This commit is contained in:
2026-01-12 23:18:42 +01:00
commit debbbcdb37
10 changed files with 1905 additions and 0 deletions

8
.cargo/config.toml Normal file
View File

@@ -0,0 +1,8 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "picotool load --update --verify --execute -t elf"
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "debug"