6151 Commits (94238d4ae5851802db75aa49d4b68bca6f99d6a8)
 

Author SHA1 Message Date
Paul Sokolovsky 6b088a671a extmod/modbtree: Implement keys(), values(), items() iterators. 9 years ago
Paul Sokolovsky 119b3dabf7 tests: Add a testcase for machine.PinBase class. 9 years ago
Paul Sokolovsky b2641b53e0 docs/conf.py: Exclude cmath from modindex for wipy. 9 years ago
Paul Sokolovsky 5071ceea07 extmod/modlwip: Store a chain of incoming pbufs, instead of only one. 9 years ago
Paul Sokolovsky c7fba524cb py/objtype: Inherit protocol vtable from base class only if it exists. 9 years ago
Paul Sokolovsky efee577318 extmod/machine_pinbase: Fix nanbox build. 9 years ago
Paul Sokolovsky e68811dbbf unix/modmachine: Enable time_pulse_us() function. 9 years ago
Paul Sokolovsky 41167554e4 py/mphal.h: If virtpin API is used, automagically include its header. 9 years ago
Paul Sokolovsky 413c3e10b4 py/objtype: instance: Inherit protocol vtable from a base class. 9 years ago
Paul Sokolovsky ad229477c6 unix/modmachine: Include PinBase class. 9 years ago
Paul Sokolovsky 3fecbb2462 extmod/machine_pinbase: Implementation of PinBase class. 9 years ago
Paul Sokolovsky 2b6dcdd3e4 docs/sys: print_exception: Fixes/clarifications. 9 years ago
Paul Sokolovsky 617e033e2f docs/select: Add an article. 9 years ago
Paul Sokolovsky 07209f8592 all: Rename mp_obj_type_t::stream_p to protocol. 9 years ago
Paul Sokolovsky 080137961d extmod/modbtree: open(): Support "in-memory" database with filename=None. 9 years ago
Paul Sokolovsky e9739e3315 extmod/modbtree: __getitem__() should raise KeyError for non-existing key. 9 years ago
Paul Sokolovsky cbffd0aadd unix: Disable FatFs VFS for normal build, keep enabled for coverage. 9 years ago
Paul Sokolovsky e6e7e0e9c5 extmod/modbtree: items(): Implement DESC flag. 9 years ago
Paul Sokolovsky 7c8d76fad3 unix/alloc: Make coverage build and its overzealous warnings happy. 9 years ago
Paul Sokolovsky c9598604c6 unix/alloc: Add option to use uPy's alloc-exec implementation even for libffi. 9 years ago
Paul Sokolovsky 9b43a7d1be unix/Makefile: libffi: Build with -Os. 9 years ago
Paul Sokolovsky 10e5e10393 windows: Follow unix port changes regarding "utime" module. 9 years ago
Paul Sokolovsky 6f8880d0ab unix: Move "utime" module config to C level instead of make level. 9 years ago
Paul Sokolovsky 70536212d5 examples/unix/ffi_example.py: Remove TODO, make output more clear. 9 years ago
Paul Sokolovsky ecfd8e102d examples/unix/ffi_example.py: Update for current "ffi" module API. 9 years ago
Paul Sokolovsky df453f0652 unix: Time to build with --gc-sections. 9 years ago
Paul Sokolovsky 332545baa3 extmod/modbtree: items(): Implement "end key inclusive" flag. 9 years ago
Robert HH 23067a1422 esp8266: Use RTC to set date & time stamps for files. 9 years ago
Paul Sokolovsky d0416ff915 extmod/modbtree: Actually implement end key support for .items(). 9 years ago
Paul Sokolovsky 1babeb47a4 extmod/modbtree: Implement .items() iterator. 9 years ago
Paul Sokolovsky acaa30b604 unix: Deprecate support for GNU Readline (MICROPY_USE_READLINE=2). 9 years ago
Paul Sokolovsky f469c76442 py: Rename __QSTR_EXTRACT flag to NO_QSTR. 9 years ago
Paul Sokolovsky b5190f1df3 unix/mpconfigport_minimal.h: Clearly mark where user-define config ends. 9 years ago
Paul Sokolovsky 230d5cda05 py/mkrules.mk: Define "lib" outside conditional block. 9 years ago
Paul Sokolovsky dcb904416a py/makeqstrdefs.py: Remove restriction that source path can't be absolute. 9 years ago
Paul Sokolovsky cd796f85af unix: Unbreak "minimal" target by disabling FatFs. 9 years ago
Paul Sokolovsky d402bf299d lib/fatfs/option/ccsbcs: Follow uPy optional features model. 9 years ago
Paul Sokolovsky 0f5bf1aafe py/mpconfig.h: MP_NOINLINE is universally useful, move from unix port. 9 years ago
Paul Sokolovsky 422396cece extmod/modbtree: Handle default value and error check. 9 years ago
Paul Sokolovsky a1eab98eaf lib/berkeley-db-1.xx: Update to upstream which builds for uPy. 9 years ago
Paul Sokolovsky 337111ba9e py: Support to build berkeley db 1.85 and "btree" module. 9 years ago
Paul Sokolovsky 06b783cf58 lib/berkeley-db-1.xx: Add Berkeley DB 1.85 as a submodule. 9 years ago
Paul Sokolovsky 8072162170 extmod/modbtree: Initial implementation of "btree" module based on BerkeleyDB. 9 years ago
Paul Sokolovsky 51805e4a3a docs: Rebuild docs from scratch, as required for proper only:: handling. 9 years ago
Paul Sokolovsky 236838a9fc esp8266/Makefile: Enable --verify option for esptool.py write_flash. 9 years ago
Paul Sokolovsky 9f8b788fe5 esp8266: Switch floating-point arith routines to BootROM. 9 years ago
Mark Anthony Palomer deaf0712aa tests: Add testcase for OrderedDict equality. 9 years ago
Mark Anthony Palomer 3131053e1a py/objdict: Implemented OrderedDict equality check. 9 years ago
Paul Sokolovsky 91031b60dc docs/conf.py: Active sphinx_selective_exclude extensions. 9 years ago
Paul Sokolovsky f6d01b8b67 docs: Add sphinx_selective_exclude extension suite. 9 years ago