summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2020-04-22 19:47:16 +0700
committerGitHub <[email protected]>2020-04-22 19:47:16 +0700
commite2cd5159fd041240257eb2d200ccee09ce26d08c (patch)
treefa89cf0f882a4dee6de2fc33ed40c5b61eead09e /src
parent894a09f2ae7082fd9e850b76febed12dafecdcd4 (diff)
parent5110ca712da34b1d826b31e5b0b336d927bca69c (diff)
Merge pull request #373 from hathach/add-log-swo
added swo as logger
Diffstat (limited to 'src')
-rw-r--r--src/tusb_option.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h
index 0826a5aab..9e6a2b532 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -75,17 +75,21 @@
#define OPT_MCU_CXD56 400 ///< SONY CXD56
// TI MSP430
-#define OPT_MCU_MSP430x5xx 500 ///< TI MSP430x5xx
+#define OPT_MCU_MSP430x5xx 500 ///< TI MSP430x5xx
+// ValentyUSB eptri
#define OPT_MCU_VALENTYUSB_EPTRI 600 ///< Fomu eptri config
+// NXP iMX RT
#define OPT_MCU_MIMXRT10XX 700 ///< NXP iMX RT10xx
+// Nuvoton
#define OPT_MCU_NUC121 800
#define OPT_MCU_NUC126 801
#define OPT_MCU_NUC120 802
#define OPT_MCU_NUC505 803
+// Espressif
#define OPT_MCU_ESP32S2 900 ///< Espressif ESP32-S2
/** @} */