7050 Commits (ffe807f349294b67de15f63e113972251cd3901c)
 

Author SHA1 Message Date
Paul Sokolovsky ffe807f349 extmod/moduheapq: Revert change for adhoc relative-time queue support. 8 years ago
Damien George efa206d955 unix/Makefile: Make "coverage_test" target mirror Travis test actions. 8 years ago
Damien George 97f3797b82 travis: Include persistent bytecode with floats in coverage tests. 8 years ago
Damien George cdec7ba30e tests: Add a coverage test for printing the parse-tree. 8 years ago
Damien George ebb8413178 unix/main: Allow to print the parse tree in coverage build. 8 years ago
Damien George c305ae3243 py/lexer: Permanently disable the mp_lexer_show_token function. 8 years ago
Damien George f4aebafe7a py/lexer: Remove unnecessary check for EOF in lexer's next_char func. 8 years ago
Damien George b9c4783273 py/lexer: Remove unreachable code in string tokeniser. 8 years ago
Damien George adccafb42a tests/basics/lexer: Add a test for newline-escaping within a string. 8 years ago
Paul Sokolovsky 1b44987d0c extmod/modutimeq: Fix warning about unused param. 8 years ago
Paul Sokolovsky 64b1d5f878 unix: Enable utimeq module. 8 years ago
Paul Sokolovsky 5d9025a76e tests/extmod: Add test for utimeq module. 8 years ago
Paul Sokolovsky d02f6a9956 extmod/modutimeq: Refactor into optimized class. 8 years ago
Paul Sokolovsky ef23399e32 extmod/modutimeq: Copy of current moduheapq with timeq support for refactoring. 8 years ago
Rami Ali 1731868ae7 tests: Add tests to improve coverage of objarray.c. 8 years ago
Rami Ali 531c206e8b tests: Add tests to improve coverage of runtime.c. 8 years ago
Damien George 46a6592f9a py/emitglue: Refactor to remove assert(0), to improve coverage. 8 years ago
Damien George e4af712125 py/objint: Rename mp_obj_int_as_float to mp_obj_int_as_float_impl. 8 years ago
Damien George 67f3edc10a tests/import: Add a test which uses ... in from-import statement. 8 years ago
Paul Sokolovsky 9af73bda33 esp8266: Force relinking OTA firmware image if built after normal one. 8 years ago
Paul Sokolovsky c1e94b77a4 esp8266/modesp: flash_user_start(): Support configuration with yaota8266. 8 years ago
Rami Ali 5d06a74303 tests/basics: Improve test coverage for generators. 8 years ago
Damien George 1e7a801e2d tests/run-tests: For REPL tests make sure the REPL is exited at the end. 8 years ago
Damien George 7bbce4e213 tests/basics/set_pop: Improve coverage of set functions. 8 years ago
Damien George b470f59892 tests/basics: Add test for builtin locals(). 8 years ago
Damien George d291007fea tests/basics/builtin_dir: Add test for dir() of a type. 8 years ago
Damien George 49bf7617d0 tests/float/builtin_float_round: Test round() with second arg. 8 years ago
Damien George 7318949c46 py/modbuiltins: Remove unreachable code. 8 years ago
Damien George 0d32f1aeb3 esp8266: When doing GC be sure to trace the memory holding native code. 8 years ago
Rami Ali 5e1ccddc82 tests/basics: Improve mpz test coverage. 8 years ago
Paul Sokolovsky 91359c8690 tests/struct*: Make skippable. 8 years ago
Damien George de9cd00b39 py/compile: Add an extra pass for Xtensa inline assembler. 8 years ago
Paul Sokolovsky bbd0d27a25 zephyr: Enable slice subscription. 8 years ago
Paul Sokolovsky 56a514c193 zephyr/uart_core: Access console UART directly instead of printk() hack. 8 years ago
Paul Sokolovsky 0c59c30fde zephyr: Use core-provided keyboard exception object. 8 years ago
Paul Sokolovsky 724b82559d zephyr/main: Initialize sys.path and sys.argv. 8 years ago
Mike Causer 87e426c7c7 esp8266: Add "erase" target to Makefile, to erase entire flash. 8 years ago
Damien George 48d81c6900 esp8266: Use core-provided keyboard exception object. 8 years ago
Damien George a770ba147e stmhal: Use core-provided keyboard exception object. 8 years ago
Damien George d89cafd5c3 lib/utils/interrupt_char: Use core-provided mp_kbd_exception if enabled. 8 years ago
Damien George 7f1da0a03b py: Add MICROPY_KBD_EXCEPTION config option to provide mp_kbd_exception. 8 years ago
Damien George 979ab4e126 stmhal/usb: Always use the mp_kbd_exception object for VCP interrupt. 8 years ago
Damien George f254cfd3c4 stmhal: Rename mp_const_vcp_interrupt to mp_kbd_exception. 8 years ago
Damien George 29b5879613 tools/pyboard.py: Refactor so target is not reset between scripts/cmd. 8 years ago
Damien George 1b02565316 stmhal/mpconfigport: Add weak-module links for io, collections, random. 8 years ago
Damien George 7081ea4119 tests/micropython: Get heapalloc_traceback test running on baremetal. 8 years ago
Lorenz Schmid a5b3c7e7f9 docs/library/pyb.UART: Moved writechar doc to sit with other writes. 8 years ago
Lorenz Schmid 0caac94b98 docs/library/pyb.UART: Added clarification about timeouts. 8 years ago
Paul Sokolovsky c16e7eae5e zephyr: Implement soft reset feature. 8 years ago
Paul Sokolovsky 95fe7a40b3 zephyr: Support raw REPL. 8 years ago