<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/supervisor, branch 3.0.0-alpha.2</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=3.0.0-alpha.2</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=3.0.0-alpha.2'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2018-02-27T23:24:16+00:00</updated>
<entry>
<title>Merge remote-tracking branch 'adafruit/2.x' into merge_2x</title>
<updated>2018-02-27T23:24:16+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2018-02-27T23:24:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bf05183158c67c4ef1824c3b1296d401bc7754d8'/>
<id>urn:sha1:bf05183158c67c4ef1824c3b1296d401bc7754d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nRF52 update with internal file system support</title>
<updated>2017-12-21T12:49:14+00:00</updated>
<author>
<name>microbuilder</name>
<email>contact@microbuilder.eu</email>
</author>
<published>2017-12-21T12:49:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=60a23f0fb65bebe91ab8b6da4a32ed0b012e9313'/>
<id>urn:sha1:60a23f0fb65bebe91ab8b6da4a32ed0b012e9313</id>
<content type='text'>
</content>
</entry>
<entry>
<title>M4 status LED flashing with no main.py present #447 Initialized stack variable</title>
<updated>2017-11-23T06:57:50+00:00</updated>
<author>
<name>mrmcwethy</name>
<email>mrmcwethy@yahoo.com</email>
</author>
<published>2017-11-23T02:56:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a38d8948b3b22a7b3f84284f765578a8edeab3f5'/>
<id>urn:sha1:a38d8948b3b22a7b3f84284f765578a8edeab3f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create supervisor module.</title>
<updated>2017-11-16T17:04:17+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-11-15T22:44:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ecc47d5258acfd903d3aba03b336e248e85ff5c2'/>
<id>urn:sha1:ecc47d5258acfd903d3aba03b336e248e85ff5c2</id>
<content type='text'>
It can control autoreload and the rgb status led.
</content>
</entry>
<entry>
<title>support for doubled file extensions ala issue #383 (#415)</title>
<updated>2017-11-08T07:00:44+00:00</updated>
<author>
<name>bsiepert</name>
<email>nospam187+github@gmail.com</email>
</author>
<published>2017-11-08T07:00:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b4fc464a4dd260bae9c2a49f996ffeb96268228d'/>
<id>urn:sha1:b4fc464a4dd260bae9c2a49f996ffeb96268228d</id>
<content type='text'>
Fixes #383
</content>
</entry>
<entry>
<title>atmel-samd: Add samd21 neopixel support.</title>
<updated>2017-11-01T05:38:09+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-11-01T05:23:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3177e10e9e7b6ce720ca4cd0a952c884c876bcd6'/>
<id>urn:sha1:3177e10e9e7b6ce720ca4cd0a952c884c876bcd6</id>
<content type='text'>
Also, fix and enable the status neopixel.

Fixes #264
</content>
</entry>
<entry>
<title>atmel-samd: More USB polish</title>
<updated>2017-10-31T01:29:20+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2017-10-26T23:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4aeef100f6d78313e1cc58fb6ef6d6b0da5c879d'/>
<id>urn:sha1:4aeef100f6d78313e1cc58fb6ef6d6b0da5c879d</id>
<content type='text'>
* Introduce a python script to generate the USB descriptor instead of
  a bunch of C macros. In the future, we can use this dynamically in
  CircuitPython.
* Add support for detecting read-only mass storage mounts.

Fixes #377
</content>
</entry>
<entry>
<title>merge 2.x changes into master; touch up Makefile CFLAGS logic</title>
<updated>2017-10-13T00:10:31+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2017-10-13T00:10:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fabaa2ec3045c4709de05c238a6525d0fe2e3cb2'/>
<id>urn:sha1:fabaa2ec3045c4709de05c238a6525d0fe2e3cb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>atmel-samd: Add support for internal filesystems. (#311)</title>
<updated>2017-10-10T18:36:00+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2017-10-10T18:36:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=80654779e1ad98f5818186746e00b6b642dca3db'/>
<id>urn:sha1:80654779e1ad98f5818186746e00b6b642dca3db</id>
<content type='text'>
* atmel-samd: Add support for internal filesystems.

This allows us to re-enable `os`. `random` is also enabled because
it solely depends on `os`.

Fixes #266. Its also a pre-requisite for #260.

* atmel-samd: Update SAMD51 linker script comments and MICROPY_MAX_STACK_USAGE enabling.
</content>
</entry>
<entry>
<title>Add support for patching newer ASF4 code. (#292)</title>
<updated>2017-09-29T03:33:44+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2017-09-29T03:33:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0bbb7a8199db3f75cbd1f6151c011cad8fc85071'/>
<id>urn:sha1:0bbb7a8199db3f75cbd1f6151c011cad8fc85071</id>
<content type='text'>
* atmel-samd: Support patching after updating ASF4.

This makes it possible to automatically fix newer code.

* atmel-samd: Update ASF4 to include flash APIs for SAMD51.

This is the first automatic update that has caused a few deletions
where code was previously copied instead of moved.

This is a prerequisite for #260.
</content>
</entry>
</feed>
