Continue to write USB protocol documentation and fix bugs in code.

This commit is contained in:
2024-08-16 12:37:11 +03:00
parent 018f0d4b33
commit b10fb37c58
19 changed files with 321 additions and 65 deletions

View File

@@ -4,6 +4,7 @@ MCU := F303xd
# change this linking script depending on particular MCU model,
LDSCRIPT := stm32f303xD.ld
DEFINES := -DUSB2_16
#DEFINES := -DUSB1_16
include ../makefile.f3
include ../../makefile.stm32