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
2017-03-16
py/objstr: Fix eager optimisation of str/bytes addition.
Damien George
2017-03-15
travis: Change an stmhal rule to build PYBV11 instead of default PYBV10.
Damien George
2017-03-15
docs/library/framebuf: Fix typo in bit-width for MVLSB description.
Damien George
2017-03-15
py/mkrules.mk: Remove special check for "-B" in qstr auto generation.
Damien George
2017-03-15
tests/basics: Move string-modulo-format int tests to dedicated file.
Damien George
2017-03-15
tests/basics: Add test for string module formatting with int argument.
Damien George
2017-03-15
tests/basics/string_format2: Adjust comment now that tests succeed.
Damien George
2017-03-15
py/mpprint: Fix int formatting so "+" is printed for 0-valued integer.
Damien George
2017-03-15
py/emitnative: Remove obsolete commented out code.
Damien George
2017-03-14
tests/micropython/viper_error: Add more tests to improve coverage.
Damien George
2017-03-14
py/emitnative: Use assertions and mp_not_implemented correctly.
Damien George
2017-03-14
tests/extmod: Improve tinfgzip.c test coverage.
Rami Ali
2017-03-14
tests/extmod/vfs_basic: Unmount all existing devices before doing test.
Damien George
2017-03-14
tests/run-tests: Re-instate skipping of doubleprec test on pyboard.
Damien George
2017-03-14
lib/utils/pyexec: Fix bug with pyexec_file not setting flag for source.
Damien George
2017-03-14
tests/basics/struct_micropython: Add test for 'S' typecode in ustruct.
Damien George
2017-03-14
tests: Improve binary.c test coverage.
Rami Ali
2017-03-14
tests/extmod: Improve re1.5/recursiveloop.c test coverage.
Rami Ali
2017-03-14
tests/extmod/vfs_basic: Add more tests for basic VFS functionality.
Damien George
2017-03-14
py/objint: Allow to print long-long ints without using the heap.
Damien George
2017-03-14
esp8266: Only execute main.py if in friendly REPL mode.
Damien George
2017-03-14
teensy/lexerfrozen: Make mp_lexer_new_from_file raise an exception.
Damien George
2017-03-14
mpy-cross/main: Move lexer constructor to within NLR handler block.
Damien George
2017-03-14
pic16bit/main: Make mp_lexer_new_from_file raise an exception.
Damien George
2017-03-14
lib/memzip: Make lexer constructor raise exception when file not found.
Damien George
2017-03-14
examples/embedding: Place lexer constructor within NLR handler block.
Damien George
2017-03-14
esp8266: Update lexer constructors so they can raise exceptions.
Damien George
2017-03-14
zephyr/main: Move lexer constructor to within NLR handler block.
Damien George
2017-03-14
qemu-arm: Move lexer constructors to within NLR handler block.
Damien George
2017-03-14
minimal/main: Move lexer constructor to within NLR handler block.
Damien George
2017-03-14
bare-arm/main: Move lexer constructor to within NLR handler block.
Damien George
2017-03-14
unix/main: Refactor to put lexer constructors all in one place.
Damien George
2017-03-14
lib/utils/pyexec: Refactor to put lexer constructors all in one place.
Damien George
2017-03-14
py: Allow lexer to raise exceptions during construction.
Damien George
2017-03-14
pic16bit/main: Make nlr_jump_fail never return.
Damien George
2017-03-14
zephyr/main: Remove unused __fatal_error().
Paul Sokolovsky
2017-03-13
tests/extmod: Add a test for core VFS functionality, sans any filesystem.
Damien George
2017-03-13
extmod/vfs: Rewrite path lookup algo to support relative paths from root.
Damien George
2017-03-13
qemu-arm: Add basic uos module with generic VFS capabilities.
Damien George
2017-03-13
extmod/vfs_fat: Allow to compile with MICROPY_VFS_FAT disabled.
Damien George
2017-03-13
zephyr/main: nlr_jump_fail: Fix noreturn warning.
Paul Sokolovsky
2017-03-12
zephyr: Move "minimal" configuration building to a separate wrapper script.
Paul Sokolovsky
2017-03-12
zephyr: Make sure that generated prj.conf is updated only on content changes.
Paul Sokolovsky
2017-03-11
tests/misc/: Make few tests skippable.
Paul Sokolovsky
2017-03-10
extmod/vfs_fat: Remove obsolete and unused str/len members.
Damien George
2017-03-10
cc3200/mptask: Allocate flash VFS struct on the heap to trace root ptrs.
Damien George
2017-03-10
stmhal/main: Allocate flash's VFS struct on the heap to trace root ptrs.
Damien George
2017-03-10
tests/extmod: Rename websocket test to websocket_basic.
Damien George
2017-03-10
stmhal/mphalport: Get ticks_cpu() working on F7 MCUs.
Damien George
2017-03-10
tests/basics/fun_error: Split out skippable test.
Paul Sokolovsky
[next]