skip snpsid check for gd32, abstract phyfs turnaround, set max timeout calibration.

still has issue with gd32 with msc (does work with running with rtt as
log).
This commit is contained in:
hathach
2021-10-29 16:08:19 +07:00
parent 6c67fc4125
commit 660e8b8c88
7 changed files with 143 additions and 146 deletions
+3 -5
View File
@@ -67,12 +67,10 @@ static inline void dwc2_remote_wakeup_delay(void)
vTaskDelay(pdMS_TO_TICKS(1));
}
static inline void dwc2_set_turnaround(dwc2_regs_t * core, tusb_speed_t speed)
static inline void dwc2_phyfs_set_turnaround(dwc2_regs_t * dwc2)
{
(void) core;
(void) speed;
// keep the reset value
(void) dwc2;
// keep the reset value which is 5 on this port
}
#ifdef __cplusplus