aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-29tests/unix: Improve runtime_utils.c test coverage.Rami Ali
2016-12-29tests/cmdline: Improve repl.c autocomplete test coverage.Rami Ali
2016-12-29tests/thread: Improve modthread.c test coverage.Rami Ali
2016-12-29tests/extmod: Improve ubinascii.c test coverage.Rami Ali
2016-12-29cc3200: make: Rename "deploy" target to "deploy-ota".Paul Sokolovsky
2016-12-28cc3200/README: (Re)add information about accessing REPL on serial.Paul Sokolovsky
2016-12-28cc3200: Enable UART REPL by default.Paul Sokolovsky
2016-12-28py/unicode: Comment-out unused function unichar_isprint.Damien George
2016-12-28tests/micropython: Add test for micropython.stack_use() function.Rami Ali
2016-12-28stmhal/uart: Increase inter-character timeout by 1ms.Damien George
2016-12-28stmhal/uart: Provide a custom function to transmit over UART.Damien George
2016-12-28tests/basics: Add tests to improve coverage of binary.c.Rami Ali
2016-12-28py/objint: Simplify mp_int_format_size and remove unreachable code.Damien George
2016-12-28py/mpprint: Add assertion for, and comment about, valid base values.Damien George
2016-12-28py/parsenum: Fix warning for signed/unsigned comparison.Damien George
2016-12-28tests/basics: Add tests for parsing of ints with base 36.Damien George
2016-12-28py/mpz: Fix assertion in mpz_set_from_str which checks value of base.Damien George
2016-12-28py/parsenum: Simplify and generalise decoding of digit values.Damien George
2016-12-27cc3200: Re-add support for UART REPL (MICROPY_STDIO_UART setting).Paul Sokolovsky
2016-12-27py/misc.h: Typo fix in comment.Paul Sokolovsky
2016-12-25tests/heapalloc_inst_call: Test for no alloc for simple object calls.Paul Sokolovsky
2016-12-24tests/utimeq_stable: Test for partial stability of utimeq queuing.Paul Sokolovsky
2016-12-24extmod/modutimeq: Make time_less_than be actually "less than", not less/eq.Paul Sokolovsky
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