Merge pull request #1270 from kasjer/kasjer/pic32mz

Driver for Microchip PIC32MZ family
This commit is contained in:
Ha Thach
2022-01-16 20:24:14 +07:00
committed by GitHub
10 changed files with 2101 additions and 0 deletions

View File

@@ -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)