add USB temlpate for F303

This commit is contained in:
eddyem
2023-01-23 12:19:19 +03:00
parent 09000fef73
commit a74e6f071b
26 changed files with 1633 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
BINARY := usbtemplate
# MCU code
MCU := F303xb
# change this linking script depending on particular MCU model,
LDSCRIPT := stm32f303xB.ld
include ../makefile.f3
include ../../makefile.stm32