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:
Wojciech Zajac
2014-07-28 17:05:51 +02:00
committed by sambuc
parent 789aa37866
commit bfff07c918
7 changed files with 170 additions and 24 deletions
+2 -2
View File
@@ -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);