micropython/tools
David Lechner 17f0297c1a tools/ci.sh: Drop ppa requirement for code formatting CI.
The CI scripts were using a PPA to get a backported version of uncrustify
on Ubuntu 20.04.  However, this causes CI to intermittently fail due to
connection issues to launchpad.net or the key server.

Ubuntu 22.04 has a newer version of uncrustify removing the need for the
PPA.  Ubuntu 22.04 is now in beta on GitHub actions, so it can be used.

Signed-off-by: David Lechner <david@pybricks.com>
2022-06-17 16:56:41 +10:00
..
autobuild all: Rename MICROPY_PY_WIZNET5K to MICROPY_PY_NETWORK_WIZNET5K. 2022-06-07 16:55:18 +10:00
mpremote tools/mpremote: Bump version to 0.3.0. 2022-06-07 23:23:14 +10:00
.gitattributes
.gitignore
cc1
ci.sh tools/ci.sh: Drop ppa requirement for code formatting CI. 2022-06-17 16:56:41 +10:00
codeformat.py
codestats.sh
dfu.py
file2h.py
gen-changelog.sh
gen-cpydiff.py
gendoc.py
insert-usb-ids.py
makemanifest.py
metrics.py tools/metrics.py: Add mimxrt and renesas-ra to list of available ports. 2022-06-17 14:57:58 +10:00
mpy-tool.py tools/mpy-tool.py: Improve generated frozen identifiers. 2022-06-07 16:55:18 +10:00
mpy_bin2res.py
mpy_cross_all.py
mpy_ld.py tools/mpy_ld.py: Support GOT entries that reference inside mp_fun_table. 2022-06-10 16:42:43 +10:00
pyboard.py
pydfu.py
tinytest-codegen.py
uf2conv.py
uf2families.json
uncrustify.cfg tools/uncrustify: Make sure a space exists after a comma. 2022-05-05 13:30:40 +10:00
upip.py
upip_utarfile.py
verifygitlog.py