USB driver polling user app, handle only one XHCI controller for now, Implement USB device addressing
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m47s
Build documentation / build-and-deploy (push) Successful in 2m38s

This commit is contained in:
2026-03-29 18:59:20 +02:00
parent 69f063198a
commit 482afb47d7
22 changed files with 383 additions and 56 deletions

View File

@@ -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