Initial commit

Signed-off-by: Nicholas Mello <nick@nmello.dev>
This commit is contained in:
2026-07-10 23:17:03 -05:00
commit 93f2bbde47
7 changed files with 1635 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 = "probe-rs run --chip RP2040"
[build]
target = "thumbv6m-none-eabi" # Cortex-M0 and Cortex-M0+
[env]
DEFMT_LOG = "debug"