espressif_tinyusb/src/portable
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
..
dialog/da146xx Add DCD for Dialog DA1469x MCU 2020-06-09 15:55:46 +02:00
espressif/esp32s2 ESP32-S2: Handle the fact that available EP IN FIFOs are less than the number of available EP INs 2020-07-01 13:38:59 +03:00
microchip dcd_samd: Provide implementation for OPT_MCU_SAME5X 2020-06-25 18:51:04 -05:00
nordic/nrf5x fix nrf hanged (blocking wait) when called within critical section 2020-05-21 21:22:12 +07:00
nuvoton fix cast-align warning for nuc505 2020-05-18 13:03:41 +07:00
nxp enable -Wcast-align 2020-05-17 14:24:15 +07:00
sony/cxd56 complete remove dcd_set_config(), fix unit test 2020-04-17 13:52:34 +07:00
st Clear ep0_pending if rx short packet 2020-06-30 17:56:25 +02:00
template complete remove dcd_set_config(), fix unit test 2020-04-17 13:52:34 +07:00
ti/msp430x5xx complete remove dcd_set_config(), fix unit test 2020-04-17 13:52:34 +07:00
valentyusb/eptri complete remove dcd_set_config(), fix unit test 2020-04-17 13:52:34 +07:00