<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/stm/math.c, branch encoding</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-05-21T19:14:27+00:00</updated>
<entry>
<title>stm: Remove long-obsolete stm/ port.</title>
<updated>2014-05-21T19:14:27+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-21T19:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=aa7cf6f72f4e8a553f892629bb3338ab8c982d57'/>
<id>urn:sha1:aa7cf6f72f4e8a553f892629bb3338ab8c982d57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stm: Update to compile with latest changes to core py.</title>
<updated>2014-04-19T23:15:35+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-04-19T23:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c7c4a8439735ff7617f78b5b6c0cdfb05ae88656'/>
<id>urn:sha1:c7c4a8439735ff7617f78b5b6c0cdfb05ae88656</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stm/stmhal: Change gammaf to tgammaf.</title>
<updated>2014-03-23T14:00:02+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-03-23T14:00:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=90834b956d567f5205588caa46cee8d1b1397046'/>
<id>urn:sha1:90834b956d567f5205588caa46cee8d1b1397046</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #356 from iabdalkader/d2f</title>
<updated>2014-03-23T00:34:11+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-03-23T00:34:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e43e27cf79910a1a9235db0cdaa439f575c49e53'/>
<id>urn:sha1:e43e27cf79910a1a9235db0cdaa439f575c49e53</id>
<content type='text'>
Implement __aeabi_f2d and __aeabi_d2f</content>
</entry>
<entry>
<title>stm/stmhal: Add more math stubs.</title>
<updated>2014-03-22T20:44:43+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-03-22T20:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8138205bea96afb6b59e3147fbaab754cb218ea2'/>
<id>urn:sha1:8138205bea96afb6b59e3147fbaab754cb218ea2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement __aeabi_f2d and __aeabi_d2f</title>
<updated>2014-03-22T00:08:01+00:00</updated>
<author>
<name>mux</name>
<email>freelancer.c@gmail.com</email>
</author>
<published>2014-03-22T00:08:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5b6008ddb9e6c4db91ab18097af1c5b5367048f3'/>
<id>urn:sha1:5b6008ddb9e6c4db91ab18097af1c5b5367048f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable some math functions until they work correctly.</title>
<updated>2014-03-21T20:52:54+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-03-21T20:52:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c070ff24a950cb764c8d51fa69f5a002e49fb3e4'/>
<id>urn:sha1:c070ff24a950cb764c8d51fa69f5a002e49fb3e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stm: Add some floating-point math functions.</title>
<updated>2014-03-12T22:33:22+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-03-12T22:33:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=849a0dda86fb19fce67aeb0f512544766b298961'/>
<id>urn:sha1:849a0dda86fb19fce67aeb0f512544766b298961</id>
<content type='text'>
These have been taken from the musl library.  It's a bit of a hack for
now, just to get math functions working.
</content>
</entry>
<entry>
<title>Implement ROMable modules.  Add math module.</title>
<updated>2014-03-08T15:24:39+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-03-08T15:24:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0c36da0b59bd3d5aeb6f7bd7f75913695a1dd366'/>
<id>urn:sha1:0c36da0b59bd3d5aeb6f7bd7f75913695a1dd366</id>
<content type='text'>
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).
</content>
</entry>
</feed>
