diff options
| author | hathach <[email protected]> | 2021-11-08 16:41:08 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-11-08 16:41:29 +0700 |
| commit | 6fea50f735d00dff23d958eec8cf4a386282c193 (patch) | |
| tree | e90af676f1f0e8e9f4321cc9aba2991a32842ac0 /src/tusb_option.h | |
| parent | 91646d039c7dac8e16042c42c2d7197034111aeb (diff) | |
musb work well with tm4c123
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 50a922840..246893ddb 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -87,7 +87,8 @@ // TI MSP430 #define OPT_MCU_MSP430x5xx 500 ///< TI MSP430x5xx #define OPT_MCU_MSP432E4xx 510 ///< TI MSP432E4xx -#define OPT_MCU_TM4C123 511 ///< TI Tiva C 123x +#define OPT_MCU_TM4C123 511 ///< TI Tiva-C 123x +#define OPT_MCU_TM4C129 512 ///< TI Tiva-C 129x // ValentyUSB eptri #define OPT_MCU_VALENTYUSB_EPTRI 600 ///< Fomu eptri config |
