diff options
| author | Ha Thach <[email protected]> | 2021-07-22 00:07:33 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-22 00:07:33 +0700 |
| commit | c737aa6fbb12fb9ed4c6eecbac58832e4bd2d436 (patch) | |
| tree | ad6a5dbc7d6182af8b87153bb8b4b9aba5a28047 /src/tusb_option.h | |
| parent | ecd217d163be37963b811665b181e5346f4c5fe6 (diff) | |
| parent | b192dc0738f0c1d820326127ba0496b54f752414 (diff) | |
Merge pull request #693 from HiFiPhile/dcd_same70
SAMx7x (E70, S70, V70, V71) DCD Support
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index bf7591dcf..13d11fdfe 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -62,6 +62,7 @@ #define OPT_MCU_SAMD11 204 ///< MicroChip SAMD11 #define OPT_MCU_SAML22 205 ///< MicroChip SAML22 #define OPT_MCU_SAML21 206 ///< MicroChip SAML21 +#define OPT_MCU_SAMX7X 207 ///< MicroChip SAME70, S70, V70, V71 family // STM32 #define OPT_MCU_STM32F0 300 ///< ST STM32F0 |
