USB driver polling user app, handle only one XHCI controller for now, Implement USB device addressing
This commit is contained in:
@@ -2,7 +2,8 @@ apps := \
|
||||
init \
|
||||
spin \
|
||||
ce \
|
||||
sdutil
|
||||
sdutil \
|
||||
usb
|
||||
|
||||
all_apps:
|
||||
@for d in $(apps); do make -C $$d platform=$(platform) all; done
|
||||
|
||||
Reference in New Issue
Block a user