diff options
| author | Jerzy Kasenberg <[email protected]> | 2021-12-26 22:37:27 +0100 |
|---|---|---|
| committer | Jerzy Kasenberg <[email protected]> | 2022-01-07 14:12:42 +0100 |
| commit | 340309561dbf10f17798dc74731e9804e892e0f4 (patch) | |
| tree | bf2b542a04886da9cf073c0446b0ee25ccc504cd /src/tusb_option.h | |
| parent | 2f69649bb6a2dcd583b52005dc946e08580323fd (diff) | |
Add driver for PIC32MZ MCUs
Device-only driver for PIC32MZ MCUs.
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 2edd310fa..4f16a3c1a 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -66,6 +66,7 @@ #define OPT_MCU_SAML22 205 ///< MicroChip SAML22 #define OPT_MCU_SAML21 206 ///< MicroChip SAML21 #define OPT_MCU_SAMX7X 207 ///< MicroChip SAME70, S70, V70, V71 family +#define OPT_MCU_PIC32MZ 220 ///< MicroChip PIC32MZ family // STM32 #define OPT_MCU_STM32F0 300 ///< ST F0 |
