This commit is contained in:
Dario Nieuwenhuis
2022-07-10 19:45:26 +02:00
commit e560415fde
11 changed files with 1298 additions and 0 deletions

View File

@ -0,0 +1,8 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "probe-run --chip RP2040"
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "trace"