Memory related fixes for DDE/USBD
DDEKit has proper thread termination now. No more memory leaks on usb stick removal. MUSB fixes for IRQ and memory mapping.
This commit is contained in:
@@ -285,10 +285,10 @@ void hcd_os_interrupt_enable(int);
|
||||
void hcd_os_interrupt_disable(int);
|
||||
|
||||
/* Returns pointer to memory mapped for given arguments */
|
||||
void * hcd_os_regs_init(unsigned long, unsigned long);
|
||||
void * hcd_os_regs_init(hcd_addr, unsigned long);
|
||||
|
||||
/* Unregisters mapped memory */
|
||||
int hcd_os_regs_deinit(unsigned long, unsigned long);
|
||||
int hcd_os_regs_deinit(hcd_addr, unsigned long);
|
||||
|
||||
/* Configure clocking */
|
||||
int hcd_os_clkconf(unsigned long, unsigned long, unsigned long);
|
||||
|
||||
Reference in New Issue
Block a user