diff options
| author | ReimuNotMoe <[email protected]> | 2022-09-03 05:18:29 +0800 |
|---|---|---|
| committer | ReimuNotMoe <[email protected]> | 2022-09-03 05:19:50 +0800 |
| commit | c5992edc7de6f54d5fdab801c46e964bc0f18542 (patch) | |
| tree | 9b56e49ff076cdadaae681663805557396c32cc9 /src/tusb_option.h | |
| parent | b624664f52df9454755a8a67518b2a11b06cfb8b (diff) | |
Initial PIC32MM/MX & PIC24 support
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index e7fc68858..4c2dd0258 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -146,6 +146,11 @@ typedef int make_iso_compilers_happy; // PIC #define OPT_MCU_PIC32MZ 1900 ///< MicroChip PIC32MZ family +#define OPT_MCU_PIC32MM 1901 ///< MicroChip PIC32MM family +#define OPT_MCU_PIC32MX 1902 ///< MicroChip PIC32MX family +#define OPT_MCU_PIC32MK 1903 ///< MicroChip PIC32MK family +#define OPT_MCU_PIC24 1910 ///< MicroChip PIC24 family +#define OPT_MCU_DSPIC33 1911 ///< MicroChip DSPIC33 family // BridgeTek #define OPT_MCU_FT90X 2000 ///< BridgeTek FT90x |
