Add support for NXP FRDM_K32L2A4S eval board.

This commit is contained in:
Bob Paddock
2023-01-16 15:05:31 -05:00
committed by hathach
parent f1a859d907
commit f9b8a0667a
9 changed files with 375 additions and 8 deletions

View File

@@ -85,7 +85,7 @@
#define TUP_DCD_ENDPOINT_MAX 8
#define TUP_RHPORT_HIGHSPEED 1 // Port0 HS, Port1 HS
#elif TU_CHECK_MCU(OPT_MCU_MKL25ZXX, OPT_MCU_K32L2BXX)
#elif TU_CHECK_MCU(OPT_MCU_MKL25ZXX, OPT_MCU_K32L2AXX, OPT_MCU_K32L2BXX)
#define TUP_DCD_ENDPOINT_MAX 16
#elif TU_CHECK_MCU(OPT_MCU_MM32F327X)