537 Commits (3427e12e8f3879bb5d285a6d379744ffadd8e986)

Author SHA1 Message Date
Jim Mussared 3427e12e8f tools/mpremote: Handle FileNotFound exceptions in listdir. 2 years ago
Jim Mussared 1ba0e8ff96 py/persistentcode: Only emit sub-version if generated code has native. 2 years ago
Jim Mussared 87011f6353 extmod/extmod.mk: Make extmod.mk handle GIT_SUBMODULES. 2 years ago
Jim Mussared b8982ec5f9 tools/verifygitlog.py: Add additional help for subject line issues. 2 years ago
Jim Mussared f6d06b3ce0 tools/verifygitlog.py: Ignore comment lines in commit messages. 2 years ago
Damien George 46d02c2469 tools/mpremote: Bump version to 0.4.0. 2 years ago
Jim Mussared f13134e403 tools/mpremote: Fix argument handling for follow and add help strings. 2 years ago
Angus Gratton 0e35c4de9b tools: Add pre-commit support. 2 years ago
Angus Gratton bdac8272d8 tools: Add note about uncrustify versions. 2 years ago
Jim Mussared 7705b9b9d5 tools/pyboard.py: Handle unsupported fs command. 2 years ago
Jim Mussared 12ca918eb2 tools/mpremote: Add `mpremote mip install` to install packages. 2 years ago
Jim Mussared 68d094358e tools/mpremote: Use argparse for command line parsing. 2 years ago
Jim Mussared 413a69b94b tools/mpremote: Simplify dispatch of commands. 2 years ago
Jim Mussared 282401da5c tools/manifestfile.py: Replace recursive glob with os.walk. 2 years ago
Jim Mussared 924a3e03ec top: Replace upip with mip everywhere. 2 years ago
Jim Mussared 65ab0ec91c tools/manifestfile.py: Add `author` kwarg to metadata(). 2 years ago
Jim Mussared 920da9c5e3 unix/variants/coverage: Add test for manifest freeze_mpy(). 2 years ago
Jim Mussared 6ecdf1a240 tests/frozen: Move frozentest.mpy from ports/ to tests/. 2 years ago
Jim Mussared d94141e147 py/persistentcode: Introduce .mpy sub-version. 2 years ago
Jim Mussared c1530a0ce8 unix: Refactor mpconfigport.h and mpconfigvariant.h. 2 years ago
Wind-stormger 57fd66b80f tools/pyboard.py: Support Windows pathname separators. 2 years ago
Andrew Leech 4e0964b59f extmod/vfs: Add finaliser to ilistdir to close directory handle. 2 years ago
Jim Mussared 4903e48e34 tools/makemanifest.py: Force the repo version of the mpy_cross package. 2 years ago
Jim Mussared 9070a24940 tools/autobuild: Use distinct directory for building stm32 variants. 2 years ago
Jim Mussared 5852fd7708 tools/manifestfile.py: Allow manifests to set metadata. 2 years ago
Jim Mussared bc23f207ce tools/manifestfile.py: Allow require() to specify unix packages. 2 years ago
Jim Mussared e9a28ce312 tools/manifestfile.py: Allow include of directory path. 2 years ago
Jim Mussared 6bd0ec7a70 tools/makemanifest.py: Update to use mpy_cross module. 2 years ago
Jim Mussared f3cdb052db tools/manifestfile.py: Add library for working with manifests. 2 years ago
Damien George 730e975091 esp32/boards: Merge manifest_release modules into standard manifest. 2 years ago
Damien George 2e386bcf76 tools/mpremote: Print nicer errors for unsupported 'cp -r' arguments. 2 years ago
Damien George f5fedf4676 tools/pyboard.py: Add fs_cp function for direct device-to-device copy. 2 years ago
Damien George 24f1161fe2 tools/pyboard.py: Remove implicit fs_put if source starts with ./. 2 years ago
Damien George 858707181d tools/mpremote: Print a nicer error when a filesystem command fails. 2 years ago
Damien George 1855df6361 stm32: Remove support for CC3000 WiFi driver. 2 years ago
Jim Mussared 492ba5eaf2 stm32: Move board variant config to mpconfigboard.mk. 2 years ago
robert-hh f6ec01d1da tools/ci.sh: Split the stm32 builds for wiznet5k and cc3k. 2 years ago
Nicholas H.Tollervey af54d2ce9f
javascript: Rename this port to 'webassembly'. 2 years ago
Jim Mussared 59e3348c10 tools/mpremote: Add "edit" command. 2 years ago
Jim Mussared 263737ecfe tools/pyboard.py: Add "touch" filesystem command. 2 years ago
Jim Mussared a311e9e3d4 tools/mpremote: Allow + terminator for fs commands. 2 years ago
Damien George cbc9f944c4 tests,tools: Update path to unix micropython executable. 2 years ago
Damien George d53c3b6ade unix/variants: Remove variant suffix from executable filename. 2 years ago
Daniel Jour 409995ac68 tools/ci.sh: Force mpy-cross build for samd and teensy. 2 years ago
Daniel Jour 47c84286e8 all: Fix paths to mpy-cross and micropython binaries. 2 years ago
Jim Mussared 58bed5ec14 tools/ci.sh: Initialise submodules for more ports. 2 years ago
Dan Ellis f9cbe6bc47 py/formatfloat: Format all whole-number floats exactly. 2 years ago
iabdalkader 2076f2efcc tools/autobuild: Add nrf port to autobuild scripts. 2 years ago
Damien George 80bc9b3dee tools/mpremote: Don't be verbose when using cat command. 2 years ago
Damien George 7e5137e0ae tools/pyboard.py: Add verbose option to filesystem_command. 2 years ago