| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-21 | stm: Remove long-obsolete stm/ port. | Damien George | |
| 2014-04-20 | stm: Update to compile with latest changes to core py. | Damien George | |
| 2014-03-23 | stm/stmhal: Change gammaf to tgammaf. | Damien George | |
| 2014-03-23 | Merge pull request #356 from iabdalkader/d2f | Damien George | |
| Implement __aeabi_f2d and __aeabi_d2f | |||
| 2014-03-22 | stm/stmhal: Add more math stubs. | Damien George | |
| 2014-03-22 | Implement __aeabi_f2d and __aeabi_d2f | mux | |
| 2014-03-21 | Disable some math functions until they work correctly. | Damien George | |
| 2014-03-12 | stm: Add some floating-point math functions. | Damien George | |
| These have been taken from the musl library. It's a bit of a hack for now, just to get math functions working. | |||
| 2014-03-08 | Implement ROMable modules. Add math module. | Damien George | |
| mp_module_obj_t can now be put in ROM. Configuration of float type is now similar to longint: can now choose none, float or double as the implementation. math module has basic math functions. For STM port, these are not yet implemented (they are just stub functions). | |||
