micropython/tools
David Lechner b4d0d7bf03 tools/uncrustify: Update config for v0.71.0.
This is the result of running...

    uncrustify -c tools/uncrustify.cfg --update-config-with-doc -o tools/uncrustify.cfg

...with some manual fixups to correct places where it changed things it
should not have.

Essentially it just adds new config parameters introduced in v0.71.0
with their default values.

Signed-off-by: David Lechner <david@pybricks.com>
2020-06-14 11:08:05 -05:00
..
.gitattributes
.gitignore
bootstrap_upip.sh
build-stm-latest.sh
cc1
codeformat.py tools/codeformat.py: Remove sizeof fixup. 2020-06-14 20:24:18 +10:00
codestats.sh
dfu.py
file2h.py
gen-changelog.sh
gen-cpydiff.py
gendoc.py
insert-usb-ids.py
make-frozen.py
makemanifest.py tools/makemanifest.py: Fix build on Windows by adding .exe to mpy-cross. 2020-03-05 10:26:31 +11:00
metrics.py tools/metrics.py: Use OrderedDict when reading build log. 2020-04-22 14:03:26 +10:00
mpy-tool.py all: Fix implicit conversion from double to float. 2020-04-18 22:42:24 +10:00
mpy_bin2res.py
mpy_cross_all.py
mpy_ld.py
pyboard.py tools/pyboard.py: Add -d as an alias for --device. 2020-03-30 11:37:32 +11:00
pydfu.py tools/pydfu.py: Display any error strings from device/mboot. 2020-03-22 15:24:57 +11:00
tinytest-codegen.py py/objexcept: Allow compression of exception message text. 2020-04-05 15:02:06 +10:00
uf2conv.py
uncrustify.cfg tools/uncrustify: Update config for v0.71.0. 2020-06-14 11:08:05 -05:00
upip.py
upip_utarfile.py