| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-12 | py: Allow to compile with -Wstrict-prototypes. | Damien George | |
| 2015-01-12 | py, unix, lib: Allow to compile with -Wold-style-definition. | Damien George | |
| 2015-01-12 | lib/mp-readline: Refactor to support coroutine/event-driven usage. | Paul Sokolovsky | |
| readline_process_char() can be fed character by character, for example, received from external event loop. This will allow to integrate MicroPython into cooperative multitasking systems. | |||
| 2015-01-12 | stmhal: Move readline code to lib/mp-readline/. | Paul Sokolovsky | |
| 2014-12-30 | stmhal: Add fake implementation of __aeabi_f2lz(). | Paul Sokolovsky | |
| To make mp_obj_new_int_from_float() somehow work. | |||
| 2014-12-27 | lib/fatfs: Allow a smaller minimum sector count for fatfs to be created. | Damien George | |
| 2014-12-27 | lib/fatfs: Support our volume names; make some funcs static. | Damien George | |
| 2014-12-27 | lib/fatfs: Upgrade to new FatFs driver, put in lib/ for common use. | Damien George | |
| Patches to fatfs for our use will follow. | |||
| 2014-12-18 | lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal. | Damien George | |
| acoshf, asinhf, atanhf were added from musl. mathsincos.c was split up into its original, separate files (from newlibe-nano-2). tan was added. All of the important missing float functions are now implemented, and pyboard now passes tests/float/math_fun.py (finally!). | |||
| 2014-10-31 | py: Add builtin round function. | Damien George | |
| Addresses issue #934. | |||
| 2014-09-18 | lib: Add basic README. | Damien George | |
| 2014-09-13 | py: Implement divmod, % and proper // for floating point. | Damien George | |
| Tested and working on unix and pyboard. | |||
| 2014-09-11 | py and libm: Add asinf,acosf; print higher precision for float. | Damien George | |
| Also use less stack space when printing single precision float. Addition of asinf and acosf addresses issue #851. | |||
| 2014-08-29 | lib, libm: Add back dummy definition of tanf. | Damien George | |
| 2014-08-29 | lib: Add lib and libm, moving current files from stmhal. | Damien George | |
| Top-level lib directory is for standard C libraries that we want to provide our own versions of (for efficiency and stand-alone reasons). It currently has libm in it for math functions. Also add atanf and atan2f, which addresses issue #837. | |||
