index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-12-29
tests/unix: Improve runtime_utils.c test coverage.
Rami Ali
2016-12-29
tests/cmdline: Improve repl.c autocomplete test coverage.
Rami Ali
2016-12-29
tests/thread: Improve modthread.c test coverage.
Rami Ali
2016-12-29
tests/extmod: Improve ubinascii.c test coverage.
Rami Ali
2016-12-29
cc3200: make: Rename "deploy" target to "deploy-ota".
Paul Sokolovsky
2016-12-28
cc3200/README: (Re)add information about accessing REPL on serial.
Paul Sokolovsky
2016-12-28
cc3200: Enable UART REPL by default.
Paul Sokolovsky
2016-12-28
py/unicode: Comment-out unused function unichar_isprint.
Damien George
2016-12-28
tests/micropython: Add test for micropython.stack_use() function.
Rami Ali
2016-12-28
stmhal/uart: Increase inter-character timeout by 1ms.
Damien George
2016-12-28
stmhal/uart: Provide a custom function to transmit over UART.
Damien George
2016-12-28
tests/basics: Add tests to improve coverage of binary.c.
Rami Ali
2016-12-28
py/objint: Simplify mp_int_format_size and remove unreachable code.
Damien George
2016-12-28
py/mpprint: Add assertion for, and comment about, valid base values.
Damien George
2016-12-28
py/parsenum: Fix warning for signed/unsigned comparison.
Damien George
2016-12-28
tests/basics: Add tests for parsing of ints with base 36.
Damien George
2016-12-28
py/mpz: Fix assertion in mpz_set_from_str which checks value of base.
Damien George
2016-12-28
py/parsenum: Simplify and generalise decoding of digit values.
Damien George
2016-12-27
cc3200: Re-add support for UART REPL (MICROPY_STDIO_UART setting).
Paul Sokolovsky
2016-12-27
py/misc.h: Typo fix in comment.
Paul Sokolovsky
2016-12-25
tests/heapalloc_inst_call: Test for no alloc for simple object calls.
Paul Sokolovsky
2016-12-24
tests/utimeq_stable: Test for partial stability of utimeq queuing.
Paul Sokolovsky
2016-12-24
extmod/modutimeq: Make time_less_than be actually "less than", not less/eq.
Paul Sokolovsky
2016-12-23
extmod/modutimeq: Fix printf in dump().
Paul Sokolovsky
2016-12-23
examples/hwapi/hwconfig_console: Don't alloc memory in value().
Paul Sokolovsky
2016-12-23
stmhal, esp8266: Enable utimeq module.
Paul Sokolovsky
2016-12-22
stmhal: Add support for STM32 Nucleo64 L476RG.
sergiuszm
2016-12-22
stmhal/sdcard: Use mp_hal_pin_config function instead of HAL_GPIO_Init.
Damien George
2016-12-22
stmhal/led: Use mp_hal_pin_config function instead of HAL_GPIO_Init.
Damien George
2016-12-22
stmhal/usrsw: Use mp_hal_pin_config function instead of HAL_GPIO_Init.
Damien George
2016-12-22
stmhal/mphalport.h: Explicitly use HAL's GPIO constants for pull modes.
Damien George
2016-12-22
stmhal/led: Properly initialise timer handle to zero before using it.
Damien George
2016-12-22
extmod/moduheapq: Revert change for adhoc relative-time queue support.
Paul Sokolovsky
2016-12-22
unix/Makefile: Make "coverage_test" target mirror Travis test actions.
Damien George
2016-12-22
travis: Include persistent bytecode with floats in coverage tests.
Damien George
2016-12-22
tests: Add a coverage test for printing the parse-tree.
Damien George
2016-12-22
unix/main: Allow to print the parse tree in coverage build.
Damien George
2016-12-22
py/lexer: Permanently disable the mp_lexer_show_token function.
Damien George
2016-12-22
py/lexer: Remove unnecessary check for EOF in lexer's next_char func.
Damien George
2016-12-22
py/lexer: Remove unreachable code in string tokeniser.
Damien George
2016-12-22
tests/basics/lexer: Add a test for newline-escaping within a string.
Damien George
2016-12-22
extmod/modutimeq: Fix warning about unused param.
Paul Sokolovsky
2016-12-22
unix: Enable utimeq module.
Paul Sokolovsky
2016-12-22
tests/extmod: Add test for utimeq module.
Paul Sokolovsky
2016-12-22
extmod/modutimeq: Refactor into optimized class.
Paul Sokolovsky
2016-12-22
extmod/modutimeq: Copy of current moduheapq with timeq support for refactoring.
Paul Sokolovsky
2016-12-21
tests: Add tests to improve coverage of objarray.c.
Rami Ali
2016-12-21
tests: Add tests to improve coverage of runtime.c.
Rami Ali
2016-12-21
py/emitglue: Refactor to remove assert(0), to improve coverage.
Damien George
2016-12-21
py/objint: Rename mp_obj_int_as_float to mp_obj_int_as_float_impl.
Damien George
[prev]
[next]