484e0acc63
* Add flash drivers for L0, L1, L4, WB and WL. Not tested for WB, but should be similar to WL. * Add embassy-boot-stm32 for bootloading on STM32. * Add flash examples and bootloader examples * Update stm32-data
7 lines
201 B
TOML
7 lines
201 B
TOML
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
|
# replace your chip as listed in `probe-run --list-chips`
|
|
runner = "probe-run --chip STM32L475VG"
|
|
|
|
[build]
|
|
target = "thumbv7em-none-eabihf"
|