summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-11-23lib/utils/printf: Use more conservative check for MICROPY_DEBUG_STDERR.Paul Sokolovsky
2015-11-22lib/utils/printf: Fix issue with putchar define for some ports.Paul Sokolovsky
2015-11-22lib/utils/printf: Add extra prototypes.Paul Sokolovsky
2015-11-22unix: Use printf() implementation in terms of mp_printf().Paul Sokolovsky
2015-11-21py/emitglue: Host definition of mp_verbose_flag.Paul Sokolovsky
2015-11-10lib/utils/printf: Move from stmhal/ .Paul Sokolovsky
2015-11-09lib/pyexec: Move header pyexec.h from stmhal directory.Damien George
2015-11-08lib/fatfs: Unify fatfs configuration.Alex March
2015-11-07lib/mp-readline: Make it easy to exit auto-indent mode by pressing enter.Damien George
2015-11-04lib/memzip: Factor out memzip from teensy/ into lib/memzip.Dave Hylands
2015-11-03lib/pyexec: For paste mode use "Ctrl" as the name of the key, not "CTRL".Damien George
2015-10-31stmhal: pyexec.c is common module, move to lib/utils/ .Paul Sokolovsky
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-10-26lib: Replace tabs with spaces in readline.cstijn
2015-10-23lib/lwip: Add LwIP stack as a submodule in the library directoryGalen Hazelwood
2015-10-20lib/mp-readline: Add n_chars argument to mp_hal_erase_line_from_cursor.Damien George
2015-10-17lib/libffi: Add libffi as a submodule.Paul Sokolovsky
2015-10-11repl: Add paste mode to friendly REPL, entered via CTRL-E.Damien George
2015-10-04lib/axtls: Update submodule, adds .gitignore .Paul Sokolovsky
2015-10-04lib/axtls: Add axtls git submodule, dependency of modussl.Paul Sokolovsky
2015-09-12lib/mp-readline: Add auto-indent support.Damien George
2015-07-26lib/mp-readline: Add emacs-style control characters for cursor movement.Tom Soulanille
2015-05-30lib/mp-readline: Allow overriding implementation of cursor functionsstijn
2015-05-30lib/mp-readline: Add implementation for deleting a characterstijn
2015-05-27lib/mp-readline: Export readline_push_history function.Damien George
2015-05-21lib: Fix some issues in timeutilsDave Hylands
2015-05-13lib: Move time utility functions to common library.Josef Gajdusek
2015-05-04lib: Move some common mod_network_* functions to lib/netutils.Josef Gajdusek
2015-04-29py, readline: Add tab autocompletion for REPL.Damien George
2015-04-29mp-readline: Save "prompt" string in readline state.Damien George
2015-04-28lib/libc: Add memchr. We already have strchr, but memchr is useful too.Daniel Campora
2015-04-18lib/libc/string0.c: Remove include of std.h, replace with string.h.Damien George
2015-04-11lib/fatfs: Space optimise the ff_wtoupper function.Damien George
2015-04-05string0.c: Move from stmhal/ to lib/.Paul Sokolovsky
2015-03-29lib: Update FatFs to R0.11.Daniel Campora
2015-02-22lib/libm: Add implementations of erf, erfc, lgamma, tgamma.Damien George
2015-02-13minimal: Allow to compile without defining MICROPY_HAL_H.Damien George
2015-02-13stmhal: Make pybstdio usable by other ports, and use it.Damien George
2015-01-29py: Change vstr_null_terminate -> vstr_null_terminated_str, returns str.Damien George
2015-01-28py: Change vstr so that it doesn't null terminate buffer by default.Damien George
2015-01-25lib/mp-readline: Use simple VT100 commands to speed up line redraw.Damien George
2015-01-22lib/libm: Add frexp and modf functions; use in stmhal; add tests.Damien George
2015-01-12py: Allow to compile with -Wstrict-prototypes.Damien George
2015-01-12py, unix, lib: Allow to compile with -Wold-style-definition.Damien George
2015-01-12lib/mp-readline: Refactor to support coroutine/event-driven usage.Paul Sokolovsky
2015-01-12stmhal: Move readline code to lib/mp-readline/.Paul Sokolovsky
2014-12-30stmhal: Add fake implementation of __aeabi_f2lz().Paul Sokolovsky
2014-12-27lib/fatfs: Allow a smaller minimum sector count for fatfs to be created.Damien George
2014-12-27lib/fatfs: Support our volume names; make some funcs static.Damien George
2014-12-27lib/fatfs: Upgrade to new FatFs driver, put in lib/ for common use.Damien George