diff options
| author | hathach <[email protected]> | 2021-11-02 13:52:30 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-11-02 13:52:30 +0700 |
| commit | aa682d730123a1191782b1a160ce25ea20580ee6 (patch) | |
| tree | 1ff3cf21ce7dab21b813f5e1841cb6ab0c0ab040 /src/device | |
| parent | 4ea8f1441dda442d784ee57f39a0adc75bf69e56 (diff) | |
add fix for stm32l4 (version 3.10a) which generate transfer complete when setup recieved and control out data complete
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/dcd_attr.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
