Initial commit

This commit is contained in:
MiaFoxcat 2025-08-21 08:50:30 +02:00
parent 22fc87e7f7
commit 30b3c0aaf5
Signed by: MiaFoxcat
GPG key ID: EF241F186E9DD499
11 changed files with 2103 additions and 2 deletions

8
.cargo/config.toml Normal file
View file

@ -0,0 +1,8 @@
[target.thumbv8m.main-none-eabi] # <-change for your platform
runner = 'probe-rs run --chip RP235x' # <- change for your chip
[build]
target = "thumbv8m.main-none-eabi" # <-change for your platform
[env]
DEFMT_LOG = "trace" # <- can change to info, warn, or error