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-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
2016-12-21
tests/import: Add a test which uses ... in from-import statement.
Damien George
2016-12-20
esp8266: Force relinking OTA firmware image if built after normal one.
Paul Sokolovsky
2016-12-20
esp8266/modesp: flash_user_start(): Support configuration with yaota8266.
Paul Sokolovsky
2016-12-20
tests/basics: Improve test coverage for generators.
Rami Ali
2016-12-20
tests/run-tests: For REPL tests make sure the REPL is exited at the end.
Damien George
2016-12-20
tests/basics/set_pop: Improve coverage of set functions.
Damien George
2016-12-20
tests/basics: Add test for builtin locals().
Damien George
2016-12-20
tests/basics/builtin_dir: Add test for dir() of a type.
Damien George
2016-12-20
tests/float/builtin_float_round: Test round() with second arg.
Damien George
2016-12-20
py/modbuiltins: Remove unreachable code.
Damien George
2016-12-20
esp8266: When doing GC be sure to trace the memory holding native code.
Damien George
2016-12-20
tests/basics: Improve mpz test coverage.
Rami Ali
2016-12-19
tests/struct*: Make skippable.
Paul Sokolovsky
2016-12-19
py/compile: Add an extra pass for Xtensa inline assembler.
Damien George
2016-12-18
zephyr: Enable slice subscription.
Paul Sokolovsky
2016-12-17
zephyr/uart_core: Access console UART directly instead of printk() hack.
Paul Sokolovsky
2016-12-16
zephyr: Use core-provided keyboard exception object.
Paul Sokolovsky
2016-12-16
zephyr/main: Initialize sys.path and sys.argv.
Paul Sokolovsky
[next]