aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-16.travis.yml: Build and test strict stackless build.Paul Sokolovsky
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-16docs/packages: Explicitly recommend usage of setuptools instead of distutils.Paul Sokolovsky
2017-12-16docs/packages: Use "install_dir/" in examples.Paul Sokolovsky
2017-12-16docs/conf: Reference CPython 3.5 docs.Paul Sokolovsky
2017-12-15py/objgenerator: Allow to pend an exception for next execution.Paul Sokolovsky
2017-12-15lib/tinytest: Clean up test reporting in the presence of stdout output.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-15tests/run-tests: Skip running feature checks for --list-tests/--write-exp.Paul Sokolovsky
2017-12-15tools/tinytest-codegen: Ignore system locale, write output in UTF-8.Paul Sokolovsky
2017-12-15py/emitglue: Change type of bit-field to explicitly unsigned mp_uint_t.Damien George
2017-12-15docs/glossary: micropython-lib: Clarify wording.Paul Sokolovsky
2017-12-14docs/packages: mpy_bin2res no longer required to create resources.Paul Sokolovsky
2017-12-14tests/run-tests: Don't test for --target=unix with "pyb is None".Paul Sokolovsky
2017-12-14tools/tinytest-codegen: Add --stdin switch instead of recently added --target.Paul Sokolovsky
2017-12-14tests/run-tests: Add composable --include and --exclude options.Paul Sokolovsky
2017-12-14tests/run-tests: Fix handling of --list-tests wrt skipped tests.Paul Sokolovsky
2017-12-14tests/run-tests: minimal: Exclude recently added subclass_native_init.py.Paul Sokolovsky
2017-12-14extmod/modframebuf: Add 8-bit greyscale format (GS8).Damien George
2017-12-14extmod/modframebuf: Add 2-bit color format (GS2_HMSB).Petr Viktorin
2017-12-14tests: Add tests to improve coverage of py/objtype.c.Damien George
2017-12-14esp8266/machine_hspi: After an SPI write wait for last byte to transfer.Damien George
2017-12-14tools/pydfu.py: Call set_configuration() on fresh USB device object.Damien George
2017-12-13tools/tinytest-codegen: Take --target= option for test set selection.Paul Sokolovsky
2017-12-13tests/run-tests: Add --list-tests switch.Paul Sokolovsky
2017-12-13extmod/modure: Add cast to workaround bug in MSVC.Damien George
2017-12-13stm32/usbdev: Pass thru correct val for SCSI PreventAllowMediumRemoval.Damien George
2017-12-13.travis.yml: Update for qemu-arm's testing moved to Makefile.test.Paul Sokolovsky
2017-12-13ports/qemu-arm: Rework "test" target using upytesthelper.Paul Sokolovsky
2017-12-13tools/tinytest-codegen: More excludes after enabling expected output match.Paul Sokolovsky
2017-12-13tools/tinytest-codegen: Wrap lines of exclude_tests.Paul Sokolovsky
2017-12-13tools/tinytest-codegen.py: Generate code for upytesthelper.Paul Sokolovsky
2017-12-13lib/upytesthelper: MicroPython test helper layer on top of tinytest.Paul Sokolovsky
2017-12-13docs/esp8266/tutorial: Fix typo, change -> changed.Ryan Finnie
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-13extmod/modussl_mbedtls: Clean up mbedtls state when error during setup.Damien George
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