summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-03-29py/compile: Provide terse error message for invalid dict/set literals.Damien George
2017-03-29py: Shorten a couple of error messages.Damien George
2017-03-29py/compile: Simplify syntax-error messages for illegal assignments.Damien George
2017-03-29py/lexer: Simplify and reduce code size for operator tokenising.Damien George
2017-03-29zephyr/prj_base.conf: Enable TCP (and UDP explicitly).Paul Sokolovsky
2017-03-28py: Use mp_raise_TypeError/mp_raise_ValueError helpers where possible.Damien George
2017-03-28stmhal/dma: Fix reinitialisation of DMA on F7 MCUs, following F4.Damien George
2017-03-28stmhal/hal: For F7 MCUs, expose DMA_CalcBaseAndBitshift function.Damien George
2017-03-28stmhal/spi: Clean and/or invalidate D-cache before SPI DMA transfers.Damien George
2017-03-28stmhal/board: Fix existing and add more pin defs for NUCLEO_F767ZI.Damien George
2017-03-28stmhal/boards: Fix alt-func config for PA5 of STM32F767.Damien George
2017-03-27zephyr/prj_base.conf: Disable legacy kernel compatibility.Paul Sokolovsky
2017-03-27py/objmap: Convert mp_uint_t to size_t.Damien George
2017-03-27esp8266/modesp: Remove long-obsolete and unused espconn bindings.Damien George