stm32: add USB driver.

This commit is contained in:
Dario Nieuwenhuis
2022-05-30 00:36:30 +02:00
parent 0aa73f58e2
commit 3e4bead321
19 changed files with 1989 additions and 5 deletions

View File

@ -0,0 +1,6 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
# replace STM32F429ZITx with your chip as listed in `probe-run --list-chips`
runner = "probe-run --chip STM32L552ZETxQ"
[build]
target = "thumbv8m.main-none-eabihf"