Moved BFPOWER drivers to Physical

This commit is contained in:
Zachary Sunforge
2024-11-14 12:39:06 -08:00
parent 943c47e65b
commit 5f7b005950
20 changed files with 2822 additions and 3 deletions

View File

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