summaryrefslogtreecommitdiffstatshomepage
path: root/lib
Commit message (Expand)AuthorAge
* py: Change vstr_null_terminate -> vstr_null_terminated_str, returns str.Damien George2015-01-29
* py: Change vstr so that it doesn't null terminate buffer by default.Damien George2015-01-28
* lib/mp-readline: Use simple VT100 commands to speed up line redraw.Damien George2015-01-25
* lib/libm: Add frexp and modf functions; use in stmhal; add tests.Damien George2015-01-22
* py: Allow to compile with -Wstrict-prototypes.Damien George2015-01-12
* py, unix, lib: Allow to compile with -Wold-style-definition.Damien George2015-01-12
* lib/mp-readline: Refactor to support coroutine/event-driven usage.Paul Sokolovsky2015-01-12
* stmhal: Move readline code to lib/mp-readline/.Paul Sokolovsky2015-01-12
* stmhal: Add fake implementation of __aeabi_f2lz().Paul Sokolovsky2014-12-30
* lib/fatfs: Allow a smaller minimum sector count for fatfs to be created.Damien George2014-12-27
* lib/fatfs: Support our volume names; make some funcs static.Damien George2014-12-27
* lib/fatfs: Upgrade to new FatFs driver, put in lib/ for common use.Damien George2014-12-27
* lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal.Damien George2014-12-18
* py: Add builtin round function.Damien George2014-10-31
* lib: Add basic README.Damien George2014-09-18
* py: Implement divmod, % and proper // for floating point.Damien George2014-09-13
* py and libm: Add asinf,acosf; print higher precision for float.Damien George2014-09-11
* lib, libm: Add back dummy definition of tanf.Damien George2014-08-29
* lib: Add lib and libm, moving current files from stmhal.Damien George2014-08-29