<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/ports/atmel-samd, branch encoding</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-07-22T23:26:46+00:00</updated>
<entry>
<title>Add externs. GCC10 complains about duplicate defines</title>
<updated>2020-07-22T23:26:46+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-07-21T23:26:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2bd6d056638f05185eb497ca2d039ebe9f386327'/>
<id>urn:sha1:2bd6d056638f05185eb497ca2d039ebe9f386327</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable countio on circuitbrains basic</title>
<updated>2020-07-21T23:21:49+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-07-21T23:21:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8ff2846bb2a54ed34a9a73fffc3e154382d89e58'/>
<id>urn:sha1:8ff2846bb2a54ed34a9a73fffc3e154382d89e58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #3160 from tannewt/enable_pystack</title>
<updated>2020-07-21T20:38:52+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2020-07-21T20:38:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cb7df2e1ed7c9866b43994e4013497702d8da727'/>
<id>urn:sha1:cb7df2e1ed7c9866b43994e4013497702d8da727</id>
<content type='text'>
Enable PYSTACK to keep function state out of the heap</content>
</entry>
<entry>
<title>Turn off GC opt on uchip board</title>
<updated>2020-07-21T19:51:59+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-07-21T19:51:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5e3a853db4ad735e3ae1c115cab3ef213a338f0d'/>
<id>urn:sha1:5e3a853db4ad735e3ae1c115cab3ef213a338f0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Be more aggressive with uChip build</title>
<updated>2020-07-21T18:02:23+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-07-21T18:02:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=678faff464fa7810dfc12e75f73029d8e3106f0c'/>
<id>urn:sha1:678faff464fa7810dfc12e75f73029d8e3106f0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'main' into disable_network</title>
<updated>2020-07-20T23:28:22+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2020-07-20T23:28:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0c6935e33639c004581fe9d5b2038c4864b193e2'/>
<id>urn:sha1:0c6935e33639c004581fe9d5b2038c4864b193e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #3166 from theacodes/bhb-adc</title>
<updated>2020-07-20T23:24:36+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@adafruit.com</email>
</author>
<published>2020-07-20T23:24:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=12edb57aace86422c6e0165c5281efb72b5ee3b3'/>
<id>urn:sha1:12edb57aace86422c6e0165c5281efb72b5ee3b3</id>
<content type='text'>
Add _bhb user module for Big Honking Button</content>
</entry>
<entry>
<title>Add _bhb user module for Big Honking Button</title>
<updated>2020-07-19T05:45:08+00:00</updated>
<author>
<name>Thea Flowers</name>
<email>me@thea.codes</email>
</author>
<published>2020-07-19T05:33:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7ba89f5330fb2a7d48efb56f1b5920e8dfffedef'/>
<id>urn:sha1:7ba89f5330fb2a7d48efb56f1b5920e8dfffedef</id>
<content type='text'>
BHB needs better accuracy from the ADC readings. To avoid changing the ADC configuration for all boards or adding complexity to AnalogIn, I implemented a custom user module to allow the BHB to talk to the ADC in the way that it needs to. I'm open to other approaches here, but this seemed like the least invasive and complex option.
</content>
</entry>
<entry>
<title>pewpew_m4: Disable USB_HID back</title>
<updated>2020-07-18T18:09:30+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2020-07-18T18:09:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=11ef43b071f275ee470d1339cc7a2392281b9528'/>
<id>urn:sha1:11ef43b071f275ee470d1339cc7a2392281b9528</id>
<content type='text'>
German translation fails to build, so I have to disabled USB_HID after
all.
</content>
</entry>
<entry>
<title>pewpew_m4: Enable analogio and usb_hid</title>
<updated>2020-07-18T17:30:40+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2020-07-18T17:30:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8d692f33a8b9638e37ba6e311432eeb96c0ec825'/>
<id>urn:sha1:8d692f33a8b9638e37ba6e311432eeb96c0ec825</id>
<content type='text'>
The newest version for the Stage library for PewPewM4 no longer contains
embedded graphics, which frees enough space in flash to enabled back
AnalogIO and also add USB_HID. There is still ~192 bytes left free.

If new additions to CircuitPython make it grow further, we can disable
USB_HID again.
</content>
</entry>
</feed>
