summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2022-01-16 20:24:14 +0700
committerGitHub <[email protected]>2022-01-16 20:24:14 +0700
commit976405dea3bc421cd3631b3af93380bdb122af66 (patch)
treede47590d0a45d452f7e1ed6c7e8eba97a74f57b0 /src/tusb_option.h
parent5dab0e8aed32eb1faf8d958079fcbed4b1dd8b5e (diff)
parentc722133671a632d6baf60506bd93c3c6d1ed6435 (diff)
Merge pull request #1270 from kasjer/kasjer/pic32mz
Driver for Microchip PIC32MZ family
Diffstat (limited to 'src/tusb_option.h')
-rw-r--r--src/tusb_option.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h
index c7c7b2454..407fe0a47 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -138,6 +138,9 @@
// Infineon
#define OPT_MCU_XMC4000 1800 ///< Infineon XMC4000
+// PIC
+#define OPT_MCU_PIC32MZ 1900 ///< MicroChip PIC32MZ family
+
// Helper to check if configured MCU is one of listed
// Apply _TU_CHECK_MCU with || as separator to list of input
#define _TU_CHECK_MCU(_m) (CFG_TUSB_MCU == _m)