diff options
| author | sabas1080 <[email protected]> | 2021-06-15 00:01:28 -0500 |
|---|---|---|
| committer | sabas1080 <[email protected]> | 2021-06-15 00:01:28 -0500 |
| commit | 7bed7d70f06e291bf4ba4f5d6cfcc238b11c563b (patch) | |
| tree | f03da3e8c39f34adac9616232f96c10884ceb4ef /src/tusb_option.h | |
| parent | 2b5bad7362f96ed376d0cc6e68c5ea1fc00dd4a4 (diff) | |
add support SAML21
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 5cfcc08e2..d5776c029 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -61,6 +61,7 @@ #define OPT_MCU_SAME5X 203 ///< MicroChip SAM E5x #define OPT_MCU_SAMD11 204 ///< MicroChip SAMD11 #define OPT_MCU_SAML22 205 ///< MicroChip SAML22 +#define OPT_MCU_SAML21 206 ///< MicroChip SAML21 // STM32 #define OPT_MCU_STM32F0 300 ///< ST STM32F0 |
