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
2017-07-29
extmod/modframebuf: Use correct initialization for .locals_dict.
Paul Sokolovsky
2017-07-26
extmod/machine_signal: Fix parsing of invert arg when Pin is first arg.
Damien George
2017-07-26
extmod/modussl_mbedtls: Implement non-blocking SSL sockets.
Eric Poulsen
2017-07-25
extmod/modframebuf: Consistently use "col" as name for colour variables.
Damien George
2017-07-25
extmod/modussl_mbedtls: Make socket.close() free all TLS resources.
Damien George
2017-07-25
extmod/modframebuf: Fix invalid stride for odd widths in GS4_HMSB fmt.
Radomir Dopieralski
2017-07-25
extmod/modussl_mbedtls: When reading and peer wants to close, return 0.
Damien George
2017-07-24
all: Don't include system errno.h when it's not needed.
Damien George
2017-07-24
extmod/modussl_mbedtls: Support server_side mode.
Damien George
2017-07-20
extmod/modussl_axtls: Allow to close ssl stream multiple times.
Paul Sokolovsky
2017-07-19
all: Remove trailing spaces, per coding conventions.
Damien George
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-07-07
py,extmod: Some casts and minor refactors to quiet compiler warnings.
Tom Collins
2017-07-05
extmod/modujson: Properly initialise temporary StringIO object.
Damien George
2017-07-03
extmod/modubinascii: Add check for empty buffer passed to hexlify.
Damien George
2017-07-01
extmod/modure: If input string is bytes, return bytes results too.
Paul Sokolovsky
2017-06-24
extmod/moduzlib: decompress: Remove stale "(void)n_args".
Paul Sokolovsky
2017-06-22
extmmod/modonewire: Rename public module to mp_module_onewire.
Damien George
2017-06-22
extmod: Move modonewire.c from esp8266 to extmod directory.
Damien George
2017-06-15
all: Make more use of mp_raise_{msg,TypeError,ValueError} helpers.
Damien George
2017-06-14
extmod/modussl_axtls: Implement server_hostname arg to wrap_socket().
Paul Sokolovsky
2017-06-13
extmod/modussl_axtls: Update for axTLS 2.1.3.
Paul Sokolovsky
2017-06-10
extmod/modframebuf: Fix signed/unsigned comparison pendantic warning.
Paul Sokolovsky
2017-06-07
extmod/vfs: Allow "buffering" and "encoding" args to VFS's open().
Damien George
2017-06-07
extmod/vfs: Allow to statvfs the root directory.
Damien George
2017-06-04
extmod/modlwip: accept: Fix error code for non-blocking mode.
Paul Sokolovsky
2017-06-04
extmod/modlwip: Fix error codes for duplicate calls to connect().
Paul Sokolovsky
2017-06-03
extmod/modlwip: connect: For non-blocking mode, return EINPROGRESS.
Paul Sokolovsky
2017-05-29
various: Spelling fixes
Ville Skyttä
2017-05-13
extmod/vfs_fat_misc: Remove dot-dirs filter since FatFS already does it.
Damien George
2017-05-10
extmod/vfs: Use MP_S_IFDIR, MP_S_IFREG consts instead of magic numbers.
Damien George
2017-05-10
extmod/vfs_fat: Replace listdir() with implementation of ilistdir().
Damien George
2017-05-10
extmod/vfs: Implement mp_vfs_ilistdir().
Damien George
2017-05-05
extmod/vfs: Allow a VFS to be mounted at the root dir.
Damien George
2017-05-01
extmod/modlwip: ioctl POLL: Fix handling of peer closed socket.
Paul Sokolovsky
2017-04-29
extmod/modlwip: getaddrinfo: Allow to accept all 6 standard params.
Paul Sokolovsky
2017-04-29
extmod/moduselect: Implement ipoll() method for alloc-free polling.
Paul Sokolovsky
2017-04-29
extmod/moduselect: Refactor towards introduction of poll.ipoll().
Paul Sokolovsky
2017-04-29
extmod/moduselect: Convert to MP_ROM_QSTR and friends.
Paul Sokolovsky
2017-04-27
extmod/crypto-algorithms/sha256: Remove non-standard memory.h header.
Paul Sokolovsky
2017-04-21
extmod/moductypes: Fix bigint handling for 32-bit ports.
Paul Sokolovsky
2017-04-15
extmod/machine_signal: Rename "inverted" arg to "invert", it's shorter.
Damien George
2017-04-11
extmod/machine_signal: Support all Pin's arguments to the constructor.
Paul Sokolovsky
2017-04-04
extmod/modframebuf: Make monochrome bitmap formats start with MONO_.
Peter Hinch
2017-03-31
all: Use full path name when including mp-readline/timeutils/netutils.
Damien George
2017-03-29
modutimeq: Add peektime() function (provisional).
Jan Pochyla
2017-03-29
extmod: Update for changes to mp_obj_str_get_data.
Damien George
2017-03-29
extmod/moduselect: Update to use size_t for array accessor.
Damien George
2017-03-29
extmod/vfs_fat: Fix calculation of total blocks in statvfs.
Damien George
2017-03-26
extmod/modlwip: Use mp_obj_str_get_str instead of mp_obj_str_get_data.
Damien George
[next]