166 Commits (0a30ad96c886aacf897b3e87cbdb24fb46c5c43d)

Author SHA1 Message Date
Paul Sokolovsky 1406d9ccde upip: Upgrade to 0.5.3 to follow uctypes.struct() signature change. 10 years ago
Paul Sokolovsky f8a39e3bb1 tools/make-frozen.py: Handle trailing slash in argument more reliably. 10 years ago
Damien George 0e6c89a5c8 tools: Add codestats.sh to compute code statistics such as size, speed. 10 years ago
Paul Sokolovsky 0df20da4dd tools: Add upip 0.5.2 tarball. 10 years ago
Paul Sokolovsky c02dc8b2c9 tools/make-frozen.py: Open files in binary mode. 10 years ago
Paul Sokolovsky a8e7c03171 tools/make-frozen.py: Preserve directory hierarchy. 10 years ago
Paul Sokolovsky f5ae384d4f bootstrap_upip.sh: Allow to install into a path given by argument. 10 years ago
Dave Hylands 669dbca959 tools: Allow pyboard constructor to take a baudrate parameter. 10 years ago
Dave Hylands 97ce883217 tools: Add exec_raw_no_follow to pyboard.py. 10 years ago
Paul Sokolovsky 76abb2e623 tools: Add script to install "upip" package manager. 10 years ago
Damien George 4865a22f78 tools/pyboard.py: Add "--follow" option to wait for output indefinitely. 10 years ago
Damien George 23a2b11abf tools: Add STM32F4DISC and ESPRUINO_PICO to stmhal build script. 10 years ago
Damien George 2bb5f41611 tools/pyboard.py: Make it 8-bit clean, so it works with unicode chars. 10 years ago
Damien George d8475092d1 qemu-arm: Disable inline asm tests that use floating point. 10 years ago
Damien George 39ce2db181 stmhal: Add "CDC" option to pyb.usb_mode, for CDC device only. 10 years ago
Damien George fb2006cc69 tools: Make gen-changelog.sh sort version strings correctly. 10 years ago
Damien George 2f8c409a4f qemu-arm: Disable try_finally1.py test (it fails randomly on Travis). 10 years ago
Paul Sokolovsky 640e0b221e py: Implement very simple frozen modules support. 10 years ago
Damien George b58da9420c qemu-arm: Disable basics/memoryerror.py test. 10 years ago
Damien George 99dde4ed1f qemu-arm: Enable GC and native code-gen; enable more tests. 10 years ago
Damien George 85e8e2ed5b qemu-arm: Add 'test' target to Makefile to run and verify test suite. 10 years ago
Damien George e3fa8278b4 tools: Add script to generate a ChangeLog file. 10 years ago
Damien George 4fd7c1a2ac tools, pyboard.py: Write data to pyboard in chunks of 256 bytes. 10 years ago
Damien George 17c5ce3727 tools: Make pyboard.py have infinite timeout when running script. 10 years ago
Damien George 7c4445afe1 tools: Make gendoc.py able to output RST format. 10 years ago
Damien George bc1488a05f stmhal: Improve REPL control codes; improve pyboard.py script. 10 years ago
Damien George 5fc42a6c97 tools, pydfu: Some fixes to support Python 3. 10 years ago
Dave Hylands 842210f53a Add pydfu.py to the micropython tree. Use dfu_util bgy default 10 years ago
Damien George 9c9db3a7a1 tools, pyboard.py: Allow exec argument to be bytes or str. 10 years ago
blmorris 3b064370f8 Enable device keyword option when running pyboard.py --tests and run-tests --pyboard 10 years ago
Damien George c737086e1c tools: Add network build to auto-build script. 10 years ago
Damien George 2842945e76 stmhal: Fix bugs in documentation so it compiles. 10 years ago
Paul Sokolovsky f3c3010ffc pip-micropython: Revert to using PIP_MICROPY_DEST environment var. 10 years ago
Damien George db63660c19 Add pip-micropython to unix make install. 10 years ago
Damien George c4ee39dd63 tools, gendoc: Output small descr about module TOC. 10 years ago
Damien George 590b2abdfc tools, gendoc: Put module TOC/index in module/ directory. 10 years ago
Damien George ef7a066c9c tools, gendoc: Allow constants at module level; gen module index. 10 years ago
Paul Sokolovsky c10a4405cd gendoc.py: Support modules w/o functions and/or classes. 11 years ago
Damien George 3793830ed9 tools: Move gendoc.py to tools, and make it a little more generic. 11 years ago
Ilya Dmitrichenko be86596bb9 tools: inline test suite generator. 11 years ago
Ilya Dmitrichenko b1442e04d1 tools: check-in errordeveloper/tinytest@eb2dbc858f6c3785468a96e98f2b944f10013163 11 years ago
Damien George 37936bebbf tools: In build-stm-latest, replace git hash with git tag. 11 years ago
Damien George 3244123031 tools: pyboard.py now acts as a command-line program to run scripts. 11 years ago
Damien George aad1204b8e stmhal: Change names: flash to firmware, flashboard to deploy. 11 years ago
Craig Barnes 71a1e35206 Fix pyboard.py tests. 11 years ago
Damien George ba742ed639 Add shell script to automatically build stmhal/ for all pyboards. 11 years ago
Andrew Scheller 1f740bdaf4 Make pyboard.enter_raw_repl more robust 11 years ago
Damien George ca045d97b9 tools: Update pyboard.py to work with latest changes to RTC. 11 years ago
Damien George ecdf6cdc5b tools: Fix up pybcdc.inf generation: new lines and hex digits. 11 years ago
Andrew Scheller 1452221aca Auto-generate the stmhal/pybcdc_inf header file from static files 11 years ago