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