From 2e6e53057b62a010d541e5a267c4088cd565203b Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Tue, 4 Oct 2022 10:25:56 +1100 Subject: 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 --- tools/codeformat.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/codeformat.py') diff --git a/tools/codeformat.py b/tools/codeformat.py index 13a699065e..4a2cfb3367 100755 --- a/tools/codeformat.py +++ b/tools/codeformat.py @@ -43,6 +43,7 @@ PATHS = [ "shared/netutils/*.[ch]", "shared/timeutils/*.[ch]", "shared/runtime/*.[ch]", + "shared/tinyusb/*.[ch]", "mpy-cross/*.[ch]", "ports/**/*.[ch]", "py/*.[ch]", -- cgit v1.2.3