aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-10-11extmod/extmod.mk: Make extmod.mk handle GIT_SUBMODULES.Jim Mussared
2022-10-07tools/verifygitlog.py: Add additional help for subject line issues.Jim Mussared
2022-10-07tools/verifygitlog.py: Ignore comment lines in commit messages.Jim Mussared
2022-10-06tools/mpremote: Bump version to 0.4.0.Damien George
2022-10-06tools/mpremote: Fix argument handling for follow and add help strings.Jim Mussared
2022-10-04tools: Add pre-commit support.Angus Gratton
2022-10-04tools: Add note about uncrustify versions.Angus Gratton
2022-10-01tools/pyboard.py: Handle unsupported fs command.Jim Mussared
2022-10-01tools/mpremote: Add `mpremote mip install` to install packages.Jim Mussared
2022-10-01tools/mpremote: Use argparse for command line parsing.Jim Mussared
2022-10-01tools/mpremote: Simplify dispatch of commands.Jim Mussared
2022-09-30tools/manifestfile.py: Replace recursive glob with os.walk.Jim Mussared
2022-09-30top: Replace upip with mip everywhere.Jim Mussared
2022-09-29tools/manifestfile.py: Add `author` kwarg to metadata().Jim Mussared
2022-09-19unix/variants/coverage: Add test for manifest freeze_mpy().Jim Mussared
2022-09-19tests/frozen: Move frozentest.mpy from ports/ to tests/.Jim Mussared
2022-09-19py/persistentcode: Introduce .mpy sub-version.Jim Mussared
2022-09-13unix: Refactor mpconfigport.h and mpconfigvariant.h.Jim Mussared
2022-09-13tools/pyboard.py: Support Windows pathname separators.Wind-stormger
2022-09-13extmod/vfs: Add finaliser to ilistdir to close directory handle.Andrew Leech
2022-09-09tools/makemanifest.py: Force the repo version of the mpy_cross package.Jim Mussared
2022-09-08tools/autobuild: Use distinct directory for building stm32 variants.Jim Mussared
2022-09-05tools/manifestfile.py: Allow manifests to set metadata.Jim Mussared
2022-09-05tools/manifestfile.py: Allow require() to specify unix packages.Jim Mussared
2022-09-05tools/manifestfile.py: Allow include of directory path.Jim Mussared
2022-09-05tools/makemanifest.py: Update to use mpy_cross module.Jim Mussared
2022-09-05tools/manifestfile.py: Add library for working with manifests.Jim Mussared
2022-08-30esp32/boards: Merge manifest_release modules into standard manifest.Damien George
2022-08-26tools/mpremote: Print nicer errors for unsupported 'cp -r' arguments.Damien George
2022-08-26tools/pyboard.py: Add fs_cp function for direct device-to-device copy.Damien George
2022-08-26tools/pyboard.py: Remove implicit fs_put if source starts with ./.Damien George
2022-08-26tools/mpremote: Print a nicer error when a filesystem command fails.Damien George
2022-08-26stm32: Remove support for CC3000 WiFi driver.Damien George
2022-08-26stm32: Move board variant config to mpconfigboard.mk.Jim Mussared
2022-08-23tools/ci.sh: Split the stm32 builds for wiznet5k and cc3k.robert-hh
2022-08-22javascript: Rename this port to 'webassembly'.Nicholas H.Tollervey
2022-08-18tools/mpremote: Add "edit" command.Jim Mussared
2022-08-18tools/pyboard.py: Add "touch" filesystem command.Jim Mussared
2022-08-18tools/mpremote: Allow + terminator for fs commands.Jim Mussared
2022-08-18tests,tools: Update path to unix micropython executable.Damien George
2022-08-11unix/variants: Remove variant suffix from executable filename.Damien George
2022-08-11tools/ci.sh: Force mpy-cross build for samd and teensy.Daniel Jour
2022-08-11all: Fix paths to mpy-cross and micropython binaries.Daniel Jour
2022-08-03tools/ci.sh: Initialise submodules for more ports.Jim Mussared
2022-07-26py/formatfloat: Format all whole-number floats exactly.Dan Ellis
2022-07-13tools/autobuild: Add nrf port to autobuild scripts.iabdalkader
2022-07-08tools/mpremote: Don't be verbose when using cat command.Damien George
2022-07-08tools/pyboard.py: Add verbose option to filesystem_command.Damien George
2022-06-17tools/ci.sh: Drop ppa requirement for code formatting CI.David Lechner
2022-06-17zephyr: Upgrade to Zephyr v3.1.0.Maureen Helm