summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2014-12-18lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal.Damien George
2014-10-31py: Add builtin round function.Damien George
2014-09-18lib: Add basic README.Damien George
2014-09-13py: Implement divmod, % and proper // for floating point.Damien George
2014-09-11py and libm: Add asinf,acosf; print higher precision for float.Damien George
2014-08-29lib, libm: Add back dummy definition of tanf.Damien George
2014-08-29lib: Add lib and libm, moving current files from stmhal.Damien George