7227 Commits (3242cf2d364b40fd26a643f1c618e8b51cef0139)
 

Author SHA1 Message Date
Paul Sokolovsky 514b82900c cc3200/README: (Re)add information about accessing REPL on serial. 8 years ago
Paul Sokolovsky 076b80467b cc3200: Enable UART REPL by default. 8 years ago
Damien George afc5063539 py/unicode: Comment-out unused function unichar_isprint. 8 years ago
Rami Ali eae819c0ed tests/micropython: Add test for micropython.stack_use() function. 8 years ago
Damien George e81116d07d stmhal/uart: Increase inter-character timeout by 1ms. 8 years ago
Damien George 16a584d7cf stmhal/uart: Provide a custom function to transmit over UART. 8 years ago
Rami Ali 65574f817a tests/basics: Add tests to improve coverage of binary.c. 8 years ago
Damien George ea6a958393 py/objint: Simplify mp_int_format_size and remove unreachable code. 8 years ago
Damien George 44bf8e1f2b py/mpprint: Add assertion for, and comment about, valid base values. 8 years ago
Damien George ca7af9a778 py/parsenum: Fix warning for signed/unsigned comparison. 8 years ago
Damien George 43384ad7e7 tests/basics: Add tests for parsing of ints with base 36. 8 years ago
Damien George 2d9440e2d1 py/mpz: Fix assertion in mpz_set_from_str which checks value of base. 8 years ago
Damien George c2dd494bd9 py/parsenum: Simplify and generalise decoding of digit values. 8 years ago
Paul Sokolovsky 25f44c19f1 cc3200: Re-add support for UART REPL (MICROPY_STDIO_UART setting). 8 years ago
Paul Sokolovsky cf96be60dc py/misc.h: Typo fix in comment. 8 years ago
Paul Sokolovsky 05aebb9206 tests/heapalloc_inst_call: Test for no alloc for simple object calls. 8 years ago
Paul Sokolovsky 492c612f9d tests/utimeq_stable: Test for partial stability of utimeq queuing. 8 years ago
Paul Sokolovsky 7327966da7 extmod/modutimeq: Make time_less_than be actually "less than", not less/eq. 8 years ago
Paul Sokolovsky 18f12caafc extmod/modutimeq: Fix printf in dump(). 8 years ago
Paul Sokolovsky 1e9093f8cb examples/hwapi/hwconfig_console: Don't alloc memory in value(). 8 years ago
Paul Sokolovsky 1328833663 stmhal, esp8266: Enable utimeq module. 8 years ago
sergiuszm ea426dd9ef stmhal: Add support for STM32 Nucleo64 L476RG. 8 years ago
Damien George e202b6f586 stmhal/sdcard: Use mp_hal_pin_config function instead of HAL_GPIO_Init. 8 years ago
Damien George ed559de063 stmhal/led: Use mp_hal_pin_config function instead of HAL_GPIO_Init. 8 years ago
Damien George ffa30898cc stmhal/usrsw: Use mp_hal_pin_config function instead of HAL_GPIO_Init. 8 years ago
Damien George 425150040c stmhal/mphalport.h: Explicitly use HAL's GPIO constants for pull modes. 8 years ago
Damien George b14abab9cd stmhal/led: Properly initialise timer handle to zero before using it. 8 years ago
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