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-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
2016-11-14
docs: Remove references to readall() and update stream read() docs.
Damien George
2016-11-14
cc3200/tools/smoke.py: Change readall() to read().
Damien George
2016-11-14
py/objexcept: Allow clearing traceback with 'exc.__traceback__ = None'.
Paul Sokolovsky
2016-11-14
examples/hwapi: Add uasyncio example of fading 2 LEDs in parallel.
Paul Sokolovsky
2016-11-14
tests: Use read() instead of readall().
Paul Sokolovsky
2016-11-14
examples/http_client: Use read() instead of readall().
Paul Sokolovsky
2016-11-14
all: Remove readall() method, which is equivalent to read() w/o args.
Paul Sokolovsky
2016-11-13
examples/hwapi: Add soft_pwm example converted to uasyncio.
Paul Sokolovsky
2016-11-12
tools/tinytest-codegen: Blacklist recently added uheapq_timeq test (qemu-arm).
Paul Sokolovsky
2016-11-12
extmod/moduheapq: Adhoc changes to support ordering by utime.ticks_ms().
Paul Sokolovsky
2016-11-12
examples/hwapi: button_led: Add GPIO pin read example.
Paul Sokolovsky
2016-11-11
stmhal: Rename mp_hal_pin_set_af to _config_alt, to simplify alt config.
Damien George
2016-11-11
stmhal/i2c: Reset the I2C peripheral if there was an error on the bus.
Damien George
2016-11-11
stmhal/i2c: Add option to I2C to enable/disable use of DMA transfers.
Damien George
2016-11-11
stmhal/dma: De-init the DMA peripheral properly before initialising.
Damien George
2016-11-10
tests/micropython: Add test for import from within viper function.
Damien George
2016-11-10
py/emitnative: Fix native import emitter when in viper mode.
Damien George
2016-11-10
docs: Bump version to 1.8.6.
Damien George
2016-11-10
examples/hwapi: Add hwconfig for DragonBoard 410c.
Paul Sokolovsky
2016-11-09
esp8266: Update 512k linker script, renaming modpyb to machine.
Damien George
2016-11-09
docs/library/machine.Pin: Update Pin docs to align with new HW API.
Damien George
2016-11-09
esp8266/modnetwork.c: Expose configuration for station DHCP hostname.
Chris Popp
2016-11-09
zephyr/mphalport.h: Update for new "unified" kernal API (sleep functions).
Paul Sokolovsky
2016-11-08
unix: Add symlinks for upip to make it frozen into binary.
Damien George
2016-11-08
py: Strip leading dirs from frozen mpy files, so any path can be used.
Damien George
2016-11-08
py: Move frozen bytecode Makefile rules from ports to common mk files.
Damien George
2016-11-08
esp8266: Update docs for esptool 1.2.1/SDK 2.0 (--flash_size=detect).
Paul Sokolovsky
2016-11-08
docs/*/quickref.rst: Use new semantics of ticks_diff()
puuu
2016-11-08
esp8266: Include upip as a standard frozen bytecode module.
Paul Sokolovsky
2016-11-07
tools, unix: Replace upip tarball with just source files.
Paul Sokolovsky
[next]