circuitpython/tools
David Lechner d42d35f56d tests/run-tests.py: Enable `-X realtime` option for macOS tests.
This enables the new `-X realtime` runtime option when running tests on
macOS.  This causes MicroPython to configure all threads to be high
priority so that they are allowed to use high precision timers.  This
makes tests that depend on the passage of time more likely to succeed.

CI tests that were disabled because of this are now enabled again.

Signed-off-by: David Lechner <david@pybricks.com>
2022-05-24 00:52:44 +10:00
..
autobuild tools/autobuild: Update for ports/renesas-ra. 2022-05-06 17:15:21 +09:00
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 tests/run-tests.py: Enable `-X realtime` option for macOS tests. 2022-05-24 00:52:44 +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
gendoc.py
insert-usb-ids.py
makemanifest.py
metrics.py
mpy-tool.py py/emitnative: Access qstr values using indirection table qstr_table. 2022-05-23 15:43:06 +10:00
mpy_bin2res.py
mpy_cross_all.py
mpy_ld.py py/dynruntime.mk: Add basic support for armv6m architecture. 2022-05-23 23:01:25 +10:00
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 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