<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/stm/std.h, branch main</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main'/>
<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: Provide malloc()/realloc()/free(), as forwarding to gc_*() functions.</title>
<updated>2014-02-11T16:09:50+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-02-11T15:21:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=20632e4d3f580b989fa14f58b72896e2cfdeb34b'/>
<id>urn:sha1:20632e4d3f580b989fa14f58b72896e2cfdeb34b</id>
<content type='text'>
Note: none of these functions are used by STM port, so they're provided
to have parity with pre gc refactor status quo, and in case they will be
needed in the future by some extension writers.
</content>
</entry>
<entry>
<title>stm: Remove unused, useless and not-to-be-used strndup.</title>
<updated>2014-02-10T22:55:15+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-02-10T22:55:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=181d190643549c6a7d731deeef3d6aeded769956'/>
<id>urn:sha1:181d190643549c6a7d731deeef3d6aeded769956</id>
<content type='text'>
Addresses issue #275.
</content>
</entry>
<entry>
<title>Get rid of calloc().</title>
<updated>2014-02-10T16:40:00+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-02-10T16:37:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=58ff93bc7c25d7d41dda28875f88652b260b9f13'/>
<id>urn:sha1:58ff93bc7c25d7d41dda28875f88652b260b9f13</id>
<content type='text'>
If there's malloc and memset, then there's no need for calloc, especially if
we need to implement it ourselves.
</content>
</entry>
<entry>
<title>stm: Clean up main.c; disable libgcc by default.</title>
<updated>2014-01-21T23:28:03+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-01-21T23:28:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2c302563820d18be5fcfed406582ea5edaa6b39f'/>
<id>urn:sha1:2c302563820d18be5fcfed406582ea5edaa6b39f</id>
<content type='text'>
f2d and d2f functions from libgcc does not work correctly, most likely
due to the ABI being incorrect.  libgcc disabled for now.
</content>
</entry>
<entry>
<title>Revamp qstrs: they now include length and hash.</title>
<updated>2014-01-21T21:40:13+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-01-21T21:40:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=55baff4c9bcbc001cbb8972c289ebfa356d4665b'/>
<id>urn:sha1:55baff4c9bcbc001cbb8972c289ebfa356d4665b</id>
<content type='text'>
Can now have null bytes in strings.  Can define ROM qstrs per port using
qstrdefsport.h
</content>
</entry>
<entry>
<title>Added public domain implementations of strchr and strstr.</title>
<updated>2014-01-13T06:34:58+00:00</updated>
<author>
<name>Dave Hylands</name>
<email>dhylands@gmail.com</email>
</author>
<published>2014-01-13T06:34:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c8effff937442be01d36d56c77054bbdee3f3aff'/>
<id>urn:sha1:c8effff937442be01d36d56c77054bbdee3f3aff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement simple servo control using PWM.</title>
<updated>2013-10-23T19:39:20+00:00</updated>
<author>
<name>Damien</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2013-10-23T19:39:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0f6545139b84f3a6ad1dab04652b7646aacc44e7'/>
<id>urn:sha1:0f6545139b84f3a6ad1dab04652b7646aacc44e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Integrate new lexer stream with stm framework.</title>
<updated>2013-10-20T16:42:00+00:00</updated>
<author>
<name>Damien</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2013-10-20T16:42:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fa2162bc77b22fd135fd059219191ac91449b3fa'/>
<id>urn:sha1:fa2162bc77b22fd135fd059219191ac91449b3fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Inital commit of stm32f4xx framework.</title>
<updated>2013-10-12T23:42:20+00:00</updated>
<author>
<name>Damien</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2013-10-12T23:42:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ed65605edc5c1376947a34723b9c750400b5a028'/>
<id>urn:sha1:ed65605edc5c1376947a34723b9c750400b5a028</id>
<content type='text'>
</content>
</entry>
</feed>
