<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/ports/nrf/boards/makerdiary_m60_keyboard, branch main</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main'/>
<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>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>dynamically enable or disable QSPI by default</title>
<updated>2020-08-07T08:23:42+00:00</updated>
<author>
<name>Yihui Xiong</name>
<email>yihui.xiong@hotmail.com</email>
</author>
<published>2020-08-07T08:23:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=af1291ec28a8d2881e820fc1ce9b938ab5a6f097'/>
<id>urn:sha1:af1291ec28a8d2881e820fc1ce9b938ab5a6f097</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avoid using the RGB LEDs to save energy</title>
<updated>2020-08-05T08:08:13+00:00</updated>
<author>
<name>Yihui Xiong</name>
<email>yihui.xiong@hotmail.com</email>
</author>
<published>2020-08-05T08:08:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7854625c4edac2dff663d693232e8c05380d960a'/>
<id>urn:sha1:7854625c4edac2dff663d693232e8c05380d960a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add an option to turn off QSPI when sleep</title>
<updated>2020-08-04T17:10:58+00:00</updated>
<author>
<name>Yihui Xiong</name>
<email>yihui.xiong@hotmail.com</email>
</author>
<published>2020-08-04T17:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6dc0f4f1b68f4ac24bf85cc51252106ccfe43776'/>
<id>urn:sha1:6dc0f4f1b68f4ac24bf85cc51252106ccfe43776</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use RGB LEDs as status indicators</title>
<updated>2020-07-11T13:25:32+00:00</updated>
<author>
<name>Yihui Xiong</name>
<email>yihui.xiong@hotmail.com</email>
</author>
<published>2020-07-11T13:25:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c8752ff93eb62f115e9129f7b2d20d8ed5a8ed88'/>
<id>urn:sha1:c8752ff93eb62f115e9129f7b2d20d8ed5a8ed88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add LED status, remove unused macros</title>
<updated>2020-07-11T02:51:31+00:00</updated>
<author>
<name>Yihui Xiong</name>
<email>yihui.xiong@hotmail.com</email>
</author>
<published>2020-07-11T02:51:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8e26fdc0e9537f30924581a846de77cfbb5b5fb7'/>
<id>urn:sha1:8e26fdc0e9537f30924581a846de77cfbb5b5fb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use VID &amp; PIDs granted by Seeed</title>
<updated>2020-07-10T16:37:45+00:00</updated>
<author>
<name>Yihui Xiong</name>
<email>yihui.xiong@hotmail.com</email>
</author>
<published>2020-07-10T16:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7ff499046ba6e15e115e5e3fca53204f1ec26cc3'/>
<id>urn:sha1:7ff499046ba6e15e115e5e3fca53204f1ec26cc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix pre-commit check</title>
<updated>2020-07-09T10:25:46+00:00</updated>
<author>
<name>Yihui Xiong</name>
<email>yihui.xiong@hotmail.com</email>
</author>
<published>2020-07-09T10:25:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=678f26639433ebd26259a973aacd97e1cf765d2a'/>
<id>urn:sha1:678f26639433ebd26259a973aacd97e1cf765d2a</id>
<content type='text'>
</content>
</entry>
</feed>
