diff options
| author | Scott Shawcroft <[email protected]> | 2018-11-09 00:10:44 -0800 |
|---|---|---|
| committer | Scott Shawcroft <[email protected]> | 2018-11-09 00:10:44 -0800 |
| commit | 537a29273c08b1e047004e1bd71c37af82937dd4 (patch) | |
| tree | 4d64580d011bf6042223270fbd98b316e95a5aff /src/tusb_option.h | |
| parent | 30e3c64134789416e10ed867fa12c210b808e98f (diff) | |
Exempt from strict warnings for struct packing and add MCU options
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index d7a6c6fe0..d027ea0e6 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -57,6 +57,9 @@ #define OPT_MCU_LPC43XX 7 ///< NXP LPC43xx series
#define OPT_MCU_NRF5X 100 ///< Nordic nRF5x series
+
+#define OPT_MCU_SAMD21 200 ///< MicroChip SAMD21
+#define OPT_MCU_SAMD51 201 ///< MicroChip SAMD51
/** @} */
/** \defgroup group_supported_os Supported RTOS
|
