Merge branch 'refactor/usb_host_ext_port_prereq' into 'master'

refactor(ext_hub): Prerequisites for the Ext Port Driver

See merge request espressif/esp-idf!32213
This commit is contained in:
Roman Leonov 2024-09-03 19:17:22 +08:00
commit 6ee1c300c2
2 changed files with 426 additions and 270 deletions

File diff suppressed because it is too large Load Diff

View File

@ -50,6 +50,7 @@ typedef struct {
esp_err_t (*get_speed)(void *por_hdl, usb_speed_t *speed);
esp_err_t (*get_status)(void *port_hdl);
esp_err_t (*set_status)(void *port_hdl, const usb_port_status_t *status);
esp_err_t (*req_process)(void *port_hdl);
} ext_hub_port_driver_t;
/**