<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/ports/atmel-samd/boards/sparkfun_lumidrive, branch 6.2.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.2.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.2.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2021-03-15T13:57:36+00:00</updated>
<entry>
<title>run code formatting script</title>
<updated>2021-03-15T13:57:36+00:00</updated>
<author>
<name>microDev</name>
<email>70126934+microDev1@users.noreply.github.com</email>
</author>
<published>2021-03-15T13:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a52eb88031620a81521b937f2a0651dbac2bb350'/>
<id>urn:sha1:a52eb88031620a81521b937f2a0651dbac2bb350</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Automatically count EXTERNAL_FLASH_DEVICES</title>
<updated>2021-03-07T17:48:39+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@unpythonic.net</email>
</author>
<published>2021-03-07T17:48:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f1ada8e8800a6ac64ebf611ba292b0eb93345c8e'/>
<id>urn:sha1:f1ada8e8800a6ac64ebf611ba292b0eb93345c8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated build configs to turn off BITMAPTOOLS for smaller builds</title>
<updated>2021-02-25T21:44:32+00:00</updated>
<author>
<name>Kevin Matocha</name>
<email>kmatocha@icloud.com</email>
</author>
<published>2021-02-25T21:44:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a7a4f93ff8b600dc58954851c134205fa4a587d8'/>
<id>urn:sha1:a7a4f93ff8b600dc58954851c134205fa4a587d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disabling in more small boards</title>
<updated>2021-01-17T06:00:06+00:00</updated>
<author>
<name>gamblor21</name>
<email>mark.komus@gmail.com</email>
</author>
<published>2021-01-17T06:00:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=41b9196167576c9a593d51e601edd51cba5b72c4'/>
<id>urn:sha1:41b9196167576c9a593d51e601edd51cba5b72c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #3752 from jepler/gcc10</title>
<updated>2020-12-17T16:03:40+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@adafruit.com</email>
</author>
<published>2020-12-17T16:03:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8f9cd7075e706b714ff0166414f399d521f6302b'/>
<id>urn:sha1:8f9cd7075e706b714ff0166414f399d521f6302b</id>
<content type='text'>
build: Update to gcc10</content>
</entry>
<entry>
<title>squeeze some smaller boards</title>
<updated>2020-12-15T18:23:49+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2020-12-15T18:23:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4521dfb73289eaa9d17cb61b29b49c10adf1f4a3'/>
<id>urn:sha1:4521dfb73289eaa9d17cb61b29b49c10adf1f4a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `board_deinit` for use with sleep</title>
<updated>2020-12-08T18:52:25+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-12-03T02:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=40118bcf57f026fd6a58733501c759a9ba87e835'/>
<id>urn:sha1:40118bcf57f026fd6a58733501c759a9ba87e835</id>
<content type='text'>
This changes lots of files to unify `board.h` across ports. It adds
`board_deinit` when CIRCUITPY_ALARM is set. `main.c` uses it to
deinit the board before deep sleeping (even when pretending.)

Deep sleep is now a two step process for the port. First, the
port should prepare to deep sleep based on the given alarms. It
should set alarms for both deep and pretend sleep. In particular,
the pretend versions should be set immediately so that we don't
miss an alarm as we shutdown. These alarms should also wake from
`port_idle_until_interrupt` which is used when pretending to deep
sleep.

Second, when real deep sleeping, `alarm_enter_deep_sleep` is called.
The port should set any alarms it didn't during prepare based on
data it saved internally during prepare.

ESP32-S2 sleep is a bit reorganized to locate more logic with
TimeAlarm. This will help it scale to more alarm types.

Fixes #3786
</content>
</entry>
<entry>
<title>sparkfun_lumidrive: Can't IGNORE pins that are default bus pins</title>
<updated>2020-10-18T01:08:32+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-10-18T00:07:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=194d99f58856c3c0a3d838f99e823a6d0181063c'/>
<id>urn:sha1:194d99f58856c3c0a3d838f99e823a6d0181063c</id>
<content type='text'>
The SDA, SCL, and MISO pins were ignored.  This error was not diagnosed
before now.
</content>
</entry>
<entry>
<title>nerf vectorio on a ton of m0 and overcommitted m4 boards due to translation text size</title>
<updated>2020-05-12T22:23:00+00:00</updated>
<author>
<name>warriorofwire</name>
<email>3454741+WarriorOfWire@users.noreply.github.com</email>
</author>
<published>2020-05-12T22:23:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5a80f5e606fe893a6ccd78cb8ebf7f39055e2e43'/>
<id>urn:sha1:5a80f5e606fe893a6ccd78cb8ebf7f39055e2e43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Parameterize linker script</title>
<updated>2019-10-21T03:50:12+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-10-21T03:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7b79ac37399927070e1931022f5759393202ed3d'/>
<id>urn:sha1:7b79ac37399927070e1931022f5759393202ed3d</id>
<content type='text'>
</content>
</entry>
</feed>
