add new concept USB-CDC template for STM32F303

This commit is contained in:
Edward Emelianov
2025-09-04 21:25:58 +03:00
parent 962d181e89
commit 8be4f0975e
30 changed files with 14535 additions and 4 deletions

View File

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