diff options
| author | Dien-Nhung Nguyen-Phu <kein@kienlab.com> | 2024-07-11 21:05:17 +0700 |
|---|---|---|
| committer | Dien-Nhung Nguyen-Phu <kein@kienlab.com> | 2024-07-11 22:18:56 +0700 |
| commit | 4f3b6f4283e0240060c04a137175cacfb385dc16 (patch) | |
| tree | 08678550d8577f9c30a5868dc5ae749c22de1d3e /Makefile | |
| parent | 515c8a8eb9fec5f6992db7f5cf9b9c8bdb539f46 (diff) | |
usb: handle device request and route to interfaces
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -57,7 +57,11 @@ src/ble/profile/devinfo.c \ src/ble/setup.c \ src/ble/peripheral.c \ src/data.c \ +src/usb/utils.c \ +src/usb/setup.c \ +src/usb/ctrl.c \ src/usb/debug.c \ +src/usb/dev.c \ # ASM sources ASM_SOURCES = \ |