summaryrefslogtreecommitdiffstatshomepage
path: root/extmod
Commit message (Expand)AuthorAge
* extmod/modframebuf: Fix signed/unsigned comparison pendantic warning.Paul Sokolovsky2017-06-10
* extmod/vfs: Allow "buffering" and "encoding" args to VFS's open().Damien George2017-06-07
* extmod/vfs: Allow to statvfs the root directory.Damien George2017-06-07
* extmod/modlwip: accept: Fix error code for non-blocking mode.Paul Sokolovsky2017-06-04
* extmod/modlwip: Fix error codes for duplicate calls to connect().Paul Sokolovsky2017-06-04
* extmod/modlwip: connect: For non-blocking mode, return EINPROGRESS.Paul Sokolovsky2017-06-03
* various: Spelling fixesVille Skyttä2017-05-29
* extmod/vfs_fat_misc: Remove dot-dirs filter since FatFS already does it.Damien George2017-05-13
* extmod/vfs: Use MP_S_IFDIR, MP_S_IFREG consts instead of magic numbers.Damien George2017-05-10
* extmod/vfs_fat: Replace listdir() with implementation of ilistdir().Damien George2017-05-10
* extmod/vfs: Implement mp_vfs_ilistdir().Damien George2017-05-10
* extmod/vfs: Allow a VFS to be mounted at the root dir.Damien George2017-05-05
* extmod/modlwip: ioctl POLL: Fix handling of peer closed socket.Paul Sokolovsky2017-05-01
* extmod/modlwip: getaddrinfo: Allow to accept all 6 standard params.Paul Sokolovsky2017-04-29
* extmod/moduselect: Implement ipoll() method for alloc-free polling.Paul Sokolovsky2017-04-29
* extmod/moduselect: Refactor towards introduction of poll.ipoll().Paul Sokolovsky2017-04-29
* extmod/moduselect: Convert to MP_ROM_QSTR and friends.Paul Sokolovsky2017-04-29
* extmod/crypto-algorithms/sha256: Remove non-standard memory.h header.Paul Sokolovsky2017-04-27
* extmod/moductypes: Fix bigint handling for 32-bit ports.Paul Sokolovsky2017-04-21
* extmod/machine_signal: Rename "inverted" arg to "invert", it's shorter.Damien George2017-04-15
* extmod/machine_signal: Support all Pin's arguments to the constructor.Paul Sokolovsky2017-04-11
* extmod/modframebuf: Make monochrome bitmap formats start with MONO_.Peter Hinch2017-04-04
* all: Use full path name when including mp-readline/timeutils/netutils.Damien George2017-03-31
* modutimeq: Add peektime() function (provisional).Jan Pochyla2017-03-29
* extmod: Update for changes to mp_obj_str_get_data.Damien George2017-03-29
* extmod/moduselect: Update to use size_t for array accessor.Damien George2017-03-29
* extmod/vfs_fat: Fix calculation of total blocks in statvfs.Damien George2017-03-29
* extmod/modlwip: Use mp_obj_str_get_str instead of mp_obj_str_get_data.Damien George2017-03-26
* extmod/utime_mphal: Don't exit/enter the GIL in generic sleep functions.Damien George2017-03-22
* extmod/modframebuf: Add support for monochrome horizontal format.Peter Hinch2017-03-20
* py: Allow lexer to raise exceptions during construction.Damien George2017-03-14
* extmod/vfs: Rewrite path lookup algo to support relative paths from root.Damien George2017-03-13
* extmod/vfs_fat: Allow to compile with MICROPY_VFS_FAT disabled.Damien George2017-03-13
* extmod/vfs_fat: Remove obsolete and unused str/len members.Damien George2017-03-10
* extmod/modutimeq: Make scheduling fair (round-robin).Paul Sokolovsky2017-03-07
* extmod/modurandom: Use mp_raise_ValueError().Paul Sokolovsky2017-02-24
* py: Add iter_buf to getiter type method.Damien George2017-02-16
* extmod/modlwip: Add my copyright.Paul Sokolovsky2017-02-15
* extmod/vfs: Allow to stat the root directory.Damien George2017-02-13
* extmod/vfs: Raise OSError(EEXIST) on attempt to mkdir a mount point.Damien George2017-02-09
* extmod/vfs: Allow to mount a block device, not just a VFS object.Damien George2017-02-09
* extmod/machine_signal: Implement Signal .on() and .off() methods.Paul Sokolovsky2017-02-08
* extmod/machine_spi: Remove EVENT_POLL_HOOK from soft-SPI transfer func.Damien George2017-02-06
* extmod/machine_pulse: Make time_pulse_us() not throw exceptions.Paul Sokolovsky2017-02-05
* extmod/vfs_fat.c: Use explicit include path for timeutils.h.Andrew Gatt2017-01-30
* extmod/vfs_reader: Fix use of NLR by popping context.Damien George2017-01-30
* extmod/vfs_fat: Remove unused function fat_vfs_listdir.Damien George2017-01-30
* extmod/vfs_fat: Remove unused fatfs_builtin_open function.Damien George2017-01-30
* extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h.Damien George2017-01-30
* extmod/vfs_fat: Remove MICROPY_FATFS_OO config option.Damien George2017-01-30