From 515c8a8eb9fec5f6992db7f5cf9b9c8bdb539f46 Mon Sep 17 00:00:00 2001 From: Dien-Nhung Nguyen-Phu Date: Thu, 11 Jul 2024 21:38:18 +0700 Subject: usb: remove usbdev from StdPeriphDriver The library only have 4 endpoint supported while the chip have capable of 8. And its design is kind of cumbersome. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dfa7759..362e700 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,6 @@ CH5xx_ble_firmware_library/StdPeriphDriver/CH58x_uart0.c \ CH5xx_ble_firmware_library/StdPeriphDriver/CH58x_timer1.c \ CH5xx_ble_firmware_library/StdPeriphDriver/CH58x_pwm.c \ CH5xx_ble_firmware_library/StdPeriphDriver/CH58x_usbhostClass.c \ -CH5xx_ble_firmware_library/StdPeriphDriver/CH58x_usbdev.c \ CH5xx_ble_firmware_library/StdPeriphDriver/CH58x_adc.c \ CH5xx_ble_firmware_library/StdPeriphDriver/CH58x_usbhostBase.c \ CH5xx_ble_firmware_library/StdPeriphDriver/CH58x_timer3.c \ -- cgit v1.2.3