summaryrefslogtreecommitdiff
path: root/hw/mcu/bridgetek/ft9xx
AgeCommit message (Collapse)Author
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2023-03-10remove most of the submoduleshathach
2022-12-15Update SDK for FT9xx to include 3rdparty sourcesGordon McNab
2022-11-28Fix issue with the CDC SetLineCoding requestGordon McNab
The SetLineCoding would fail as host would send the SETUP OUT phase before tinyUSB had setup a transaction for it. ft9xx port would ignore the transfer since there was no valid transaction setup for it. One SETUP data phase packet is cached now.
2022-11-24Update to v2.6.0 libraryGordon McNab
2021-11-22Update ft90x-sdkGordon McNab
Update submodule for FT90X SDK to point to the v2.5.0 release code currently in main.
2021-11-22Add submodule for ft90x SDKGordon McNab
Add Bridgetek FT90x SDK as submodule.
2021-10-27Changes to use ft90x-sdk as submodule or installed SDK from toolchain.Gordon McNab
2021-10-06Rename directories to indicate that FT930 and FT900 devices are both covered ↵Gordon McNab
by the same SDK and src/portable code. Board makefile includes __FT900__ macro for FT90x and __FT930__ macro for boards with FT93x.