<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/supervisor/shared/safe_mode.c, branch 6.0.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-09-29T05:44:30+00:00</updated>
<entry>
<title>Update make translate script</title>
<updated>2020-09-29T05:44:30+00:00</updated>
<author>
<name>microDev</name>
<email>70126934+microDev1@users.noreply.github.com</email>
</author>
<published>2020-09-29T05:44:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4c7d9e3aafbde08399d9839d6cde968f4d1ae005'/>
<id>urn:sha1:4c7d9e3aafbde08399d9839d6cde968f4d1ae005</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update safe_mode.c</title>
<updated>2020-09-13T17:47:14+00:00</updated>
<author>
<name>microDev</name>
<email>70126934+microDev1@users.noreply.github.com</email>
</author>
<published>2020-09-13T17:47:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=506bb097f7af5118a4e52a9471fe4599e681ba39'/>
<id>urn:sha1:506bb097f7af5118a4e52a9471fe4599e681ba39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update safe mode reason</title>
<updated>2020-09-13T17:27:24+00:00</updated>
<author>
<name>microDev</name>
<email>70126934+microDev1@users.noreply.github.com</email>
</author>
<published>2020-09-13T17:27:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=36da92075b6b83a6b1a998b377f340524d143f35'/>
<id>urn:sha1:36da92075b6b83a6b1a998b377f340524d143f35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix serial console output &amp; add more boards</title>
<updated>2020-09-12T12:16:52+00:00</updated>
<author>
<name>microDev</name>
<email>70126934+microDev1@users.noreply.github.com</email>
</author>
<published>2020-09-12T12:16:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4da478382d8e428d3e702dcd8c35f67cf80cc319'/>
<id>urn:sha1:4da478382d8e428d3e702dcd8c35f67cf80cc319</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added esp32s2 safe_mode &amp; fixed user_safe_mode</title>
<updated>2020-09-11T15:36:54+00:00</updated>
<author>
<name>microDev</name>
<email>70126934+microDev1@users.noreply.github.com</email>
</author>
<published>2020-09-11T15:36:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=305bed6d9e9581ed19d2043622bc77106a0c3b5b'/>
<id>urn:sha1:305bed6d9e9581ed19d2043622bc77106a0c3b5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix heap without PSRAM. Never set heap_size.</title>
<updated>2020-09-09T00:06:09+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-09-09T00:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=99f5011d74e3d059a59f7c382974d57f03a0b6e9'/>
<id>urn:sha1:99f5011d74e3d059a59f7c382974d57f03a0b6e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>safe_mode: Exclude NORDIC_SOFT_DEVICE_ASSERT str if possible</title>
<updated>2020-08-04T19:45:45+00:00</updated>
<author>
<name>Jeff Epler</name>
<email>jepler@gmail.com</email>
</author>
<published>2020-08-04T17:46:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=710c2dc54b7c97088890b084f0ed0ab5132011e8'/>
<id>urn:sha1:710c2dc54b7c97088890b084f0ed0ab5132011e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>supervisor: add a new WATCHDOG_RESET safe mode reason</title>
<updated>2020-05-27T03:28:49+00:00</updated>
<author>
<name>Sean Cross</name>
<email>sean@xobs.io</email>
</author>
<published>2020-05-22T04:56:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8c5df5f7329f84c005d217d18148b616f55b942f'/>
<id>urn:sha1:8c5df5f7329f84c005d217d18148b616f55b942f</id>
<content type='text'>
This mode will be used if the board is reset due to the watchdog
expiring.

Signed-off-by: Sean Cross &lt;sean@xobs.io&gt;
</content>
</entry>
<entry>
<title>Refine iMX RT memory layout and add three boards</title>
<updated>2020-01-18T01:36:08+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2020-01-09T04:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7d8dac9211dab92d750a0351335b4ad3fffc05e2'/>
<id>urn:sha1:7d8dac9211dab92d750a0351335b4ad3fffc05e2</id>
<content type='text'>
Introduces a way to place CircuitPython code and data into
tightly coupled memory (TCM) which is accessible by the CPU in a
single cycle. It also frees up room in the corresponding cache for
intermittent data. Loading from external flash is slow!

The data cache is also now enabled.

Adds support for the iMX RT 1021 chip. Adds three new boards:
* iMX RT 1020 EVK
* iMX RT 1060 EVK
* Teensy 4.0

Related to #2492, #2472 and #2477. Fixes #2475.
</content>
</entry>
<entry>
<title>make translate and remove backslash-r's</title>
<updated>2019-12-12T19:51:50+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-12-12T19:51:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1b3028bed139149247ff5e692f24ec5356450f83'/>
<id>urn:sha1:1b3028bed139149247ff5e692f24ec5356450f83</id>
<content type='text'>
</content>
</entry>
</feed>
