<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/stmhal/input.c, branch v1.3.6</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.3.6</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.3.6'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-05-25T21:27:57+00:00</updated>
<entry>
<title>Change const byte* to const char* where sensible.</title>
<updated>2014-05-25T21:27:57+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-25T21:27:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2617eebf2ff77e58f415162300747eaf1a5ab5d7'/>
<id>urn:sha1:2617eebf2ff77e58f415162300747eaf1a5ab5d7</id>
<content type='text'>
This removes need for some casts (at least, more than it adds need
for new casts!).
</content>
</entry>
<entry>
<title>Add input command for unix</title>
<updated>2014-05-07T14:19:51+00:00</updated>
<author>
<name>Dave Hylands</name>
<email>dhylands@gmail.com</email>
</author>
<published>2014-05-07T14:15:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=117c46d9eb00e8ffaabc1002a4946440cb1eb5b0'/>
<id>urn:sha1:117c46d9eb00e8ffaabc1002a4946440cb1eb5b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add license header to (almost) all files.</title>
<updated>2014-05-03T22:27:38+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-03T22:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=04b9147e150d2d6fa3750f312fe328b6a71c1b28'/>
<id>urn:sha1:04b9147e150d2d6fa3750f312fe328b6a71c1b28</id>
<content type='text'>
Blanket wide to all .c and .h files.  Some files originating from ST are
difficult to deal with (license wise) so it was left out of those.

Also merged modpyb.h, modos.h, modstm.h and modtime.h in stmhal/.
</content>
</entry>
<entry>
<title>stmhal: Remove #include &lt;stdint.h&gt; from mpconfigport.h.</title>
<updated>2014-05-03T12:24:21+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-03T12:24:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5874c1c92baac65834c4684e913ca0a7d8db8f50'/>
<id>urn:sha1:5874c1c92baac65834c4684e913ca0a7d8db8f50</id>
<content type='text'>
Make include dependencies neater, and adheres to the coding convention
that headers should not include headers.
</content>
</entry>
<entry>
<title>unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.</title>
<updated>2014-05-02T15:08:16+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-05-02T15:03:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9b71b16a942f0ce6b18d0b631d292276baa007c9'/>
<id>urn:sha1:9b71b16a942f0ce6b18d0b631d292276baa007c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Change nlr_jump to nlr_raise, to aid in debugging.</title>
<updated>2014-04-05T17:32:08+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-04-05T17:32:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ea13f407a392593e7746131952a57bad222ee882'/>
<id>urn:sha1:ea13f407a392593e7746131952a57bad222ee882</id>
<content type='text'>
This does not affect code size or performance when debugging turned off.

To address issue #420.
</content>
</entry>
<entry>
<title>stmhal: Factor out stdio and readline to separate files.</title>
<updated>2014-03-29T14:20:05+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-03-29T14:20:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c9fd6645b0a1af73f3854ddc2745596070985a18'/>
<id>urn:sha1:c9fd6645b0a1af73f3854ddc2745596070985a18</id>
<content type='text'>
Adds readline_init() to clear readline history on soft reset.  Addresses
issue #387.
</content>
</entry>
<entry>
<title>stmhal: Add input() and pyb.input() functions.</title>
<updated>2014-03-22T23:53:50+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-03-22T23:53:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=02fa0358005fed02e989e7b1ad9b31f7a9ae8637'/>
<id>urn:sha1:02fa0358005fed02e989e7b1ad9b31f7a9ae8637</id>
<content type='text'>
</content>
</entry>
</feed>
