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-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
2016-05-27
extmod/vfs_fat*: Replace text error messages by POSIX error numbers.
Robert HH
2016-05-27
extmod/virtpin: Initial implementation of open-ended C-level Pin interface.
Paul Sokolovsky
2016-05-26
extmod/machine_i2c: Redo mp_hal_pin macros to use open_drain and od_low.
Damien George
2016-05-26
extmod/modussl: Coverage build fixes.
Paul Sokolovsky
2016-05-26
extmod/modussl: Make more compatible with non-default obj representations.
Paul Sokolovsky
2016-05-20
extmod/moduos_dupterm: Dumpterm subsystem is responsible for closing stream.
Paul Sokolovsky
2016-05-20
extmod/modwebrepl: Add close() method.
Paul Sokolovsky
2016-05-20
extmod/modwebsocket: Add close() method.
Paul Sokolovsky
2016-05-20
extmod: When including extmod headers, prefix path with extmod/.
Damien George
2016-05-18
py/stream: Support both "exact size" and "one underlying call" operations.
Paul Sokolovsky
2016-05-15
extmod/modlwip: Rework how Python accept callback is called.
Paul Sokolovsky
2016-05-12
extmod/modlwip: Convert errno's to use MP_Exxx symbols.
Damien George
2016-05-03
extmod/modlwip: Implement sendall() method for TCP sockets.
Paul Sokolovsky
2016-05-02
extmod/modwebrepl: Get rid of using strncpy().
Paul Sokolovsky
2016-04-30
extmod/modwebrepl: Add support for password.
Paul Sokolovsky
2016-04-29
extmod/modwebrepl: Set debugging by default to off.
Paul Sokolovsky
2016-04-29
extmod/modwebrepl: Add rate-limiting workaround for broken network drivers.
Paul Sokolovsky
2016-04-29
extmod/modwebrepl: Use bigger socket receive buffer.
Paul Sokolovsky
2016-04-29
extmod/modwebrepl: More detailed debug output.
Paul Sokolovsky
2016-04-29
extmod/modwebrepl: GET_FILE: Send length-prefix chunk with one write().
Paul Sokolovsky
2016-04-29
extmod/modwebrepl: Keep reading data when there's something to read.
Paul Sokolovsky
2016-04-29
extmod/modwebrepl: Initial implementation of "get file" operation.
Paul Sokolovsky
2016-04-29
extmod/modwebrepl: Module to handle WebREPL protocol.
Paul Sokolovsky
[next]