kopia lustrzana https://github.com/micropython/micropython
13a4c120ce
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. |
||
---|---|---|
.. | ||
axtls@5773c14466 | ||
fatfs | ||
libc | ||
libffi@e9de7e35f2 | ||
libm | ||
lwip@5b8b5d459e | ||
memzip | ||
mp-readline | ||
netutils | ||
timeutils | ||
utils | ||
README.md |
README.md
This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.