usb: Rewrote back-end allocators

Allocate back-end memory dynamically.
This commit is contained in:
Sebastian Sumpf
2013-03-04 11:20:42 +01:00
committed by Norman Feske
parent 87f83c1cff
commit 78c752b1c7
9 changed files with 332 additions and 426 deletions

View File

@ -1,6 +1,4 @@
SRC_C += platform_device.c
SRC_CC += mem.cc
INC_DIR += $(LIB_INC_DIR)/arm
vpath platform_device.c $(LIB_DIR)/arm
vpath mem.cc $(LIB_DIR)/arm