Merge branch 'master' into test-mode-support

This commit is contained in:
HiFiPhile
2024-05-13 21:08:11 +02:00
731 changed files with 37452 additions and 11086 deletions

View File

@@ -131,6 +131,9 @@ void dcd_dcache_clean_invalidate(void const* addr, uint32_t data_size) TU_ATTR_W
// Initialize controller to device mode
void dcd_init(uint8_t rhport);
// Deinitialize controller, unset device mode.
bool dcd_deinit(uint8_t rhport);
// Interrupt Handler
void dcd_int_handler(uint8_t rhport);