add dcd_edpt_close_all() for clear existing configured state

correctly responded to TD 9.13 Set Configuration Test
This commit is contained in:
hathach
2021-08-26 17:02:24 +07:00
parent 07adc26ce3
commit 71e77e47fa
25 changed files with 182 additions and 16 deletions

View File

@@ -323,6 +323,12 @@ bool dcd_edpt_open(uint8_t rhport, tusb_desc_endpoint_t const * p_endpoint_desc)
return true;
}
void dcd_edpt_close_all (uint8_t rhport)
{
(void) rhport;
// TODO implement dcd_edpt_close_all()
}
static void prepare_setup_packet(uint8_t rhport)
{
if (_dcd_controller[rhport].max_speed == TUSB_SPEED_FULL )