summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
authorGordon McNab <[email protected]>2021-10-05 13:54:47 +0100
committerGordon McNab <[email protected]>2021-10-05 13:54:47 +0100
commit62c613f6d2d4e3e2cf0918f75e302d48a3df673e (patch)
tree3f5ff1055feae03c081448572536fb21305027ef /src/tusb_option.h
parent36dc25a22d05cf9826944e363dd9ca4eb3416661 (diff)
Add initial port for FT9xx series from Bridgetek.
Add FT90X and FT93X to the list of devices in tusb_option.h. 1700 for FT90x and 1701 for FT93x. Set endpoint attributes for FT90x and FT93x in dcd_attr.h. Add FT90x routines for USB device in src/portable/bridgetek/ft90x/dcd_ft90x.c The location for hardware header files and libraries is hw/mcu/bridgetek/ft90x/hardware. There are no files in the repository, but files will be linked as a submodule in the future. The required files can be copied from or linked to the location "C:/Program Files(x86)/Bridgetek/FT9xx Toolchain/Toolchain/hardware" once the toolchain is installed. Makefile for the MM900EV1B board for developing with an FT900 device is present. Use "BOARD=mm900ev1b".
Diffstat (limited to 'src/tusb_option.h')
-rw-r--r--src/tusb_option.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h
index a00f3489f..d04cb54f0 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -126,6 +126,10 @@
// GigaDevice
#define OPT_MCU_GD32VF103 1600 ///< GigaDevice GD32VF103
+// BridgeTek
+#define OPT_MCU_FT90X 1700 ///< BridgeTek FT90x
+#define OPT_MCU_FT93X 1701 ///< BridgeTek FT93x
+
//--------------------------------------------------------------------+
// Supported OS
//--------------------------------------------------------------------+