<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/stmhal, branch v1.0.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.0.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.0.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-05-11T16:35:43+00:00</updated>
<entry>
<title>py: Rename MICROPY_SYS_EXIT to MICROPY_MOD_SYS_EXIT.</title>
<updated>2014-05-11T16:35:43+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-11T16:35:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=89755ae67f5c4a7cf7c963a53b12489461f0d839'/>
<id>urn:sha1:89755ae67f5c4a7cf7c963a53b12489461f0d839</id>
<content type='text'>
For consistency with MICROPY_MOD_SYS_STDFILES, etc.
</content>
</entry>
<entry>
<title>stmhal: Enable frozenset.  Takes 292 text bytes in ROM.</title>
<updated>2014-05-11T16:27:31+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-11T16:27:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f92a0d4d169adeb9a06618c66b2f9a2885f61133'/>
<id>urn:sha1:f92a0d4d169adeb9a06618c66b2f9a2885f61133</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Update CC3000 driver to newer version.</title>
<updated>2014-05-11T11:09:13+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-11T11:09:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a7a1a38df43958a267410d333f495db56a8b0902'/>
<id>urn:sha1:a7a1a38df43958a267410d333f495db56a8b0902</id>
<content type='text'>
Still not working properly.
</content>
</entry>
<entry>
<title>stmhal/cc3k: Remove spaces and tabs at end of lines.</title>
<updated>2014-05-10T20:28:40+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-10T20:28:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=50073ed5d61a89af95f1497c24965e50e95e6e9d'/>
<id>urn:sha1:50073ed5d61a89af95f1497c24965e50e95e6e9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tools: Move gendoc.py to tools, and make it a little more generic.</title>
<updated>2014-05-10T18:12:47+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-10T18:12:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3793830ed997baf0bd4dbafc13827f2615edea10'/>
<id>urn:sha1:3793830ed997baf0bd4dbafc13827f2615edea10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Fix USB CDC not flushing packets when an exact multiple of 64.</title>
<updated>2014-05-10T17:56:16+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-10T17:56:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=09bbe7215a70dbe9105a48865a1545e6c095baef'/>
<id>urn:sha1:09bbe7215a70dbe9105a48865a1545e6c095baef</id>
<content type='text'>
Need to send a zero-sized packet after sending an exact multiple of 64
bytes (not just after sending 64 bytes exactly).

Addresses issue #494, part 2.
</content>
</entry>
<entry>
<title>stmhal: Improve handling of out-of-memory in REPL.</title>
<updated>2014-05-10T16:48:46+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-10T16:48:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b0edec61ac2eeb3bb5c787639ea0cecaa71ea79d'/>
<id>urn:sha1:b0edec61ac2eeb3bb5c787639ea0cecaa71ea79d</id>
<content type='text'>
Addresses issue #558, but it's likely that other out-of-memory errors
could crash the pyboard.  Reason is that qstrs use m_new and can raise
an exception within the parser.
</content>
</entry>
<entry>
<title>modsys: Enable sys.exit() per port after all.</title>
<updated>2014-05-10T14:26:47+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-05-10T14:26:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=deaeaac4691a0a89343354045360a2e7eb5bbab3'/>
<id>urn:sha1:deaeaac4691a0a89343354045360a2e7eb5bbab3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Implement draft version of sys.exit().</title>
<updated>2014-05-10T13:56:21+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-05-10T13:51:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0f14fdea0cbb836071083213bfaf83fe5e826933'/>
<id>urn:sha1:0f14fdea0cbb836071083213bfaf83fe5e826933</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Fix setting of RTC: was BCD now BIN encoded.</title>
<updated>2014-05-10T10:56:58+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-10T10:56:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=04b7cc4df0a4fe7a6d5ec1e756baac2424b26922'/>
<id>urn:sha1:04b7cc4df0a4fe7a6d5ec1e756baac2424b26922</id>
<content type='text'>
Addresses issue #592.
</content>
</entry>
</feed>
