Add MAX78002 Support

-Added support for MAX78002, MAX78002EVKIT
 -Added provisions for remaining MAX32 USB parts
This commit is contained in:
Brent Kowal
2024-07-01 17:31:38 -04:00
parent 0b82af61f3
commit 2353c4ffba
23 changed files with 839 additions and 13 deletions

View File

@@ -90,7 +90,8 @@ enum
// On Bridgetek FT9xx endpoint numbers must be unique...
#define EPNUM_MIDI_OUT 0x02
#define EPNUM_MIDI_IN 0x03
#elif CFG_TUSB_MCU == OPT_MCU_MAX32690
#elif CFG_TUSB_MCU == OPT_MCU_MAX32690 || CFG_TUSB_MCU == OPT_MCU_MAX32650 || \
CFG_TUSB_MCU == OPT_MCU_MAX32666 || CFG_TUSB_MCU == OPT_MCU_MAX78002
// On MAX32 endpoint numbers must be unique...
#define EPNUM_MIDI_OUT 0x02
#define EPNUM_MIDI_IN 0x03