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
path:
root
/
unix
Age
Commit message (
Expand
)
Author
2017-03-20
unix/coverage: Enable scheduler and add tests for it.
Damien George
2017-03-20
unix: Use mp_handle_pending() in time.sleep().
Damien George
2017-03-14
tests: Improve binary.c test coverage.
Rami Ali
2017-03-14
unix/main: Refactor to put lexer constructors all in one place.
Damien George
2017-03-05
unix/moduselect: Properly implement ipoll object iteration.
Paul Sokolovsky
2017-03-03
unix: Remove remaining, obsolete traces of GNU readline support.
Damien George
2017-03-02
unix/modmachine: Add Signal class to machine module.
Damien George
2017-02-16
py: Add iter_buf to getiter type method.
Damien George
2017-02-13
unix/moduselect: Implement ipoll() method with no-allocation policy.
Paul Sokolovsky
2017-02-09
py/objtype: Implement __delattr__ and __setattr__.
dmazzella
2017-02-07
unix/main: Properly handle MICROPYPATH starting with ':'.
Paul Sokolovsky
2017-02-06
unix: Fix freedos port build problems.
Nikita Melentev
2017-02-02
py: Added optimised support for 3-argument calls to builtin.pow()
Nicko van Someren
2017-01-30
unix/modos: Remove VfsFat from uos module, it's now in uos_vfs module.
Damien George
2017-01-30
extmod/vfs_fat: Remove MICROPY_FATFS_OO config option.
Damien George
2017-01-30
unix/mpconfigport.h: Remove obsolete MICROPY_FATFS_VOLUMES config.
Damien George
2017-01-30
extmod: Remove MICROPY_FSUSERMOUNT and related files.
Damien George
2017-01-27
unix/fatfs_port: Include new oofatfs header.
Damien George
2017-01-27
unix: Change to use new generic VFS sub-system in coverage build.
Damien George
2017-01-27
extmod: Rename vfs_fat_file.h to vfs_fat.h.
Damien George
2017-01-27
unix: Get minimal version compiling again.
Damien George
2017-01-27
unix: Switch to OO version of FatFS library.
Damien George
2017-01-22
unix: Enable MICROPY_PY_BUILTINS_HELP_MODULES in coverage build.
Damien George
2017-01-22
unix: Enable builtin help function in coverage build.
Damien George
2017-01-16
tests: Improve frozen import test coverage.
Rami Ali
2017-01-16
unix/coverage: Move coverage #if guard back to top of file.
Damien George
2017-01-16
tests: Improve stream.c test coverage.
Rami Ali
2017-01-08
tests/unix/extra_coverage: Add tests for importing frozen packages.
Damien George
2017-01-05
unix/Makefile: Allow cache-map-lookup optimisation with frozen bytecode.
Damien George
2017-01-05
unix: Enable and add basic frozen str and frozen mpy in coverage build.
Damien George
2017-01-05
unix/Makefile: Split long line for coverage target, easier to modify.
Damien George
2017-01-05
tests/unix: Improve formatfloat.c test coverage using C.
Rami Ali
2017-01-05
tests: Improve warning.c test coverage.
Rami Ali
2017-01-04
all: Consistently update signatures of .make_new and .call methods.
Paul Sokolovsky
2016-12-31
unix/moduselect: Fix nanbox build with recent changes.
Paul Sokolovsky
2016-12-31
unix/moduselect: If file object passed to .register(), return it in .poll().
Paul Sokolovsky
2016-12-29
tests/unix: Improve runtime_utils.c test coverage.
Rami Ali
2016-12-22
unix/Makefile: Make "coverage_test" target mirror Travis test actions.
Damien George
2016-12-22
unix/main: Allow to print the parse tree in coverage build.
Damien George
2016-12-22
unix: Enable utimeq module.
Paul Sokolovsky
2016-11-21
unix/Makefile: Update freedos target for change of USELECT config name.
Damien George
2016-11-21
unix: Rename define for unix moduselect to MICROPY_PY_USELECT_POSIX.
Paul Sokolovsky
2016-11-16
py: Factor out persistent-code reader into separate files.
Damien George
2016-11-14
all: Remove readall() method, which is equivalent to read() w/o args.
Paul Sokolovsky
2016-11-08
unix: Add symlinks for upip to make it frozen into binary.
Damien George
2016-11-08
py: Move frozen bytecode Makefile rules from ports to common mk files.
Damien George
2016-11-07
tools, unix: Replace upip tarball with just source files.
Paul Sokolovsky
2016-11-03
windows: Implement mp_hal_ticks_cpu in terms of QueryPerformanceCounter
stijn
2016-11-02
unix: fix symbol references for x86 Mac
Jan Pochyla
2016-10-29
extmod/utime_mphal: Implement ticks_add(), add to all maintained ports.
Paul Sokolovsky
[next]