<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython, branch 2.0.0-rc.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.0.0-rc.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.0.0-rc.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-09-01T20:54:29+00:00</updated>
<entry>
<title>Style tweaks based on @willingc's feedback.</title>
<updated>2017-09-01T20:54:29+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@chickadee.tech</email>
</author>
<published>2017-09-01T18:44:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7932df02ab9da308a7f3fd60a69cf2058795f2cb'/>
<id>urn:sha1:7932df02ab9da308a7f3fd60a69cf2058795f2cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Add beginnings of troubleshooting doc.</title>
<updated>2017-09-01T20:54:29+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@chickadee.tech</email>
</author>
<published>2017-08-31T21:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=544f5c3fa43fad020e0cc55fbc32061fa2f66ae8'/>
<id>urn:sha1:544f5c3fa43fad020e0cc55fbc32061fa2f66ae8</id>
<content type='text'>
Fixes #172. Related to #214.
</content>
</entry>
<entry>
<title>Fix issue #207, esp8266 file operations problems (#222)</title>
<updated>2017-09-01T20:12:26+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-09-01T20:12:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a0d0b27faf0bc76ede0fbc595f641fdceb04ac56'/>
<id>urn:sha1:a0d0b27faf0bc76ede0fbc595f641fdceb04ac56</id>
<content type='text'>
The frozen module `_boot.py` was not being loaded on restart
because `pyexec_frozen_module()` did not know about the new `.frozen`
pseudo-directory. Updated lower-level routine to look in the right place.
Also made ".frozen" and related values be `#define`s.</content>
</entry>
<entry>
<title>Merge pull request #223 from tannewt/baudrate_fix</title>
<updated>2017-09-01T19:56:44+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>deshipu@users.noreply.github.com</email>
</author>
<published>2017-09-01T19:56:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c01bf678fdca84ddc0d6c5f80ad60b5248f17cdc'/>
<id>urn:sha1:c01bf678fdca84ddc0d6c5f80ad60b5248f17cdc</id>
<content type='text'>
atmel-samd: Remember SPI baudrate.</content>
</entry>
<entry>
<title>atmel-samd: Remember SPI baudrate.</title>
<updated>2017-09-01T19:44:52+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@chickadee.tech</email>
</author>
<published>2017-09-01T19:44:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e2f39a8d936605f27f89a1216054eb8c43b62e2f'/>
<id>urn:sha1:e2f39a8d936605f27f89a1216054eb8c43b62e2f</id>
<content type='text'>
This prevents the SERCOM from blipping the data line on each
transaction and therefore fixes #219.
</content>
</entry>
<entry>
<title>py: Add temporary expanded mpy mismatch message for switch to 2.0.0. (#218)</title>
<updated>2017-08-31T19:27:50+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2017-08-31T19:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4d0dc4b2985f0da924011b20706c6a99e52f17d2'/>
<id>urn:sha1:4d0dc4b2985f0da924011b20706c6a99e52f17d2</id>
<content type='text'>
Fixes #214</content>
</entry>
<entry>
<title>atmel-samd: Add SPI pin names to the Trinket. Fixes #213 (#217)</title>
<updated>2017-08-31T19:05:43+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2017-08-31T19:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=17ec02a77d13aefdf601431be0868be32c88d84a'/>
<id>urn:sha1:17ec02a77d13aefdf601431be0868be32c88d84a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ".frozen" to end of sys.path, so that internal frozen modules are visible on boot.</title>
<updated>2017-08-31T18:38:00+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-08-31T17:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=59faa05a108813e921d25e062c4d7ef5b5b0b407'/>
<id>urn:sha1:59faa05a108813e921d25e062c4d7ef5b5b0b407</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add microcontroller.cpu.temperature, for use as a simple sensor on minimal boards. (#211)</title>
<updated>2017-08-31T17:48:30+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-08-31T17:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fdb97eda09ca1968df8a919d15ebd1fe191fb57e'/>
<id>urn:sha1:fdb97eda09ca1968df8a919d15ebd1fe191fb57e</id>
<content type='text'>
* Add microcontroller.cpu, the sole instance of microcontroller.Processor.
microcontroller.cpu.frequency is the clock frequency, in Hz.
microcontroller.cpu.temperature is the reading from the internal temperature sensor, in Celsius. None if not available.

* Squeeze firmware size by using -finline-limit. Otherwise non-Express builds were slightly too big.

* Update submodules.

* Fix documentation glitches


</content>
</entry>
<entry>
<title>Update README (#212)</title>
<updated>2017-08-30T06:42:17+00:00</updated>
<author>
<name>Carol Willing</name>
<email>carolcode@willingconsulting.com</email>
</author>
<published>2017-08-30T06:42:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f3cd6b0232ababc573ebfb13de12c197e0be6b4d'/>
<id>urn:sha1:f3cd6b0232ababc573ebfb13de12c197e0be6b4d</id>
<content type='text'>
* Add README navigation and minor edits
* Simplify links
* Clean up markdown style warnings
* Update links
* Edit grammar and style
</content>
</entry>
</feed>
