<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/stmhal, branch v1.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-06-11T15:01:52+00:00</updated>
<entry>
<title>stmhal, file: Seek to end of file if opened in 'a' mode.</title>
<updated>2014-06-11T15:01:52+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-06-11T15:01:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=820896746c9935e0233b179d4a7601a3f2609763'/>
<id>urn:sha1:820896746c9935e0233b179d4a7601a3f2609763</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal, file: Implement a,x,+ open modes, seek and tell.</title>
<updated>2014-06-11T14:41:14+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-06-11T14:41:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b7572ad11b31d4e357139e877a0815ebd6ae515e'/>
<id>urn:sha1:b7572ad11b31d4e357139e877a0815ebd6ae515e</id>
<content type='text'>
Also now returns correct POSIX errno when an IO operation fails.

Addresses issues #516 and #676.
</content>
</entry>
<entry>
<title>stmhal: Fix pyb.bootloader so it works for gcc-4.9.0.</title>
<updated>2014-06-08T13:01:43+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-06-08T13:01:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=57b4dfa9c991b1101b119b62f80051c66915087e'/>
<id>urn:sha1:57b4dfa9c991b1101b119b62f80051c66915087e</id>
<content type='text'>
See PR #618.
</content>
</entry>
<entry>
<title>Provide definition of alloca() in mpconfigport.h.</title>
<updated>2014-06-08T12:25:33+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-06-08T12:25:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4480cb37118b662cf301953595b37704dc197d40'/>
<id>urn:sha1:4480cb37118b662cf301953595b37704dc197d40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/micropython/micropython</title>
<updated>2014-06-03T17:26:34+00:00</updated>
<author>
<name>bvernoux</name>
<email>bvernoux@gmail.com</email>
</author>
<published>2014-06-03T17:26:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=82560fce75ab0307182c943d564202e55fca6c09'/>
<id>urn:sha1:82560fce75ab0307182c943d564202e55fca6c09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup/removed specific stuff specific to HydraBus (except board).</title>
<updated>2014-06-03T16:59:24+00:00</updated>
<author>
<name>bvernoux</name>
<email>bvernoux@gmail.com</email>
</author>
<published>2014-06-03T16:59:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c3c353d7f108fcef92943bcc9e0a7f8a75a6fa18'/>
<id>urn:sha1:c3c353d7f108fcef92943bcc9e0a7f8a75a6fa18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing commas to stm32f4xx-af.csv</title>
<updated>2014-06-03T06:11:14+00:00</updated>
<author>
<name>Dave Hylands</name>
<email>dhylands@gmail.com</email>
</author>
<published>2014-06-03T06:04:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4e0573e5cff203d6eb28d1f8a0530eb14fe5beaa'/>
<id>urn:sha1:4e0573e5cff203d6eb28d1f8a0530eb14fe5beaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>micropython port for HydraBus</title>
<updated>2014-06-02T19:43:02+00:00</updated>
<author>
<name>bvernoux</name>
<email>bvernoux@gmail.com</email>
</author>
<published>2014-06-02T19:43:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=569aa90137614e6b54c12fa4aaec32cfdddbdbcd'/>
<id>urn:sha1:569aa90137614e6b54c12fa4aaec32cfdddbdbcd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Document pyb.Accel() constructor, that it takes time to start.</title>
<updated>2014-06-01T16:57:06+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-06-01T16:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f1dbd78b30e487ea667e222721bba4d79d3763de'/>
<id>urn:sha1:f1dbd78b30e487ea667e222721bba4d79d3763de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename bultins config variables to MICROPY_PY_BUILTINS_*.</title>
<updated>2014-06-01T12:32:54+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-06-01T12:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fb510b3bf90eccc8e0d400c6622b2e94c2bfa8e9'/>
<id>urn:sha1:fb510b3bf90eccc8e0d400c6622b2e94c2bfa8e9</id>
<content type='text'>
This renames:
MICROPY_PY_FROZENSET -&gt; MICROPY_PY_BUILTINS_FROZENSET
MICROPY_PY_PROPERTY -&gt; MICROPY_PY_BUILTINS_PROPERTY
MICROPY_PY_SLICE -&gt; MICROPY_PY_BUILTINS_SLICE
MICROPY_ENABLE_FLOAT -&gt; MICROPY_PY_BUILTINS_FLOAT

See issue #35 for discussion.
</content>
</entry>
</feed>
