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
/
extmod
Age
Commit message (
Expand
)
Author
2016-08-17
extmod/uzlib/: Update uzlib to v2.0.1.
Paul Sokolovsky
2016-08-17
extmod/moduzlib: Refactor to new stream-compatible uzlib 2.0 API.
Paul Sokolovsky
2016-08-17
extmod/uzlib/: Update uzlib to v2.0.
Paul Sokolovsky
2016-08-16
extmod/modwebrepl: set_password(): Raise exception for too long password.
Paul Sokolovsky
2016-08-07
extmod/modwebrepl: Add GET_VER operation to query MicroPython version.
Paul Sokolovsky
2016-08-06
extmod/modwebsocket: Use mp_rom_map_elem_t and friends.
Paul Sokolovsky
2016-08-06
extmod/modwebsocket: Make compatible with non-default object models.
Paul Sokolovsky
2016-08-06
extmod/modwebsocket: Add readline method.
Paul Sokolovsky
2016-08-06
extmod/modbtree: open(): Add option kwargs.
Paul Sokolovsky
2016-08-05
extmod/modwebrepl: Make GET_FILE operation non-blocking.
Paul Sokolovsky
2016-08-05
extmod/modwebrepl: Factor out "GET" iteration to write_file_chunk().
Paul Sokolovsky
2016-08-02
extmod/modbtree: Implement __contains__ operation.
Paul Sokolovsky
2016-07-31
extmod/modbtree: Switch to accepting stream object instead of filename.
Paul Sokolovsky
2016-07-30
py/stream: Add adapter methods with POSIX-compatible signatures.
Paul Sokolovsky
2016-07-24
extmod/modbtree: Check __bt_open() return value for error.
Paul Sokolovsky
2016-07-23
extmod/modwebrepl: Use mp_stream_close() method.
Paul Sokolovsky
2016-07-23
extmod/modussl_axtls: Use mp_stream_close() method.
Paul Sokolovsky
2016-07-16
extmod/vfs_fat: Implement rmdir() method.
Paul Sokolovsky
2016-07-15
extmod/modussl_axtls: Add dummy setblocking() method.
Paul Sokolovsky
2016-07-13
extmod/modussl_axtls: Further changes to allow alternative SSL modules.
Paul Sokolovsky
2016-07-13
extmod/modussl: Rename to modussl_axtls.c, to allow impl using other SSL libs.
Paul Sokolovsky
2016-07-07
extmod/moduos_dupterm: Reuse dupterm_arr_obj for write operations.
Paul Sokolovsky
2016-07-04
extmod/moduos_dupterm: Reserve buffer bytearray object for dupterm.
Paul Sokolovsky
2016-07-02
extmod/modbtree: Fixes for nanbox build.
Paul Sokolovsky
2016-07-02
extmod/modbtree: Fix unused argument warning.
Paul Sokolovsky
2016-07-02
extmod/modwebrepl: Add readinto() method.
Paul Sokolovsky
2016-07-02
extmod/modwebsocket: Add readinto() method.
Paul Sokolovsky
2016-06-23
extmod/modbtree: Cleverly implement "for key in btree:" syntax.
Paul Sokolovsky
2016-06-20
extmod/modbtree: Implement keys(), values(), items() iterators.
Paul Sokolovsky
2016-06-19
extmod/modlwip: Store a chain of incoming pbufs, instead of only one.
Paul Sokolovsky
2016-06-19
extmod/machine_pinbase: Fix nanbox build.
Paul Sokolovsky
2016-06-18
extmod/machine_pinbase: Implementation of PinBase class.
Paul Sokolovsky
2016-06-18
all: Rename mp_obj_type_t::stream_p to protocol.
Paul Sokolovsky
2016-06-18
extmod/modbtree: open(): Support "in-memory" database with filename=None.
Paul Sokolovsky
2016-06-18
extmod/modbtree: __getitem__() should raise KeyError for non-existing key.
Paul Sokolovsky
2016-06-18
extmod/modbtree: items(): Implement DESC flag.
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-15
extmod/modbtree: Handle default value and error check.
Paul Sokolovsky
2016-06-14
extmod/modbtree: Initial implementation of "btree" module based on BerkeleyDB.
Paul Sokolovsky
2016-05-31
extmod/machine: Add MICROPY_PY_MACHINE_PULSE config for time_pulse_us.
Damien George
2016-05-31
extmod: Add machine time_pulse_us function (at C and Python level).
Damien George
2016-05-31
extmod/vfs_fat: Mark anused "self" arg for fat_vfs_stat().
Paul Sokolovsky
2016-05-31
extmod/vfs_fat.c: Add vfs.stat().
Robert HH
2016-05-29
extmod/vfs_fat: getcwd(): Use mp_obj_new_exception_arg1().
Paul Sokolovsky
2016-05-29
extmod/vfs_fat: chdir(), getcwd() methods should accept VFS object (self).
Paul Sokolovsky
2016-05-29
extmod/vfs_fat: Add getcwd() method.
Paul Sokolovsky
2016-05-29
extmod/vfs_fat: Add chdir() method.
Paul Sokolovsky
[prev]
[next]