micropython/lib
Damien George f961456b29 lib/mp-readline: Add n_chars argument to mp_hal_erase_line_from_cursor.
If VT100 support is not available then a given implementation of
mp_hal_erase_line_from_cursor might need to know the number of characters
to erase.

This patch does not change generated code when VT100 is supported, since
compiler can optimise away the argument.
2015-10-20 13:27:14 +01:00
..
axtls@5773c14466 lib/axtls: Update submodule, adds .gitignore . 2015-10-04 15:55:37 +03:00
fatfs
libc
libffi@e9de7e35f2 lib/libffi: Add libffi as a submodule. 2015-10-17 15:52:35 +03:00
libm
mp-readline lib/mp-readline: Add n_chars argument to mp_hal_erase_line_from_cursor. 2015-10-20 13:27:14 +01:00
netutils
timeutils lib: Fix some issues in timeutils 2015-05-21 23:31:50 +03: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.