micropython/lib
Paul Sokolovsky c6923f52f0 lib/libc/string0: Remove better-than-standard strncpy() implementation.
ANSI C doesn't require that strncpy() produced null-terminated string, so
it's basicly useless for string manipulation.
2016-05-02 18:53:21 +03:00
..
axtls@c2690dc100 lib/axtls: Update to the latest upstream, fix reported MacOSX build issue. 2016-05-01 22:19:14 +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: Remove better-than-standard strncpy() implementation. 2016-05-02 18:53:21 +03: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/timeutils/timeutils: Typo fix in comment. 2016-04-27 18:52:57 +03:00
utils lib/utils/pyhelp: Extract implementation of help(obj) to a library function. 2016-04-25 18:54:09 +03: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.