Fix issue with the CDC SetLineCoding request

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.
This commit is contained in:
Gordon McNab
2022-11-28 17:41:00 +00:00
parent 9ccfb384e8
commit 1fce76ad47
5 changed files with 87 additions and 26 deletions