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

@@ -173,6 +173,15 @@
#elif CFG_TUSB_MCU == OPT_MCU_MAX32690
#include "max32690.h"
#elif CFG_TUSB_MCU == OPT_MCU_MAX32650
#include "max32650.h"
#elif CFG_TUSB_MCU == OPT_MCU_MAX32666
#include "max32665.h"
#elif CFG_TUSB_MCU == OPT_MCU_MAX78002
#include "max78002.h"
#else
#error "Missing MCU header"
#endif