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
2017-04-03
tests/run-tests: Introduce generic "minimal" target.
Paul Sokolovsky
2017-04-03
esp8266: Remove unused entry in port root pointers.
Damien George
2017-04-03
tests/micropython/heapalloc_iter: Improve skippability.
Paul Sokolovsky
2017-04-03
tests/float/byte*_construct: Skip on missing array module.
Paul Sokolovsky
2017-04-03
tests/extmod/vfs_fat_fileio*: Improve skippability.
Paul Sokolovsky
2017-04-02
run-tests: Add feature check for "const" keyword and skip related tests.
Paul Sokolovsky
2017-04-02
tests: vfs_fat_fileio.py is too big to be parsed in 16K heap, split in 2.
Paul Sokolovsky
2017-04-02
py/objstr: Use MICROPY_FULL_CHECKS for range checking when constructing bytes.
Paul Sokolovsky
2017-04-02
tests/run-tests: Be sure to close Pyboard object on completion.
Paul Sokolovsky
2017-04-02
tools/pyboard: Tighten up Pyboard object closure on errors.
Paul Sokolovsky
2017-04-02
zephyr/modusocket: Implement recv() for TCP sockets.
Paul Sokolovsky
2017-04-02
tests/basics: Add tests for list and bytearray growing using themselves.
Damien George
2017-04-02
py/obj.h: Make sequence grow more efficient and support overlapping.
Damien George
2017-04-01
zephyr/modusocket: Implement recv() for UDP sockets.
Paul Sokolovsky
2017-04-01
all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h
Damien George
2017-03-31
zephyr/modusocket: Implement send().
Paul Sokolovsky
2017-03-31
zephyr/modusocket: Implement bind() and connect().
Paul Sokolovsky
2017-03-31
all: Use full path name when including mp-readline/timeutils/netutils.
Damien George
2017-03-31
unix: Convert mp_uint_t to size_t in alloc.c.
Pavol Rusnak
2017-03-31
stmhal/i2c: Clean the cache so that I2C DMA works on F7 MCUs.
Damien George
2017-03-31
stmhal: Move L4/F7 I2C timing constants from mpconfigboard.h to i2c.c.
Damien George
2017-03-31
zephyr: Integrate modusocket into build.
Paul Sokolovsky
2017-03-31
zephyr/modusocket: Initial version of usocket module for Zephyr.
Paul Sokolovsky
2017-03-30
zephyr: Fix NLR segfault in minimal build.
Paul Sokolovsky
2017-03-30
zephyr/Makefile: Add workaround (fix?) for broken builds for DTS targets.
Paul Sokolovsky
2017-03-30
py/objzip: Convert mp_uint_t to size_t.
Damien George
2017-03-30
stmhal/dma: Don't include SDMMC2 struct if SDMMC2 is not available.
Damien George
2017-03-30
stmhal/boards: Remove F769 alt function table, it's same as for F767.
Damien George
2017-03-30
stmhal/boards/STM32F769DISC: Fix user switch pin, and document stlink.
Damien George
2017-03-30
stmhal/boards/STM32F769DISC: Get SD card working by using SDMMC2.
Damien George
2017-03-30
stmhal/boards: Update F76x alternate function table to add SDMMC2.
Damien George
2017-03-30
stmhal/sdcard: Add support for SDMMC2 on F7 MCUs.
Damien George
2017-03-30
stmhal: Support SDMMC alternate functions in pin generation.
Damien George
2017-03-30
zephyr/Makefile: Rework to use modern, official build integration.
Paul Sokolovsky
2017-03-29
modutimeq: Add peektime() function (provisional).
Jan Pochyla
2017-03-29
cc3200/mods/pybi2c: Raise OSError if readfrom_mem fails to write addr.
Damien George
2017-03-29
stmhal/spi: Increase SPI transfer timeout, proportional to num bytes.
Damien George
2017-03-29
cc3200: Update for changes to mp_obj_str_get_data.
Damien George
2017-03-29
esp8266: Update for changes to mp_obj_str_get_data.
Damien George
2017-03-29
stmhal: Update for changes to mp_obj_str_get_data.
Damien George
2017-03-29
lib/netutils: Update for changes to mp_obj_str_get_data.
Damien George
2017-03-29
extmod: Update for changes to mp_obj_str_get_data.
Damien George
2017-03-29
py: Change mp_uint_t to size_t for mp_obj_str_get_data len arg.
Damien George
2017-03-29
stmhal: Update to use size_t for tuple/list accessors.
Damien George
2017-03-29
esp8266: Update to use size_t for tuple/list accessors.
Damien George
2017-03-29
cc3200: Update to use size_t for tuple/list accessors.
Damien George
2017-03-29
unix: Convert mp_uint_t to size_t for use of mp_obj_list_get.
Damien George
2017-03-29
extmod/moduselect: Update to use size_t for array accessor.
Damien George
2017-03-29
py: Convert mp_uint_t to size_t for tuple/list accessors.
Damien George
2017-03-29
extmod/vfs_fat: Fix calculation of total blocks in statvfs.
Damien George
[prev]
[next]