micropython/lib
Damien George b6c7e4b143 all: Use full path name when including mp-readline/timeutils/netutils.
This follows the pattern of how all other headers are now included, and
makes it explicit where the header file comes from.  This patch also
removes -I options from Makefile's that specify the mp-readline/timeutils/
netutils directories, which are no longer needed.
2017-03-31 22:29:39 +11:00
..
axtls@67d27df4b5
berkeley-db-1.xx@dab957dacd
cmsis/inc
embed
libc
libffi@e9de7e35f2
libm lib/libm: Add implementation of nearbyintf, from musl-1.1.16. 2017-03-24 10:38:11 +11:00
lwip@5b8b5d459e
memzip lib/memzip: Make lexer constructor raise exception when file not found. 2017-03-14 11:52:05 +11:00
mp-readline all: Use full path name when including mp-readline/timeutils/netutils. 2017-03-31 22:29:39 +11:00
netutils all: Use full path name when including mp-readline/timeutils/netutils. 2017-03-31 22:29:39 +11:00
oofatfs
timeutils all: Use full path name when including mp-readline/timeutils/netutils. 2017-03-31 22:29:39 +11:00
utils py: Add micropython.schedule() function and associated runtime code. 2017-03-20 15:20:26 +11: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.