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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-10-20
Merge remote-tracking branch 'micropython/master'
Tony DiCola
2016-10-21
stmhal/Makefile: Use standard rules for frozen module generation.
Paul Sokolovsky
2016-10-21
py/py.mk: Automatically add frozen.c to source list if FROZEN_DIR is defined.
Paul Sokolovsky
2016-10-20
Merge pull request #25 from adafruit/drivers-more
Scott Shawcroft
2016-10-20
Update drivers.rst
Radomir Dopieralski
2016-10-20
Merge pull request #24 from adafruit/urandom
Scott Shawcroft
2016-10-20
esp8266/modules/webrepl: Enforce only one concurrent WebREPL connection.
Paul Sokolovsky
2016-10-20
atmel-samd: Enable full urandom module from extmod.
Tony DiCola
2016-10-19
atmel-samd: More updates to the docs including the in-code docs.
Scott Shawcroft
2016-10-19
Switch away from sphinx.parsers which isn't available in sphinx 1.3.5 on Read...
Scott Shawcroft
2016-10-19
Support markdown.
Scott Shawcroft
2016-10-19
Add title to contributing doc.
Scott Shawcroft
2016-10-19
Merge pull request #18 from turbinenreiter/master
Scott Shawcroft
2016-10-19
[atmel-samd] add adalogger board definitions
Sebastian Plamauer
2016-10-19
extmod/vfs_fat_file: Check fatfs f_sync() and f_close() returns for errors.
Alex March
2016-10-19
cc3200: Fix thread mutex's so threading works with interrupts.
Damien George
2016-10-18
Documentation rework to unify the docs together rather than having them
Scott Shawcroft
2016-10-19
esp8266/main: Mark nlr_jump_fail() as MP_FASTCODE.
Paul Sokolovsky
2016-10-19
esp8266: Add MP_FASTCODE modifier to put a function to iRAM.
Paul Sokolovsky
2016-10-19
esp8266/esp8266.ld: Move main.o to iROM.
Paul Sokolovsky
2016-10-19
esp8266/esp8266.ld: Move modmachine.o to iROM.
Paul Sokolovsky
2016-10-19
esp8266/esp8266.ld: Move help.o to iROM.
Paul Sokolovsky
2016-10-18
esp8266/esp_init_data: Auto-initialize system params with vendor SDK 2.0.0.
Paul Sokolovsky
2016-10-18
teensy: Update to provide new mp_hal_pin_XXX functions following stmhal.
Damien George
2016-10-18
stmhal/led: Refactor LED to use mp_hal_pin_output() init function.
Damien George
2016-10-18
stmhal: Refactor pin usage to use mp_hal_pin API.
Damien George
2016-10-18
stmhal/modutime: Refactor to use extmod's version of ticks_cpu.
Damien George
2016-10-18
cc3200: Enable loading of precompiled .mpy files.
Damien George
2016-10-18
cc3200/mods/pybspi: Allow "write" arg of read/readinto to be positional.
Damien George
2016-10-18
docs/machine.SPI: Improve descriptions of xfer methods.
Damien George
2016-10-18
cc3200: Use mp_raise_XXX helper functions to reduce code size.
Damien George
2016-10-18
esp8266/Makefile: Use latest esptool.py flash size auto-detection.
Paul Sokolovsky
2016-10-17
docs/machine.SPI: Bring up to date with Hardware API, make vendor-neutral.
Paul Sokolovsky
2016-10-17
docs: Bump version to 1.8.5.
v1.8.5
Damien George
2016-10-17
tests/run-tests: Enable extmod/machine1.py on pyboard.
Damien George
2016-10-17
stmhal: Enable str.center(), str.[r]partition() and builtin compile().
Damien George
2016-10-17
stmhal: Implement machine.soft_reset().
Damien George
2016-10-17
lib/utils/pyexec: Allow behaviour of SystemExit to be configurable.
Damien George
2016-10-17
py: Use mp_raise_msg helper function where appropriate.
Damien George
2016-10-17
tests: Add test to print full KeyError exc from failed dict lookup.
Damien George
2016-10-17
py/objdict: Actually provide the key that failed in KeyError exception.
Damien George
2016-10-17
py/objdict: Fix optimisation for allocating result in fromkeys.
Damien George
2016-10-17
tests: Improve coverage of array, range, dict, slice, exc, unicode.
Damien George
2016-10-17
tests/cmdline: Improve coverage test for printing bytecode.
Damien George
2016-10-16
esp8266, stmhal, unix: MAKE_FROZEN is consistently defined in mkenv.mk.
Paul Sokolovsky
2016-10-15
extmod/modussl_mbedtls: Add dummy setblocking() method.
Paul Sokolovsky
2016-10-14
atmel-samd: Rename Feather M0 Bluefruit files to Feather M0 Basic because the...
v1.8.4-20161014
Scott Shawcroft
2016-10-14
atmel-samd: Make the Arduino Zero build use a bootloader.
Scott Shawcroft
2016-10-14
py/makeversionhdr.py: Use any tag to describe the version.
Scott Shawcroft
2016-10-14
lib/utils: Clarify this is Adafruit's MicroPython derivative and help() isn't...
Scott Shawcroft
[next]