micropython/lib
Damien George 13a4c120ce lib/fatfs: Add support for sector sizes larger than 512 bytes.
If MICROPY_FATFS_MAX_SS is defined to power of 2 value between 1024 and
4096, support for dynamic sector size in FatFs will be enabled.  Note
that FatFs reserves static buffer of MICROPY_FATFS_MAX_SS size for each
filesystem in use, so that value should be set sparingly.

Initial patch provided by @pfalcon.
2016-02-10 08:59:58 +00:00
..
axtls@5773c14466 lib/axtls: Update submodule, adds .gitignore . 2015-10-04 15:55:37 +03:00
fatfs lib/fatfs: Add support for sector sizes larger than 512 bytes. 2016-02-10 08:59:58 +00:00
libc lib/libc/string0: Use uintptr_t instead of uint32_t. 2015-12-31 14:11:18 +00:00
libffi@e9de7e35f2 lib/libffi: Add libffi as a submodule. 2015-10-17 15:52:35 +03:00
libm lib/libm: Allow math funcs to be used by non-Thumb archs. 2015-12-18 21:05:44 +00:00
lwip@5b8b5d459e lib/lwip: Add LwIP stack as a submodule in the library directory 2015-10-23 00:35:20 +03:00
memzip lib/memzip: Factor out memzip from teensy/ into lib/memzip. 2015-11-04 14:21:10 +00:00
mp-readline lib/mp-readline: Make it easy to exit auto-indent mode by pressing enter. 2015-11-07 13:07:43 +00:00
netutils lib: Move some common mod_network_* functions to lib/netutils. 2015-05-04 11:48:40 +01:00
timeutils lib: Fix some issues in timeutils 2015-05-21 23:31:50 +03:00
utils lib/utils: Add pyexec_frozen_module to load and execute frozen module. 2015-12-26 12:32:33 +00:00
README.md lib: Add basic README. 2014-09-18 00:13:03 +01:00

README.md

This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.