aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-21extmod/machine_mem: Typo fix in comment.Paul Sokolovsky
2016-11-21cc3200: Update for moduselect moved to extmod/.Paul Sokolovsky
2016-11-21unix: Rename define for unix moduselect to MICROPY_PY_USELECT_POSIX.Paul Sokolovsky
2016-11-21stmhal/moduselect: Move to extmod/ for reuse by other ports.Paul Sokolovsky
2016-11-18examples/accellog.py: Change 1: to /sd/, and update comment about FS.Damien George
2016-11-18examples/hwapi: Add hwconfig for console tracing of LED operations.Paul Sokolovsky
2016-11-17extmod/machine_i2c: Release SDA on bus errorRadomir Dopieralski
2016-11-17extmod/machine_i2c: Raise an error when clock stretching times outRadomir Dopieralski
2016-11-17extmod/machine_i2c: Make the clock stretching timeout configurableRadomir Dopieralski
2016-11-17examples/hwapi: Add example for machine.time_pulse_us().Paul Sokolovsky
2016-11-16stmhal: Update HALCOMMITS due to change to hal.Krzysztof Blazewicz
2016-11-16stmhal/make-stmconst.py: Restore Python 2 compatibility.Damien George
2016-11-16stmhal: Update HALCOMMITS due to change to hal.Damien George
2016-11-16stmhal/make-stmconst.py: Add support for files with invalid utf8 bytes.Damien George
2016-11-16stmhal/mphalport.h: use single GPIOx->BSRR registerKrzysztof Blazewicz
2016-11-16stmhal/hal: do not include <stdio.h> in HAL headersKrzysztof Blazewicz
2016-11-16stmhal/i2c: provide custom IRQ handlersKrzysztof Blazewicz
2016-11-16stmhal/can: clear FIFO flags in IRQ handlerKrzysztof Blazewicz
2016-11-16stmhal/dma: mark DMA sate as READY even if HAL_DMA_Init is skippedKrzysztof Blazewicz
2016-11-16stmhal/dma: precalculate register base and bitshift on handle initKrzysztof Blazewicz
2016-11-16stmhal/i2c: handle I2C IRQsKrzysztof Blazewicz
2016-11-16stmhal/make-stmconst.py: fix regex's to work with current CMSISKrzysztof Blazewicz
2016-11-16stmhal/boards: configure all F4 boards to work with new HALKrzysztof Blazewicz
2016-11-16stmhal/hal/sd: reapply HAL commit 09de030 for f4Krzysztof Blazewicz
2016-11-16stmhal/hal/rcc: reapply HAL commit c568a2b for f4Krzysztof Blazewicz
2016-11-16stmhal/hal: reapply HAL commit 9db719b for f4Krzysztof Blazewicz
2016-11-16stmhal/hal/sd: reapply HAL commit 1d7fb82 for f4Krzysztof Blazewicz
2016-11-16stmhal/hal/i2c: reapply HAL commit ea040a4 for f4Krzysztof Blazewicz
2016-11-16stmhal: apply STM32CubeF4 v1.13.1 patch - upgrade HAL driver to v1.5.2Krzysztof Blazewicz
2016-11-16stmhal: upgrade to STM32CubeF4 v1.13.0 - HAL v1.5.1Krzysztof Blazewicz
2016-11-16stmhal: upgrade to STM32CubeF4 v1.13.0 - CMSIS/Device 2.5.1Krzysztof Blazewicz
2016-11-16windows: Enable READER_POSIX to get access to lexer_new_from_file.Damien George
2016-11-16mpy-cross: Get compiling after recent persistent code refactors.Damien George
2016-11-16py/lexer: Make lexer use an mp_reader as its source.Damien George
2016-11-16py/lexer: Rewrite mp_lexer_new_from_fd in terms of mp_reader.Damien George
2016-11-16py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader.Damien George
2016-11-16py/lexer: Rewrite mp_lexer_new_from_str_len in terms of mp_reader_mem.Damien George
2016-11-16py: Factor out persistent-code reader into separate files.Damien George
2016-11-16py: Factor persistent code load/save funcs into persistentcode.[ch].Damien George
2016-11-16docs/library/index: Elaborate on u-modules.Paul Sokolovsky
2016-11-15tests/basics: Add test for logical constant folding.Damien George
2016-11-15py/parse: Add code to fold logical constants in or/and/not operations.Damien George
2016-11-15py/parse: Make mp_parse_node_new_leaf an inline function.Damien George
2016-11-15py/parse: Move function to check for const parse node to parse.[ch].Damien George
2016-11-15cc3200/mods/pybspi: Remove SPI.MASTER constant, it's no longer needed.Damien George
2016-11-15cc3200/pybspi: Remove static mode=SPI.MASTER parameter for latest HW API.Paul Sokolovsky
2016-11-15py/*.mk: Replace uses of 'sed' with $(SED).Damien George
2016-11-15py/mkrules.mk: Rework find command so it works on OSX.Dave Hylands
2016-11-15py/runtime: mp_resume: Fix exception handling for nanbox port.Paul Sokolovsky
2016-11-15py/runtime: mp_resume: Handle exceptions in Python __next__().Paul Sokolovsky