micropython/lib
Damien George 84b245f187 lib/utils: Add pyexec_frozen_module to load and execute frozen module.
This is a convenience function similar to pyexec_file.  It should be used
instead of raw mp_parse_compile_execute because the latter does not catch
and report exceptions.
2015-12-26 12:32:33 +00:00
..
axtls@5773c14466
fatfs lib/fatfs: Unify fatfs configuration. 2015-11-08 22:21:17 +00:00
libc
libffi@e9de7e35f2
libm lib/libm: Allow math funcs to be used by non-Thumb archs. 2015-12-18 21:05:44 +00:00
lwip@5b8b5d459e
memzip
mp-readline
netutils
timeutils
utils lib/utils: Add pyexec_frozen_module to load and execute frozen module. 2015-12-26 12:32:33 +00:00
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.