aboutsummaryrefslogtreecommitdiff
path: root/stmhal/math.c
AgeCommit message (Expand)Author
2014-08-29lib: Add lib and libm, moving current files from stmhal.Damien George
2014-08-05stmhal, math: Define _M_LN2 if not already defined.Damien George
2014-06-30Add copysignfmux
2014-05-03Add license header to (almost) all files.Damien George
2014-04-18stmhal: Update ADC, DAC and I2C objects to use new buffer protocol.Damien George
2014-04-17stmhal: Add more math functions.Damien George
2014-04-03stmhal: Add powf, logf, log2f, log10f.Damien George
2014-04-03stmhal: #undef log2f if it's defined.Damien George
2014-04-02stmhal: Fix servo object; add fpclassify to math functions.Damien George
2014-03-23stm/stmhal: Change gammaf to tgammaf.Damien George
2014-03-23stmhal: Copy changes to math.c from stm port.Damien George
2014-03-22stm/stmhal: Add more math stubs.Damien George
2014-03-21Disable some math functions until they work correctly.Damien George
2014-03-12REPl working on UART6 with STMHALDave Hylands