aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2018-01-31esp8266/modules: Move dht.py driver to drivers/dht directory.Damien George
2018-01-31windows: Add Appveyor CI builds for windows mingw portstijn
2018-01-31stm32/modmachine: Handle case of no MICROPY_PY_MACHINE_I2C.Peter D. Gray
2017-12-29py/nlr: Fix nlr functions for 64bit ports built with gcc on Windowsstijn
2017-12-29windows/mpconfigport: Enable some features, including the Python stackstijn
2017-12-29windows/mpconfigport: Provide off_t definition for MSVC portstijn
2017-12-28stm32/spi: If MICROPY_HW_SPIn_MISO undefined, do not claim pin on init.Peter D. Gray
2017-12-26zephyr/main: Remove unused do_str() function.Paul Sokolovsky
2017-12-26zephyr/Makefile: clean: Clean libmicropython.a too.Paul Sokolovsky
2017-12-23stm32/i2c: Support more I2C baudrates for F746, and more F7 MCUs.Damien George
2017-12-23stm32/i2c: Fix bug with I2C4 initialisation.Damien George
2017-12-23stm32/uart: Support board configs with CTS/RTS on UART6.Damien George
2017-12-22esp8266/Makefile: Remove commented-out unused lines.Damien George
2017-12-22esp32/README: Update toolchain setup.Ayke van Laethem
2017-12-22stm32/uart: Add support for 7-bit modes: 7N1 and 7N2.Peter D. Gray
2017-12-22stm32: Allow to build a board without any hardware I2C ports defined.Damien George
2017-12-22stm32: Use corrected capitalization of HAL_SD_CardStateTypedef.Peter D. Gray
2017-12-20qemu-arm/test_main: Include setjmp.h because it's used by gc_collect.Damien George
2017-12-19unix/mpconfigport_coverage.h: Enable MICROPY_PY_IO_RESOURCE_STREAM.Damien George
2017-12-19tests/unix: Add test for printf with %lx format.Damien George
2017-12-18esp32/machine_hw_spi: Remove unnecessary white space for consistency.Damien George
2017-12-18esp32/machine_hw_spi: Fix large HW SPI transfers by splitting them up.Eric Poulsen
2017-12-16unix/mpconfigport.h: Allow to override stackless options from commandline.Paul Sokolovsky
2017-12-16unix/Makefile: coverage: Allow user to pass CFLAGS_EXTRA.Paul Sokolovsky
2017-12-15zephyr/prj_base.conf: Bump MAIN_STACK_SIZE to let builtin testsuite run.Paul Sokolovsky
2017-12-15zephyr: Add support for binary with builtin testsuite.Paul Sokolovsky
2017-12-14esp8266/machine_hspi: After an SPI write wait for last byte to transfer.Damien George
2017-12-13stm32/usbdev: Pass thru correct val for SCSI PreventAllowMediumRemoval.Damien George
2017-12-13ports/qemu-arm: Rework "test" target using upytesthelper.Paul Sokolovsky
2017-12-13esp32: Add custom partitions.csv file with uPy specific size.Eric Poulsen
2017-12-13esp32/Makefile: Support using IDF_PATH as the env var to the IDF source.Damien George
2017-12-13esp32/modesp: Add osdebug() function to disable or change IDF logging.Alex King
2017-12-13esp32/mpconfigport.h: Enable websocket module.Damien George
2017-12-13esp32: Implement wired Ethernet via network.LAN().Eric Poulsen
2017-12-13esp32/mpconfigport.h: Enable ussl finaliser.Damien George
2017-12-13esp32/modnetwork.c: Fix for setting DNS with network.WLAN.ifconfig().Eric Poulsen
2017-12-13esp32/modules: Symlink in ntptime.py from esp8266/modules.Damien George
2017-12-13esp32: Update to latest ESP IDF.Damien George
2017-12-13esp32/machine_pwm: Always set the channel in the PWM object.Damien George
2017-12-13esp32/modutime.c: Add localtime and mktime functions.Nick Moore
2017-12-13esp32/README: Update general description of port to add avail features.Damien George
2017-12-13esp32: Implement machine.WDT() class.Eric Poulsen
2017-12-13esp32: Call initialization function on sha1 and sha256.Nick Moore
2017-12-13esp32/mphalport.h: Make mp_hal_pin_<dir> select gpio on the pad.Eric Poulsen
2017-12-13esp32/mpconfigport.h: Add missing uhashlib.Nick Moore
2017-12-13esp32/modsocket: Implement setsockopt(IP_ADD_MEMBERSHIP).Timmenem
2017-12-13esp32/modnetwork: Give better error msgs for AP timeout and not-found.Damien George
2017-12-13esp32: Add new port to Espressif ESP32 SoC.Damien George
2017-12-11stm32: Add support for using the Python stack.Damien George
2017-12-11unix: Add support for using the Python stack.Damien George