diff options
| author | Brent Kowal <[email protected]> | 2024-07-01 17:31:38 -0400 |
|---|---|---|
| committer | Brent Kowal <[email protected]> | 2024-07-01 17:31:38 -0400 |
| commit | 2353c4ffbaa50072d89008df7a06a7732c824018 (patch) | |
| tree | 0255e975a33bf06bfb39cdf89062228e8f142dd2 /src/common | |
| parent | 0b82af61f3ca7f6b708399c49519fb109ab33abb (diff) | |
Add MAX78002 Support
-Added support for MAX78002, MAX78002EVKIT
-Added provisions for remaining MAX32 USB parts
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_mcu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/tusb_mcu.h b/src/common/tusb_mcu.h index a68e160bd..07cdf3ff0 100644 --- a/src/common/tusb_mcu.h +++ b/src/common/tusb_mcu.h @@ -455,7 +455,8 @@ //--------------------------------------------------------------------+ // Analog Devices //--------------------------------------------------------------------+ -#elif TU_CHECK_MCU(OPT_MCU_MAX32690) +#elif TU_CHECK_MCU(OPT_MCU_MAX32690, OPT_MCU_MAX32666, \ + OPT_MCU_MAX32650, OPT_MCU_MAX78002) #define TUP_DCD_ENDPOINT_MAX 12 #define TUP_RHPORT_HIGHSPEED 1 |
