XHCI set device configuration
All checks were successful
Build documentation / build-and-deploy (push) Successful in 4m6s
Build ISO image / build-and-deploy (push) Successful in 4m55s

This commit is contained in:
2026-04-02 16:24:28 +02:00
parent 024512c5e4
commit 88df4cbdd5
6 changed files with 270 additions and 120 deletions

View File

@@ -1,3 +1,7 @@
c += device/usb/xhci.c
c += device/usb/xhci.c \
device/usb/usb.c \
device/usb/mass_storage.c
o += device/usb/xhci.o
o += device/usb/xhci.o \
device/usb/usb.o \
device/usb/mass_storage.o