Files
tinyUSB/src
me-no-dev 6178f8de2f ESP32-S2: Handle the fact that available EP IN FIFOs are less than the number of available EP INs
ESP32-S2 has only 5 available endpoint-in FIFOs (including EP0) but 7 available EP IN numbers. This change decouples the fifo number from the endpoint number, providing FIFO numbers until they reach the limit, at which point it will return false and assert an error that too many endpoints were allocated.
2020-07-01 13:38:59 +03:00
..
2020-06-17 10:08:33 +02:00
2020-01-15 14:47:43 -05:00
2020-05-20 15:21:11 +07:00
2020-04-26 14:51:44 +07:00
2020-05-28 10:58:49 +02:00