aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-23extmod/modutimeq: Fix printf in dump().Paul Sokolovsky
2016-12-23examples/hwapi/hwconfig_console: Don't alloc memory in value().Paul Sokolovsky
2016-12-23stmhal, esp8266: Enable utimeq module.Paul Sokolovsky
2016-12-22stmhal: Add support for STM32 Nucleo64 L476RG.sergiuszm
2016-12-22stmhal/sdcard: Use mp_hal_pin_config function instead of HAL_GPIO_Init.Damien George
2016-12-22stmhal/led: Use mp_hal_pin_config function instead of HAL_GPIO_Init.Damien George
2016-12-22stmhal/usrsw: Use mp_hal_pin_config function instead of HAL_GPIO_Init.Damien George
2016-12-22stmhal/mphalport.h: Explicitly use HAL's GPIO constants for pull modes.Damien George
2016-12-22stmhal/led: Properly initialise timer handle to zero before using it.Damien George
2016-12-22extmod/moduheapq: Revert change for adhoc relative-time queue support.Paul Sokolovsky
2016-12-22unix/Makefile: Make "coverage_test" target mirror Travis test actions.Damien George
2016-12-22travis: Include persistent bytecode with floats in coverage tests.Damien George
2016-12-22tests: Add a coverage test for printing the parse-tree.Damien George
2016-12-22unix/main: Allow to print the parse tree in coverage build.Damien George
2016-12-22py/lexer: Permanently disable the mp_lexer_show_token function.Damien George
2016-12-22py/lexer: Remove unnecessary check for EOF in lexer's next_char func.Damien George
2016-12-22py/lexer: Remove unreachable code in string tokeniser.Damien George
2016-12-22tests/basics/lexer: Add a test for newline-escaping within a string.Damien George
2016-12-22extmod/modutimeq: Fix warning about unused param.Paul Sokolovsky
2016-12-22unix: Enable utimeq module.Paul Sokolovsky
2016-12-22tests/extmod: Add test for utimeq module.Paul Sokolovsky
2016-12-22extmod/modutimeq: Refactor into optimized class.Paul Sokolovsky
2016-12-22extmod/modutimeq: Copy of current moduheapq with timeq support for refactoring.Paul Sokolovsky
2016-12-21tests: Add tests to improve coverage of objarray.c.Rami Ali
2016-12-21tests: Add tests to improve coverage of runtime.c.Rami Ali
2016-12-21py/emitglue: Refactor to remove assert(0), to improve coverage.Damien George
2016-12-21py/objint: Rename mp_obj_int_as_float to mp_obj_int_as_float_impl.Damien George
2016-12-21tests/import: Add a test which uses ... in from-import statement.Damien George
2016-12-20esp8266: Force relinking OTA firmware image if built after normal one.Paul Sokolovsky
2016-12-20esp8266/modesp: flash_user_start(): Support configuration with yaota8266.Paul Sokolovsky
2016-12-20tests/basics: Improve test coverage for generators.Rami Ali
2016-12-20tests/run-tests: For REPL tests make sure the REPL is exited at the end.Damien George
2016-12-20tests/basics/set_pop: Improve coverage of set functions.Damien George
2016-12-20tests/basics: Add test for builtin locals().Damien George
2016-12-20tests/basics/builtin_dir: Add test for dir() of a type.Damien George
2016-12-20tests/float/builtin_float_round: Test round() with second arg.Damien George
2016-12-20py/modbuiltins: Remove unreachable code.Damien George
2016-12-20esp8266: When doing GC be sure to trace the memory holding native code.Damien George
2016-12-20tests/basics: Improve mpz test coverage.Rami Ali
2016-12-19tests/struct*: Make skippable.Paul Sokolovsky
2016-12-19py/compile: Add an extra pass for Xtensa inline assembler.Damien George
2016-12-18zephyr: Enable slice subscription.Paul Sokolovsky
2016-12-17zephyr/uart_core: Access console UART directly instead of printk() hack.Paul Sokolovsky
2016-12-16zephyr: Use core-provided keyboard exception object.Paul Sokolovsky
2016-12-16zephyr/main: Initialize sys.path and sys.argv.Paul Sokolovsky
2016-12-15esp8266: Add "erase" target to Makefile, to erase entire flash.Mike Causer
2016-12-15esp8266: Use core-provided keyboard exception object.Damien George
2016-12-15stmhal: Use core-provided keyboard exception object.Damien George
2016-12-15lib/utils/interrupt_char: Use core-provided mp_kbd_exception if enabled.Damien George
2016-12-15py: Add MICROPY_KBD_EXCEPTION config option to provide mp_kbd_exception.Damien George