shared/tinyusb: Further refactor static USB device implementation.
App the mp_ prefix to usbd_ symbols and files which are defined here and not in TinyUSB. rp2 only for now. This includes some groundwork for dynamic USB devices (defined in Python). This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au>
This commit is contained in:
committed by
Damien George
parent
eed4eb2645
commit
2e6e53057b
@@ -43,6 +43,7 @@ PATHS = [
|
||||
"shared/netutils/*.[ch]",
|
||||
"shared/timeutils/*.[ch]",
|
||||
"shared/runtime/*.[ch]",
|
||||
"shared/tinyusb/*.[ch]",
|
||||
"mpy-cross/*.[ch]",
|
||||
"ports/**/*.[ch]",
|
||||
"py/*.[ch]",
|
||||
|
||||
Reference in New Issue
Block a user