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/tusb_option.h | |
| parent | 0b82af61f3ca7f6b708399c49519fb109ab33abb (diff) | |
Add MAX78002 Support
-Added support for MAX78002, MAX78002EVKIT
-Added provisions for remaining MAX32 USB parts
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 18f78b49c..1290d605c 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -190,6 +190,9 @@ // Analog Devices #define OPT_MCU_MAX32690 2400 ///< ADI MAX32690 +#define OPT_MCU_MAX32666 2401 ///< ADI MAX32666/5 +#define OPT_MCU_MAX32650 2402 ///< ADI MAX32650/1/2 +#define OPT_MCU_MAX78002 2403 ///< ADI MAX78002 // Check if configured MCU is one of listed // Apply _TU_CHECK_MCU with || as separator to list of input |
