aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-18Small WiPy doc fixesjuhasch
2016-09-18unix/modjni: array(): Support creation of object arrays.Paul Sokolovsky
2016-09-17Updated FROZEN_DIR support as per f28efa19713977a61395b19fec1fe501aeee4c0eDave Hylands
2016-09-17py: Move frozen modules rules from esp8266 port for reuse across ports.Paul Sokolovsky
2016-09-17esp8266/Makefile: Rename SCRIPTDIR to FROZEN_DIR for consistency.Paul Sokolovsky
2016-09-17unix/modjni: Add array() top-level function to create Java array.Paul Sokolovsky
2016-09-16tests/extmod: Add test for machine.time_pulse_us().Damien George
2016-09-16tests/basics: Add errno1 test, to check basics of uerrno module.Damien George
2016-09-16tests/extmod/urandom: Add urandom tests for error cases.Damien George
2016-09-16py/objnone: Remove unnecessary handling of MP_UNARY_OP_BOOL.Damien George
2016-09-16unix/modjni: Implement subscription for object arrays.Paul Sokolovsky
2016-09-14stmhal/boards: Add pllvalues.py script to compute PLL values for sysclk.Damien George
2016-09-12unix: Fix build for when MICROPY_PY_SOCKET=0.Renato Aguiar
2016-09-10travis: Abandon mingw32 in favour of mingw-w64stijn
2016-09-10windows: Enable MICROPY_PY_UERRNOstijn
2016-09-09py/makeqstrdefs.py: Use python 2.6 syntax for set creation.Chris Packham
2016-09-09tests/pyb: Update exp file for previously updated extint test.Damien George
2016-09-09tests/pyb: Add test for ExtInt when doing swint while disabled.Damien George
2016-09-09stmhal/extint: Force 0 to 1 transition on swint().Krzysztof Blazewicz
2016-09-09stmhal/{accel,lcd}: use GPIO_{set,clear}_pinKrzysztof Blazewicz
2016-09-09stmhal/lcd: De-assert chip select after completing SPI transmission.Tom Soulanille
2016-09-09py/asmthumb: Flush D-cache, and invalidate I-cache on STM32F7.Antonin ENFRUN
2016-09-09docs: Bump version to 1.8.4.Damien George
2016-09-08tests/run-tests: Disable thread/stress_recurse.py test on Travis.Damien George
2016-09-08stmhal,cc3200,esp8266: Consistently use PWRON_RESET constant.Damien George
2016-09-07docs/reference/isr_rules.rst: Two minor additions to docs for using ISR.Peter Hinch
2016-09-07esp8266/modmachine: Map PWR_ON_RESET to vendor's REASON_DEFAULT_RST.Paul Sokolovsky
2016-09-06esp8266/modnetwork: Fix wlan.scan() method so it returns all networks.Damien George
2016-09-06docs/library/machine.WDT: Add that WDT is available on pyboard.Damien George
2016-09-06stmhal/modmachine: Implement machine.reset_cause() function, and consts.Damien George
2016-09-06stmhal/wdt: Implement keyword args to WDT constructor.Damien George
2016-09-06esp8266/espneopixel: Disable IRQs during eps.neopixel_write.Torsten Wagner
2016-09-05travis: Build mpy-cross as part of the Travis process.Damien George
2016-09-05mpy-cross: Don't use the internal printf functions.Damien George
2016-09-05stmhal/dac: Fix DAC (re-)initialisation by resetting DMA.Peter Hinch
2016-09-05unix,stmhal,esp8266: When find'ing frozen files follow symbolic links.Damien George
2016-09-05py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.Delio Brignoli
2016-09-05tests/extmod/framebuf1: Add tests for scrolling in the x-direction.Damien George
2016-09-05extmod/framebuf: Add the xstep!=0 case to scroll() method.Radomir Dopieralski
2016-09-04docs/esp8266/quickref: Further improvements for SPI subsections.Paul Sokolovsky
2016-09-04docs/esp8266/quickref: Update information on SPI classes.Paul Sokolovsky
2016-09-04esp8266/modmachine: Simplify SPI class implementation multiplexing.Paul Sokolovsky
2016-09-04esp8266/modmachine: Don't expose internal SoftSPI and HSPI classes.Paul Sokolovsky
2016-09-04esp8266/modmachine: Add WDT_RESET and SOFT_RESET constants.Paul Sokolovsky
2016-09-04tests/extmod/uzlib_decompio: Add zlib bitstream testcases.Paul Sokolovsky
2016-09-04extmod/moduzlib: Support wbits arg to DecompIO.Paul Sokolovsky
2016-09-04stmhal: Set STM32F7DISC CPU Frequency to 216 MHzDave Hylands
2016-09-04tests/extmod: Add a test for framebuf module, tested by coverage build.Damien George
2016-09-04extmod/modframebuf: Include font from stmhal directory explicitly.Damien George
2016-09-04py/emitglue.c: provide mp_raw_code_load_file for any unix architectureChris Packham