stm32: add stm32c0 examples.

This commit is contained in:
Dario Nieuwenhuis
2023-01-17 18:54:43 +01:00
parent 2a349afea7
commit 355761fd68
7 changed files with 115 additions and 0 deletions

View File

@ -0,0 +1,9 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace STM32G071C8Rx with your chip as listed in `probe-run --list-chips`
runner = "probe-rs-cli run --speed 100 --chip STM32c031c6tx"
[build]
target = "thumbv6m-none-eabi"
[env]
DEFMT_LOG = "trace"