307 Commits (26b17fd28a359567788b4bd2fe4a7bbac4c9a69d)

Author SHA1 Message Date
Brianna Laugher d128999938 tools: Add filesystem action examples to pyboard.py help. 4 years ago
Damien George c9260dda23 rp2: Use local tinyusb instead of the one in pico-sdk. 4 years ago
stijn c2b5bfcc0c tools: Remove obsolete upip bootstrap script. 4 years ago
Jim Mussared 2aecf378be tools/makemanifest.py: Add check that freeze path is a directory. 4 years ago
stijn 37c2f507a0 github/workflows: Add workflow to verify commit message format. 4 years ago
stijn d48860c7dd tools/verifygitlog.py: Add script for verifying commit message format. 4 years ago
Damien George b8f4c623f9 github/workflows: Add CI workflow for rp2 port. 4 years ago
Damien George fe16e785fe tools/mpy-tool.py: List frozen modules in MICROPY_FROZEN_LIST_ITEM. 4 years ago
Damien George 5d68b5e22c tools/ci.sh: For ci_code_size_setup, update apt to install gcc-multilib. 4 years ago
Damien George 203e1d2a65 tools/ci.sh: For code size build, fetch history of master branch only. 4 years ago
Damien George de2374cdc6 tools/ci.sh: Pip install pyhy for stm32 builds. 4 years ago
Damien George ee52f89224 tools/ci.sh: Use pip-install to get latest version of esptool.py. 4 years ago
Damien George 69262a11dc tools/ci.sh: Put echo of CI path in a separate function. 4 years ago
Damien George cb1bb7592e stm32/Makefile: Change -O0 to -Og for DEBUG=1 builds. 4 years ago
Damien George a59282b9bf tools/pyboard.py: Add fast raw-paste mode. 4 years ago
Damien George 547e8a9fe7 tools/ci.sh: Add helper script to run CI tasks. 4 years ago
awachtler 56e0932485 tools/upip.py: Support explicit port number in host. 4 years ago
stijn 4b35aa5730 tools: Write msvc-compatible frozen content. 4 years ago
Damien George 4f2fe34623 tools/mpy-tool.py: Fix merge of multiple mpy files to POP_TOP correctly. 4 years ago
Damien George 06659077a8 all: Update Python code to conform to latest black formatting. 4 years ago
Damien George 448319a745 tools/makemanifest.py: Use os.makedirs to make path for generated files. 4 years ago
Martin Milata 492cf34fd8 tools/mpy-tool.py: Fix offset of line number info. 4 years ago
Michael Buesch 60cf2c0959 tools/pyboard.py: Replace eval() of received data with alternative. 4 years ago
Damien George b731bd0ce6 tools/makemanifest.py: Print nicely formatted errors from mpy-cross. 4 years ago
Damien George 952de5cb77 tools/makemanifest.py: Use errno.EEXIST instead of number 17. 4 years ago
Thorsten von Eicken 3e758ef235 lib/mbedtls_errors: Add code to patch mbedtls for shortened error strs. 5 years ago
Andrew Leech 07f181a216 Revert "tools/pydfu.py: Respect longer timeouts requested by DFU dev..." 4 years ago
Andrew Leech 4d6f60d428 tools/pydfu.py: Respect longer timeouts requested by DFU device/mboot. 5 years ago
Damien George 76faeed098 tools/makemanifest.py: Support freezing a subdirectory recursively. 4 years ago
David Lechner 77ed6f69ac tools/uncrustify: Enable more opts to remove space between func and '('. 4 years ago
Damien George 026fda605e tools/codeformat.py: Include extmod/{btstack,nimble} in code formatting. 4 years ago
David Lechner b4d0d7bf03 tools/uncrustify: Update config for v0.71.0. 4 years ago
David Lechner ecd7826316 tools/codeformat.py: Remove sizeof fixup. 4 years ago
David Lechner bd7c92e17d tools/uncrustify.cfg: Remove deprecated sp_word_brace option. 4 years ago
David Lechner 8f642677f7 tools/codeformat.py: Add verbose option to pass to uncrustify and black. 5 years ago
David Lechner 2d1fef7096 tools/codeformat.py: Use -q option on uncrustify to make output quiet. 5 years ago
stijn 84fa3312cf all: Format code to add space after C++-style comment start. 5 years ago
Damien George 6e2871df59 tools/check_code_size.sh: Remove unused script. 5 years ago
Damien George 17dc86369f tools/metrics.py: Use OrderedDict when reading build log. 5 years ago
Damien George 1cc24cd39a tools/metrics.py: Don't build mpy-cross if not needed by any ports. 5 years ago
Damien George a4423570e2 tools/metrics.py: Add option to diff to error if delta above threshold. 5 years ago
stijn bcf01d1686 all: Fix implicit conversion from double to float. 5 years ago
Jim Mussared 85858e72df py/objexcept: Allow compression of exception message text. 5 years ago
David Lechner 3dc324d3f1 tests: Format all Python code with black, except tests in basics subdir. 5 years ago
Lars Kellogg-Stedman 3a0f64fc7a tools/pyboard.py: Add -d as an alias for --device. 5 years ago
Lars Kellogg-Stedman 1cf994c48b tools/pyboard.py: Support setting device/baudrate from shell env vars. 5 years ago
Damien George 1a3e386c67 all: Remove spaces inside and around parenthesis. 5 years ago
Damien George feb2577585 all: Remove spaces between nested paren and inside function arg paren. 5 years ago
stijn 1b3e0e10b9 tools/codeformat.py: Include all msvc C code in auto-format. 5 years ago
Andrew Leech 38ccb4c643 tools/pydfu.py: Display any error strings from device/mboot. 5 years ago