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-06-18
unix/alloc: Add option to use uPy's alloc-exec implementation even for libffi.
Paul Sokolovsky
2016-06-18
unix/Makefile: libffi: Build with -Os.
Paul Sokolovsky
2016-06-18
windows: Follow unix port changes regarding "utime" module.
Paul Sokolovsky
2016-06-17
unix: Move "utime" module config to C level instead of make level.
Paul Sokolovsky
2016-06-17
examples/unix/ffi_example.py: Remove TODO, make output more clear.
Paul Sokolovsky
2016-06-17
examples/unix/ffi_example.py: Update for current "ffi" module API.
Paul Sokolovsky
2016-06-17
unix: Time to build with --gc-sections.
Paul Sokolovsky
2016-06-17
extmod/modbtree: items(): Implement "end key inclusive" flag.
Paul Sokolovsky
2016-06-16
esp8266: Use RTC to set date & time stamps for files.
Robert HH
2016-06-16
extmod/modbtree: Actually implement end key support for .items().
Paul Sokolovsky
2016-06-16
extmod/modbtree: Implement .items() iterator.
Paul Sokolovsky
2016-06-16
unix: Deprecate support for GNU Readline (MICROPY_USE_READLINE=2).
Paul Sokolovsky
2016-06-16
py: Rename __QSTR_EXTRACT flag to NO_QSTR.
Paul Sokolovsky
2016-06-16
unix/mpconfigport_minimal.h: Clearly mark where user-define config ends.
Paul Sokolovsky
2016-06-16
py/mkrules.mk: Define "lib" outside conditional block.
Paul Sokolovsky
2016-06-16
py/makeqstrdefs.py: Remove restriction that source path can't be absolute.
Paul Sokolovsky
2016-06-16
unix: Unbreak "minimal" target by disabling FatFs.
Paul Sokolovsky
2016-06-15
lib/fatfs/option/ccsbcs: Follow uPy optional features model.
Paul Sokolovsky
2016-06-15
py/mpconfig.h: MP_NOINLINE is universally useful, move from unix port.
Paul Sokolovsky
2016-06-15
extmod/modbtree: Handle default value and error check.
Paul Sokolovsky
2016-06-15
lib/berkeley-db-1.xx: Update to upstream which builds for uPy.
Paul Sokolovsky
2016-06-15
py: Support to build berkeley db 1.85 and "btree" module.
Paul Sokolovsky
2016-06-14
lib/berkeley-db-1.xx: Add Berkeley DB 1.85 as a submodule.
Paul Sokolovsky
2016-06-14
extmod/modbtree: Initial implementation of "btree" module based on BerkeleyDB.
Paul Sokolovsky
2016-06-14
docs: Rebuild docs from scratch, as required for proper only:: handling.
Paul Sokolovsky
2016-06-12
esp8266/Makefile: Enable --verify option for esptool.py write_flash.
Paul Sokolovsky
2016-06-12
esp8266: Switch floating-point arith routines to BootROM.
Paul Sokolovsky
2016-06-12
tests: Add testcase for OrderedDict equality.
Mark Anthony Palomer
2016-06-12
py/objdict: Implemented OrderedDict equality check.
Mark Anthony Palomer
2016-06-12
docs/conf.py: Active sphinx_selective_exclude extensions.
Paul Sokolovsky
2016-06-12
docs: Add sphinx_selective_exclude extension suite.
Paul Sokolovsky
2016-06-10
docs/sys: Detailed description of print_exception() diff from traceback module.
Paul Sokolovsky
2016-06-09
docs/uctypes: Improve documentation.
Paul Sokolovsky
2016-06-09
docs/machine*: Remove explicit targets and "machine." prefixes on classes.
Paul Sokolovsky
2016-06-09
docs/machine.Pin: Disambiguate object call method.
Paul Sokolovsky
2016-06-09
docs/library/index: Add builtins.rst.
Paul Sokolovsky
2016-06-09
docs/builtins: Enumerate all builtin functions implemented.
Paul Sokolovsky
2016-06-08
docs/pyb.Pin: Sort .af() and .af_list() methods together.
Paul Sokolovsky
2016-06-08
docs/pyb.*: Use proper class case in method headers.
Paul Sokolovsky
2016-06-08
docs/pyb.ExtInt,pyb.Pin: Mark up class methods as such.
Paul Sokolovsky
2016-06-08
docs/pyb.Pin: af_list() is a normal method, not a class method.
Paul Sokolovsky
2016-06-08
docs/pyb.CAN: Mark CAN.initfilterbanks() as classmethod explicitly.
Paul Sokolovsky
2016-06-08
tests/bench: Add testcase to compare bytes(N) vs b"\0" * N.
Paul Sokolovsky
2016-06-08
docs/machine.Pin: Add class designator to all constants.
Paul Sokolovsky
2016-06-08
docs/machine.*: Use proper class case in method headers.
Paul Sokolovsky
2016-06-08
docs/machine.UART: Cleanup pyboard section.
Paul Sokolovsky
2016-06-08
docs/machine.Pin: Remove explicit target.
Paul Sokolovsky
2016-06-08
docs/pyb.*: Add "currentmodule:: pyb" directive.
Paul Sokolovsky
2016-06-08
docs/machine.*: Add "currentmodule:: machine" directive.
Paul Sokolovsky
2016-06-07
docs/library/machine.Pin: Mention GPIO and cross-link .value() function.
Paul Sokolovsky
[prev]
[next]