From 143582870c8a4175706109e238f4cfa814ae90bc Mon Sep 17 00:00:00 2001 From: Rafael Silva Date: Thu, 4 Mar 2021 23:00:48 +0000 Subject: add efm32gg12 family Signed-off-by: Rafael Silva --- src/tusb_option.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/tusb_option.h b/src/tusb_option.h index cafe9e522..d0ed78acd 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -103,6 +103,11 @@ // NXP Kinetis #define OPT_MCU_MKL25ZXX 1200 ///< NXP MKL25Zxx +// Silabs +#define OPT_MCU_EFM32GG 1300 ///< Silabs EFM32GG +#define OPT_MCU_EFM32GG11 1301 ///< Silabs EFM32GG11 +#define OPT_MCU_EFM32GG12 1302 ///< Silabs EFM32GG12 + /** @} */ /** \defgroup group_supported_os Supported RTOS -- cgit v1.3.1