Implemented templated vcp wrapper

This commit is contained in:
2020-06-29 00:33:14 +02:00
parent 7d75537427
commit 70e3d52dea
9 changed files with 752 additions and 341 deletions

View File

@@ -43,7 +43,6 @@ Src/adc.c \
Src/usb_device.c \
Src/usbd_conf.c \
Src/usbd_desc.c \
Src/usbd_cdc_if.c \
Src/stm32f0xx_it.c \
Src/stm32f0xx_hal_msp.c \
Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_ll_usb.c \
@@ -75,6 +74,7 @@ Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c
# C++ sources
CXX_SOURCES = \
Src/main.cpp \
Src/uart_vcp.cpp \
Src/vcp_receiver.cpp
# ASM sources