micropython/tools
Damien George fb10d15d47 tools/codeformat.py: Include more ports .c/.h files in formatting.
This adds a rule to cover all ports/**/*.[ch] file to the code formatting
list.  Explicit exclusions are also added for code in ports/ which is third
party, or which requires a lot of reformatting.

Signed-off-by: Damien George <damien@micropython.org>
2022-04-20 16:02:11 +10:00
..
autobuild
mpremote tools/mpremote: Add option to mount cmd to allow "unsafe" symlinks. 2022-04-11 15:15:04 +10:00
.gitattributes
.gitignore
cc1
ci.sh esp32/boards: Add test manifest to test freezing during build. 2022-04-14 14:06:38 +10:00
codeformat.py tools/codeformat.py: Include more ports .c/.h files in formatting. 2022-04-20 16:02:11 +10:00
codestats.sh
dfu.py
file2h.py
gen-changelog.sh
gen-cpydiff.py tools/gen-cpydiff: Skip Black fmt comments. 2022-03-25 12:13:00 +11:00
gendoc.py
insert-usb-ids.py
makemanifest.py
metrics.py
mpy-tool.py tools/mpy-tool.py: Intern more strings when freezing. 2022-04-14 23:52:14 +10:00
mpy_bin2res.py
mpy_cross_all.py
mpy_ld.py
pyboard.py tools/mpremote: Show progress indicator when copying large files. 2022-04-11 15:04:20 +10:00
pydfu.py
tinytest-codegen.py
uf2conv.py
uf2families.json
uncrustify.cfg
upip.py tools/upip.py: Remove unused op_basename() function. 2022-02-25 18:24:03 +11:00
upip_utarfile.py
verifygitlog.py