163 Commits (3d0e3a3d3eb3079599de63f2a232b5cf4b26399f)

Author SHA1 Message Date
Paul Sokolovsky e5b047369b extmod/modlwip: Use MICROPY_EVENT_POLL_HOOK for event polling if defined. 9 years ago
Paul Sokolovsky 43d497592f extmod/modlwip: Factor out "socket connected" check to a function. 9 years ago
Paul Sokolovsky fda874e406 extmod/modlwip: Support non-blocking recv(). 9 years ago
Paul Sokolovsky 7379be3673 extmod/modlwip: Add .write() stream method. 9 years ago
Damien George 4f64f6bfd3 extmod/modlwip: Still process remaining incoming data of a closed socket. 9 years ago
Damien George 6d2e9e70b3 extmod/modlwip: Check for state change during recv busy-wait loop. 9 years ago
Paul Sokolovsky 6185dc5f3d extmod/modlwip: Add stream .read() and .readline() methods. 9 years ago
Paul Sokolovsky f1919b7c98 extmod/modlwip: Add dummy .makefile() method. 9 years ago
Paul Sokolovsky c7fb87caff extmod/modlwip: Add stream protocol read method. 9 years ago
Paul Sokolovsky ed593780bf extmod/modlwip: Implement dummy setsockopt(). 9 years ago
Paul Sokolovsky f8d42da104 extmod/modlwip: Add .print() method. 9 years ago
Paul Sokolovsky 04a9ac7f38 extmod/modlwip: Update make_new() arguments for recent refactor. 9 years ago
Paul Sokolovsky 65405247a0 extmod/vfs_fat_lexer: Add func prototype for pedantic warnings. 9 years ago
Paul Sokolovsky 3aa0f2eed3 extmod/vfs_fat_lexer: Make conditional on FatFs support enabled. 9 years ago
Paul Sokolovsky 453a2a3d7c extmod/vfs_fat: Add lexer, move from stmhal port for reuse. 9 years ago
Paul Sokolovsky e0821830b0 extmod/vfs_fat: Add .rename() method. 9 years ago
Paul Sokolovsky 09e363316f extmod/vfs_fat_misc: Fix cc3200 port build. 9 years ago
Paul Sokolovsky 08fed6992f extmod/vfs_fat_misc: Add func prototype for pedantic warnings. 9 years ago
Paul Sokolovsky 6ef65e70af extmod/vfs_fat: Add fat_vfs_import_stat(), reusable import stat routine. 9 years ago
Paul Sokolovsky bbe832a0b2 extmod/vfs_fat: Add .mkdir() method. 9 years ago
Paul Sokolovsky 6f469209e9 extmod/vfs_fat: Fix unused param warning/error. 9 years ago
Paul Sokolovsky 19749db7bf extmod/vfs_fat: Add .remove() method. 9 years ago
Paul Sokolovsky cd6d189f48 extmod/vfs_fat: Move listdir() method from stmhal for reuse. 9 years ago
Paul Sokolovsky 4cd45f48b1 cc3200: Fix breakage after VfsFat refactor. 9 years ago
Paul Sokolovsky 46a0ac02c5 extmod/vfs_fat_ffconf: Reusable FatFs module, move from stmhal/ffconf. 9 years ago
Paul Sokolovsky 6b0c88256b extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file. 9 years ago
Paul Sokolovsky 8cb78e0e53 extmod/vfs_fat_diskio: Reusable FatFs module, move from stmhal/diskio. 9 years ago
Paul Sokolovsky 1bb15ca427 extmod/fsusermount,vfs_fat: Nanbox cleanness. 9 years ago
Paul Sokolovsky e9be6a378c extmod/vfs_fat: Object-oriented encapsulation of FatFs VFS. 9 years ago
Paul Sokolovsky bf904b238d extmod/fsusermount: umount: Add NULL pointer checks. 9 years ago
Damien George e372e83b30 extmod/fsusermount: Move BP_IOCTL_xxx constants to fsusermount.h. 9 years ago
Damien George b33a770596 extmod/fsusermount: Support mounting of multiple block devices. 9 years ago
Damien George 0e0ce47e65 extmod/fsusermount: Expose umount as a public function. 9 years ago
Damien George 3a042fb921 extmod/modmachine: Truncate integers that are to be stored using mem*. 9 years ago
Damien George c33ad60a67 extmod/fsusermount: Change block protocol to support ioctl method. 9 years ago
Paul Sokolovsky 3846fd56c1 extmod/fsusermount: Implement separate umount() function. 9 years ago
Paul Sokolovsky 5b85a86ce3 extmod/fsusermount: Introduce separate mkfs() function. 9 years ago
Paul Sokolovsky 103fbaaf27 extmod/fsusermount: Common subexpression elimination. 9 years ago
Paul Sokolovsky 67e8108345 extmod: Update uzlib to 1.2.2. 9 years ago
Damien George a53af6c875 extmod/modurandom: Add some extra random functions. 9 years ago
Paul Sokolovsky f5c42dd9d1 extmod/moduhashlib: Use MICROPY_PY_UHASHLIB_SHA1 config define. 9 years ago
Paul Sokolovsky ee1656e148 extmod/moduhashlib: Add support for SHA1 (based on axTLS). 9 years ago
Paul Sokolovsky ea495d6aa6 extmod/modurandom: Make yasmarang() function static. 9 years ago
Paul Sokolovsky a58a91eb04 extmod/modurandom: Add "urandom" module. 9 years ago
Damien George 5b3f0b7f39 py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*. 9 years ago
Damien George 4b72b3a133 py: Change type signature of builtin funs that take variable or kw args. 9 years ago
Damien George a0c97814df py: Change type of .make_new and .call args: mp_uint_t becomes size_t. 9 years ago
Dave Hylands 66d0c1052a extmod: Fix uctypes size calculation for bitfields 9 years ago
Antonin ENFRUN 26ed00118b uctypes: Implement assignment for scalar array 9 years ago
Paul Sokolovsky 467504da01 extmod/moduos_dupterm: Handle exceptions in call to dupterm's .write() 9 years ago