<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/supervisor, branch 3.0.0-alpha2</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-alpha2</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=3.0.0-alpha2'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-11-08T07:00:44+00:00</updated>
<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>
<entry>
<title>Move to ASF4 and introduce SAMD51 support. (#258)</title>
<updated>2017-09-23T01:05:51+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2017-09-23T01:05:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6839fff31303463d5c7942387fa498895edf1abf'/>
<id>urn:sha1:6839fff31303463d5c7942387fa498895edf1abf</id>
<content type='text'>
* atmel-samd: Remove ASF3. This will break builds.

* atmel-samd: Add ASF4 for the SAMD21 and SAMD51.

* Introduce the supervisor concept to facilitate porting.

The supervisor is the code which runs individual MicroPython VMs. By
splitting it out we make it more consistent and easier to find.

This also adds very basic SAMD21 and SAMD51 support using the
supervisor. Only the REPL currently works.

This begins the work for #178.
</content>
</entry>
</feed>
