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-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
2016-12-15
esp8266: Add "erase" target to Makefile, to erase entire flash.
Mike Causer
2016-12-15
esp8266: Use core-provided keyboard exception object.
Damien George
2016-12-15
stmhal: Use core-provided keyboard exception object.
Damien George
2016-12-15
lib/utils/interrupt_char: Use core-provided mp_kbd_exception if enabled.
Damien George
2016-12-15
py: Add MICROPY_KBD_EXCEPTION config option to provide mp_kbd_exception.
Damien George
2016-12-15
stmhal/usb: Always use the mp_kbd_exception object for VCP interrupt.
Damien George
2016-12-15
stmhal: Rename mp_const_vcp_interrupt to mp_kbd_exception.
Damien George
2016-12-15
tools/pyboard.py: Refactor so target is not reset between scripts/cmd.
Damien George
2016-12-15
stmhal/mpconfigport: Add weak-module links for io, collections, random.
Damien George
2016-12-15
tests/micropython: Get heapalloc_traceback test running on baremetal.
Damien George
2016-12-15
docs/library/pyb.UART: Moved writechar doc to sit with other writes.
Lorenz Schmid
2016-12-15
docs/library/pyb.UART: Added clarification about timeouts.
Lorenz Schmid
2016-12-15
zephyr: Implement soft reset feature.
Paul Sokolovsky
2016-12-15
zephyr: Support raw REPL.
Paul Sokolovsky
2016-12-14
py/mpconfig.h: Enable MICROPY_PY_SYS_EXIT by default.
Paul Sokolovsky
2016-12-14
esp8266: Add "ota" target to produce firmware binary for use with yaota8266.
Paul Sokolovsky
2016-12-14
py/runtime: Zero out fs_user_mount array in mp_init.
Damien George
2016-12-14
py/mpz: Remove unreachable code in mpn_or_neg functions.
Damien George
2016-12-13
tests/extmod: Improve modframebuf test coverage.
Rami Ali
2016-12-13
stmhal: Move PY_SYS_PLATFORM config from board to general config file.
Damien George
2016-12-13
stmhal: Add STM32F769DISC board files.
Rami Ali
2016-12-13
stmhal/cmsis: Add CMSIS file stm32f769xx.h, V1.1.2.
Rami Ali
2016-12-13
stmhal: Add NUCLEO_F767ZI board, with openocd config for stm32f7.
Rami Ali
2016-12-13
stmhal/cmsis: Add CMSIS file stm32f767xx.h, V1.1.2.
Rami Ali
2016-12-13
py/builtinimport: Support importing packages from compiled .mpy files.
Damien George
2016-12-12
tests/extmod: Improve moductypes test coverage.
Rami Ali
2016-12-12
py/binary: Do zero extension when storing a value larger than word size.
Damien George
2016-12-09
tests: Update for required byteorder arg for int.from_bytes()/to_bytes().
Paul Sokolovsky
2016-12-09
py/objint: from_bytes, to_bytes: Require byteorder arg, require "little".
Paul Sokolovsky
2016-12-09
py/asm: Fix x86 and ARM assemblers due to recent code refactoring.
Damien George
2016-12-09
py/asm: Remove need for dummy_data when doing initial assembler passes.
Damien George
2016-12-09
py/emitinline: Move common code for end of final pass to compiler.
Damien George
[prev]
[next]