diff options
author | Angus Gratton <angus@redyak.com.au> | 2022-10-04 10:25:56 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-11-11 16:47:36 +1100 |
commit | 2e6e53057b62a010d541e5a267c4088cd565203b (patch) | |
tree | 10c36a396edddf4b5ae2ccdad38dde20aca16ee3 /tools/codeformat.py | |
parent | eed4eb2645aa3975ef822f4b34110730811690b7 (diff) | |
download | micropython-2e6e53057b62a010d541e5a267c4088cd565203b.tar.gz micropython-2e6e53057b62a010d541e5a267c4088cd565203b.zip |
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>
Diffstat (limited to 'tools/codeformat.py')
-rwxr-xr-x | tools/codeformat.py | 1 |
1 files changed, 1 insertions, 0 deletions
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]", |