stm32/hrtim: add example impl.

This commit is contained in:
xoviat
2023-06-27 20:30:58 -05:00
parent 348019e37f
commit 3252eaa060
8 changed files with 129 additions and 1 deletions

View File

@ -0,0 +1,9 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace STM32F429ZITx with your chip as listed in `probe-rs-cli chip list`
runner = "probe-rs-cli run --chip STM32F303ZETx"
[build]
target = "thumbv7em-none-eabihf"
[env]
DEFMT_LOG = "trace"