micropython/lib
stijn 84fa3312cf all: Format code to add space after C++-style comment start.
Note: the uncrustify configuration is explicitly set to 'add' instead of
'force' in order not to alter the comments which use extra spaces after //
as a means of indenting text for clarity.
2020-04-23 11:24:25 +10:00
..
asf4@d270f79aa1
axtls@43a6e6bd3b
berkeley-db-1.xx@35aaec4418
btstack@8ffc7c281a lib/btstack: Update to latest master btstack commit. 2020-04-07 13:46:56 +10:00
cmsis/inc
embed all: Use MP_ERROR_TEXT for all error messages. 2020-04-05 15:02:06 +10:00
libc
libffi@e9de7e35f2
libm all: Remove commented-out include statements. 2020-04-23 11:24:15 +10:00
libm_dbl all: Remove commented-out include statements. 2020-04-23 11:24:15 +10:00
littlefs lib/littlefs: Update littlefs2 to v2.2.0. 2020-04-09 15:59:28 +10:00
lwip@159e31b689
mbedtls@3f8d78411a
memzip
mp-readline lib/mp-readline: Add word-based move/delete EMACS key sequences. 2020-01-12 13:09:27 +11:00
mynewt-nimble@223714cb16
netutils all: Use MP_ERROR_TEXT for all error messages. 2020-04-05 15:02:06 +10:00
nrfx@7513fc9d5c
nxp_driver@b618cb1d52 mimxrt: Add new, minimal port to NXP i.MX RT series CPUs. 2020-03-11 15:34:13 +11:00
oofatfs
stm32lib@668d7a9e54
timeutils all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00
tinytest Revert "lib/tinytest: Clean up test reporting in the presence of std..." 2019-12-19 17:53:46 +11:00
tinyusb@a6b916ba85 lib/tinyusb: Update to a6b916ba for i.MX support. 2020-03-11 15:32:55 +11:00
upytesthelper
utils all: Format code to add space after C++-style comment start. 2020-04-23 11:24:25 +10: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.