diff options
| author | Ha Thach <[email protected]> | 2022-10-10 20:18:01 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-10 20:18:01 +0700 |
| commit | a95fb36f72730dc22cb73be379f8e2dacb2b4e75 (patch) | |
| tree | c31dcb6981cd1b98a9dca8d989cb2fa13e9bb1ac /src/tusb_option.h | |
| parent | b75d44c3ae04fa3b00c960d73953329dab6185f1 (diff) | |
| parent | 8096afc6dea975e95e0b50dc4b55926236b90b62 (diff) | |
Merge pull request #1623 from SudoMaker/master
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 |
