generated from MiaFoxcat/Polyform-perimeter-nc-noai
8 lines
266 B
TOML
8 lines
266 B
TOML
[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
|