initial commit
This commit is contained in:
8
example/rp2040_embassy/.cargo/config.toml
Normal file
8
example/rp2040_embassy/.cargo/config.toml
Normal 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"
|
||||
Reference in New Issue
Block a user