index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2017-11-17
Add ItsyBitsy M0 support with 1MB flash support (#445)
Limor "Ladyada" Fried
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-08-23
tools: Always upload to Rosie from Travis. (#200)
Scott Shawcroft
2017-08-16
tools/mpy-tool.py: Fix missing argument in dump() function
stijn
2017-08-15
Have the build script upload artifacts to Rosie when travis is building a pul...
Scott Shawcroft
2017-08-12
tools/mpy-tool.py: Don't generate const_table if it's empty.
Damien George
2017-08-11
Turn on Rosie CI testing to test new builds on real hardware.
Scott Shawcroft
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-27
tools/mpy_bin2res: Tools to convert binary resources to Python module.
Paul Sokolovsky
2017-07-22
tools/pyboard: Add license header.
Paul Sokolovsky
2017-07-19
all: Remove trailing spaces, per coding conventions.
Damien George
2017-07-09
tools/gen-cpydiff: Use case description as 3rd-level heading.
Paul Sokolovsky
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-05-29
various: Spelling fixes
Ville Skyttä
2017-05-16
tools/mpy-tool.py: Fix regression with freezing floats in obj repr C.
Damien George
2017-05-15
tools: Make now runs uf2conv itself.
Scott Shawcroft
2017-05-14
tools/mpy_cross_all.py: Helper tool to run mpy-cross on the entire project.
Paul Sokolovsky
2017-05-13
tools/mpy-tool.py: Use MP_ROM_xxx macros to support nanbox builds.
Damien George
2017-05-05
tools/upip: Upgrade to 1.2.
Paul Sokolovsky
2017-05-01
tools: Switch method of detecting travis so that it works OK on CIs without a...
Scott Shawcroft
2017-05-01
atmel-samd: Rename metro M0 Express and add NEOPIXEL pin.
Scott Shawcroft
2017-05-01
tools/upip: Upgrade to 1.1.6, supports commented lines in requirements.txt.
Paul Sokolovsky
2017-05-01
tools/mpy-tool: Make work if run from another directory.
Paul Sokolovsky
2017-04-22
py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.
Damien George
2017-04-20
travis: Don't try and build ESP8266
Scott Shawcroft
2017-04-20
Turn on build saving and uf2 creation.
Scott Shawcroft
2017-04-11
atmel-samd: rename cplay_m0_flash to circuitplayground_express and update for...
Scott Shawcroft
2017-04-07
tools/pyboard: Provide more details when expected reply not received.
Paul Sokolovsky
2017-04-05
tools/pyboard: ProcessPtyToTerminal: Add workaround for PySerial bug.
Paul Sokolovsky
2017-04-05
tools/pyboard: execpty: Use shell=False to workaround some curdir issues.
Paul Sokolovsky
2017-04-04
tools/pyboard: Add "exec" and "execpty" pseudo-devices support.
Paul Sokolovsky
2017-04-02
tools/pyboard: Tighten up Pyboard object closure on errors.
Paul Sokolovsky
2017-03-27
Change to official Feather M0 Express branding.
Scott Shawcroft
2017-03-06
tools/tinytest-codegen: Update for recent test renaming ("intbig" suffix).
Paul Sokolovsky
2017-03-02
qemu-arm: Enable machine module and associated tests.
Damien George
2017-02-27
tools/gen-cpydiff.py: configurable CPython and micropython executables
Krzysztof Blazewicz
2017-02-24
atmel-samd: Switch to nano newlib and add size script to build.
Scott Shawcroft
2017-02-22
tools/gen-cpydiff.py: Set the Python import path to find test modules.
Damien George
2017-02-20
tools: Add gen-cpydiff.py to generate docs differences.
Rami Ali
2017-02-17
py/persistentcode: Bump .mpy version due to change in bytecode.
Damien George
2017-02-10
tools/upip: Update to 1.1.5. Better and more user-friendly error handling.
Paul Sokolovsky
2017-01-27
qemu-arm: Don't compile tests in "REPL" mode.
Damien George
2017-01-27
tools/tinytest-codegen.py: Blacklist heapalloc_str.py test for qemu-arm.
Paul Sokolovsky
2017-01-10
Merge tag 'v1.8.7'
Scott Shawcroft
2017-01-09
Add arduino zero to default builder and change name to circuitpython.
0.8.0
Scott Shawcroft
2017-01-05
tools/mpy-tool.py: Add support for OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.
Damien George
2016-12-15
tools/pyboard.py: Refactor so target is not reset between scripts/cmd.
Damien George
2016-11-29
tools: Use a for loop to build all board variants.
Scott Shawcroft
2016-11-28
atmel-samd: Add Circuit Playground M0 board. Its experimental.
Scott Shawcroft
2016-11-23
Add heap analysis scripts based on GDB breakpoint logs.
Scott Shawcroft
[next]