aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2017-11-20stm32/led: Remove unused LED enum constants.Damien George
2017-11-20stm32/boards: Remove obsolete and unused board-specific defines.Damien George
2017-11-20stm32/boards: Add support for NUCLEO-F746ZG evaluation board.Jaroslav Sykora
2017-11-20stm32/boards/stm32f746_af.csv: Fix typos in AF table.Damien George
2017-11-16py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.Damien George
2017-11-15stm32/boards/NUCLEO_F429ZI: Incr CPU freq to 168MHz to get USB working.Damien George
2017-11-14esp8266/esp8266_common.ld: Put .text of more libs into .irom0.text .Paul Sokolovsky
2017-11-12extmod/moduhashlib: Enable SHA1 hashing when using "mbedtls" library.Christopher Cooper
2017-11-12esp8266/README: Add section on using upip.Paul Sokolovsky
2017-11-12esp8266/README: Emphasize the need to change default WiFi password.Paul Sokolovsky
2017-11-12py/objnamedtuple: Add _asdict function if OrderedDict is supportedstijn
2017-11-08py/mpconfig: Introduce reusable MP_HTOBE32(), etc. macros.Paul Sokolovsky
2017-11-07unix/moduselect: Fix nanbox build after adding .dump() method.Paul Sokolovsky
2017-11-07unix/moduselect: Add .dump() method for debugging.Paul Sokolovsky
2017-11-05esp8266/etshal.h: Make function prototypes compatible with ESP SDK 2.1.0+.Paul Sokolovsky
2017-11-01zephyr/README: "make qemu" was replaced with "make run".Paul Sokolovsky
2017-11-01teensy: Get port compiling without any warnings.Damien George
2017-10-28unix: Enable MICROPY_PY_REVERSE_SPECIAL_METHODS.Paul Sokolovsky
2017-10-24unix/modusocket: Remove #if MICROPY_SOCKET_EXTRA code blocks.Paul Sokolovsky
2017-10-24all: Use NULL instead of "" when calling mp_raise exception helpers.Damien George
2017-10-23unix: Rename modsocket.c to modusocket.c.Paul Sokolovsky
2017-10-19stm32: Make uos.dupterm() conform to specs by using extmod version.Damien George
2017-10-19stm32/mphalport: Improve efficiency of mp_hal_stdout_tx_strn_cooked.Damien George
2017-10-17stm32/modnwwiznet5k: Implement stream ioctl for the Wiznet driver.Damien George
2017-10-17stm32/modnwwiznet5k: Increase SPI bus speed to 42MHz.Damien George
2017-10-16stm32/modnwwiznet5k: Add support for W5500 Ethernet chip.Damien George
2017-10-16stm32/mpconfigport.h: Add MICROPY_THREAD_YIELD() macro.Li Weiwei
2017-10-16stm32/modusocket: Return OSError(-2) if getaddrinfo fails.Damien George
2017-10-16stm32/modusocket: Make getaddrinfo() work when passed an IP address.Damien George
2017-10-16stm32/modnwwiznet5k: Implement WIZNET5K.isconnected() method.Damien George
2017-10-13extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.Damien George
2017-10-13stm32/usbd_cdc_interface.h: Fix code comments after recent refactor.Li Weiwei
2017-10-13stm32/usbd_cdc_interface: Don't reset CDC output buf on initialisation.Damien George
2017-10-11esp8266/modules/webrepl_setup: Add info about allowed password length.Vitor Massaru Iha
2017-10-10lib/libm: Remove implementation of log2f, use MP_NEED_LOG2 instead.Damien George
2017-10-09esp8266/modnetwork: Add "bssid" keyword arg to WLAN.connect() method.Damien George
2017-10-07zephyr: Switch to interrupt-driven pull-style console.Paul Sokolovsky
2017-10-07zephyr: Use CONFIG_NET_APP_SETTINGS to setup initial network addresses.Paul Sokolovsky
2017-10-06stm32/boards: Fix typos in stm32f767_af.csv table.Damien George
2017-10-05stm32/modnwwiznet5k: Get the IP address of an established socket.Li Weiwei
2017-10-05py/persistentcode: Bump .mpy version number to version 3.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-10-03esp8266/esp_mphal: Send data in chunks to mp_uos_dupterm_tx_strn.Damien George
2017-09-26py: Add config option to print warnings/errors to stderr.David Lechner
2017-09-25stm32/timer: Enable ARPE so that timer freq can be changed smoothly.Damien George
2017-09-22stm32/usbdev: Move all the USB device descriptor state into its struct.Damien George
2017-09-22stm32/usbdev: Make device descriptor callbacks take a state pointer.Damien George
2017-09-21stm32/usbdev: Merge all global USB device state into a single struct.Damien George
2017-09-21stm32/usbdev: Simplify pointers to MSC state and block dev operations.Damien George
2017-09-21stm32/usbdev: Put all state for the USB device driver in a struct.Damien George