usb: add cdc-acm serial and write to flash

This commit is contained in:
Dien-Nhung Nguyen-Phu
2024-07-11 21:34:07 +07:00
parent 49fc27a23e
commit c3912e01a2
5 changed files with 210 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ src/usb/ctrl.c \
src/usb/debug.c \
src/usb/dev.c \
src/usb/composite/hiddev.c \
src/usb/composite/cdc-serial.c \
# ASM sources
ASM_SOURCES = \