Implement virtual com port receiver

This commit is contained in:
2020-06-28 21:22:17 +02:00
parent 3d0cce0db4
commit e0bb399415
5 changed files with 79 additions and 3 deletions

View File

@@ -74,7 +74,8 @@ Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c
# C++ sources
CXX_SOURCES = \
Src/main.cpp
Src/main.cpp \
Src/vcp_receiver.cpp
# ASM sources
ASM_SOURCES = \