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