From aa682d730123a1191782b1a160ce25ea20580ee6 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 2 Nov 2021 13:52:30 +0700 Subject: add fix for stm32l4 (version 3.10a) which generate transfer complete when setup recieved and control out data complete --- src/device/dcd_attr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/device') diff --git a/src/device/dcd_attr.h b/src/device/dcd_attr.h index 70854f9c6..952a8b8c8 100644 --- a/src/device/dcd_attr.h +++ b/src/device/dcd_attr.h @@ -125,6 +125,7 @@ #elif TU_CHECK_MCU(OPT_MCU_STM32L4) #if defined (STM32L475xx) || defined (STM32L476xx) || \ defined (STM32L485xx) || defined (STM32L486xx) || defined (STM32L496xx) || \ + defined (STM32L4A6xx) || defined (STM32L4P5xx) || defined (STM32L4Q5xx) || \ defined (STM32L4R5xx) || defined (STM32L4R7xx) || defined (STM32L4R9xx) || \ defined (STM32L4S5xx) || defined (STM32L4S7xx) || defined (STM32L4S9xx) #define DCD_ATTR_ENDPOINT_MAX 6 -- cgit v1.3.1