730 Commits (b56caaf104a196902efb23f324f7e290c6f3d291)

Author SHA1 Message Date
Tom Sparks 20d9bc2d76 extmod/modure: re_exec() renamed to ure_exec() due to collison in 4.3BSD. 9 years ago
Paul Sokolovsky 05ba2433f6 extmod/modwebsocket: Properly check number of args to constructor. 9 years ago
Paul Sokolovsky 651a188299 extmod/vfs_fat_diskio: Actually support sectors != 512 with Python blockdevs. 9 years ago
Paul Sokolovsky 91031a75a1 extmod/modlwip: lwip_socket_setsockopt: Handle option value properly. 9 years ago
Paul Sokolovsky 4332d72fd8 extmod/modlwip: Add lwip->POSIX error map for lwIP 1.4.0. 9 years ago
Paul Sokolovsky de0c84ebf1 extmod/modlwip: lwip_tcp_send: Handle properly send buffer full condition. 9 years ago
Paul Sokolovsky 5e75f335e6 extmod/modlwip: Implement setsocketopt(SO_REUSEADDR). 9 years ago
Paul Sokolovsky 8f1854ad2d extmod/modlwip: Add SOL_SOCKET and SO_REUSEADDR constants for setsockopt(). 9 years ago
Paul Sokolovsky 3dbd2ee926 extmod/modwebsocket: Implement read support. 9 years ago
Paul Sokolovsky 24342dd65e extmod/modwebsocket: Start module for WebSocket helper functions. 9 years ago
Damien George b894551772 extmod/uctypes: Change param type from void* to byte*. 9 years ago
Damien George da161fd9f0 extmod/uctypes: Finish support for FLOAT32 and FLOAT64 types. 9 years ago
Damien George 12154b1774 extmod/uctypes: Use mp_binary_get_val helper when extracting value. 9 years ago
Damien George 0be6359f39 py: When printf'ing an object as a pointer, pass the concrete pointer. 9 years ago
Paul Sokolovsky 0779409d0d extmod/modlwip: lwip_tcp_receive: Properly map lwIP error to POSIX errno. 9 years ago
Paul Sokolovsky ba8f7d5171 extmod/modlwip: Add socket.setblocking() method. 9 years ago
Paul Sokolovsky 09ed5bcbbb extmod/modlwip: Rework getaddrinfo() data passing. 9 years ago
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