started to write common USB code for pl2303, CDC, HID and composite device

This commit is contained in:
Edward Emelianov
2024-11-30 23:29:26 +03:00
parent cd17777c4d
commit d8284ea725
22 changed files with 1371 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
BINARY := someusb
# MCU code
MCU ?= F103x6
# change this linking script depending on particular MCU model,
LDSCRIPT ?= stm32f103x6.ld
DEFINES := -DSTM32F10X_LD
include ../makefile.f1
include ../../makefile.stm32