summaryrefslogtreecommitdiff
path: root/extmod
AgeCommit message (Expand)Author
2018-09-09uzlib: Upgrade to uzlib v2.9 releaseJeff Epler
2018-08-25Fix os.stat() to use 1970 epochNoralf Trønnes
2018-08-16Fix unix coverage and update translations.Scott Shawcroft
2018-08-16Fix esp and samdScott Shawcroft
2018-08-16Compress all translated strings with Huffman coding.Scott Shawcroft
2018-08-09Two fixes and translate more strings.Scott Shawcroft
2018-07-28merge finishedDan Halbert
2018-07-23WIP: complete manual inspection of all significant changesDan Halbert
2018-07-13compiles and runs; hangs on import storage;storage.VfsFat.<tab>Dan Halbert
2018-07-12continued WIP: almost compilingDan Halbert
2018-07-11WIP: after merge; before testingDan Halbert
2018-06-21allow '/' to be mounted on '/' from Python codeDan Halbert
2018-06-18extmod: Update to use new mp_get_stream helper.Damien George
2018-06-16extmod/vfs_fat_diskio: Factor disk ioctl code to reduce code size.Damien George
2018-06-14Fix playing audio from SD cardDan Halbert
2018-06-13extmod/modussl_axtls: Fix __del__ to point to mp_stream_close_obj.Damien George
2018-06-12extmod/uos_dupterm: Use native C stream methods on dupterm object.Damien George
2018-06-12extmod/moduhashlib: Make function objects STATIC.Yonatan Goldschmidt
2018-06-12extmod/moduhashlib: Allow using the sha256 implementation of mbedTLS.Yonatan Goldschmidt
2018-06-12extmod/moduhashlib: Allow to disable the sha256 class.Yonatan Goldschmidt
2018-06-12extmod/moduhashlib: Reorder funcs so that they are grouped by hash type.Yonatan Goldschmidt
2018-06-12extmod/moduhashlib: Prefix all Python methods and objects with uhashlib.Yonatan Goldschmidt
2018-06-06extmod/vfs: Introduce a C-level VFS protocol, with fast import_stat.Damien George
2018-06-06extmod/vfs: Add fast path for stating VfsPosix filesystem.Damien George
2018-06-06extmod: Add VfsPosix filesystem component.Damien George
2018-06-06extmod/vfs_fat: Rename FileIO/TextIO types to mp_type_vfs_fat_XXX.Damien George
2018-06-06extmod/vfs: Use u_rom_obj properly in argument structures.Damien George
2018-05-31extmod/modussl_mbedtls: Use mbedtls_entropy_func for CTR-DRBG entropy.Damien George
2018-05-31extmod/modussl_mbedtls: Populate sock member right away in wrap_socket.Damien George
2018-05-21extmod/modlwip: Allow to compile with MICROPY_PY_LWIP disabled.Damien George
2018-05-17extmod/modlwip: Set POLLHUP flag for sockets that are new.Damien George
2018-05-17extmod/modlwip: Update to work with lwIP v2.0.Damien George
2018-05-08Merge pull request #817 from jepler/uzlib-as-submoduleScott Shawcroft
2018-05-07uzlib: convert to submoduleJeff Epler
2018-05-06uhashlib: masquerade as hashlib for python3 compatibilityJeff Epler
2018-05-06uhashlib: some functions should refuse unicode for python3 compatibilityJeff Epler
2018-05-04extmod/modlwip: In ioctl handle case when socket is in an error state.Damien George
2018-05-02extmod/uzlib: Fix C-language sequencing error with uzlib_get_byte calls.Damien George
2018-05-02extmod/vfs: Delegate import_stat to vfs.stat to allow generic FS import.Damien George
2018-05-01ubinascii: masquerade as binascii for python3 compatibilityJeff Epler
2018-04-30ubinascii: some functions should refuse unicode for python3 compatibilityJeff Epler
2018-04-23extmod/modlwip: Check if getaddrinfo() constraints are supported or not.Damien George
2018-04-10extmod/re1.5: Fix compilecode.c compile problem on IAR tool chain.armink
2018-04-10py/stream: Switch stream close operation from method to ioctl.Damien George
2018-03-27Specifically give a better error message for setlabel on RO fsJeff Epler
2018-03-27Add VfsFat.label propertyJeff Epler
2018-03-23extmod/vfs_fat_file: Implement SEEK_CUR for non-zero offset.Ayke van Laethem
2018-03-12extmod/vfs_fat: Add file size as 4th element of uos.ilistdir tuple.Tom Collins
2018-03-10drivers/bus: Pull out software SPI implementation to dedicated driver.Damien George
2018-03-02extmod/machine_spi: Make SPI protocol structure public.Damien George