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