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 -4
View File
@@ -58,11 +58,10 @@ static inline void dwc2_remote_wakeup_delay(void)
// TODO implement later
}
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)
{
// TODO implement later
(void) core;
(void) speed;
(void) dwc2;
// do nothing since bcm alwyas use HS PHY
}
#ifdef __cplusplus