<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/cc3200/misc/mperror.h, branch esp-extra-scripts</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=esp-extra-scripts</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=esp-extra-scripts'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-06-28T10:28:53+00:00</updated>
<entry>
<title>cc3200: Remove obsolete singleton heart-beat object.</title>
<updated>2016-06-28T10:28:53+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-06-28T10:26:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d862a7b811f095b3e67fb7dbf66d532a4498aa18'/>
<id>urn:sha1:d862a7b811f095b3e67fb7dbf66d532a4498aa18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Create wipy module, remove HeartBeat class.</title>
<updated>2015-10-19T19:17:15+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-10-14T07:46:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d8137178bb3d0e755278703f66efe33cf07398eb'/>
<id>urn:sha1:d8137178bb3d0e755278703f66efe33cf07398eb</id>
<content type='text'>
The heartbeat is now controllable via a single function within the
wipy module.
</content>
</entry>
<entry>
<title>cc3200: Add contructor to the HeartBeat class.</title>
<updated>2015-06-10T21:35:28+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-06-09T08:46:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6148f8b7d266a61768a15f0b27d841c12346d9c0'/>
<id>urn:sha1:6148f8b7d266a61768a15f0b27d841c12346d9c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Add antenna selection feature to WLAN.</title>
<updated>2015-06-06T22:06:27+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-06-06T16:42:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a3acaa000c0835c0b4e8c3f488071b0ff2caa58b'/>
<id>urn:sha1:a3acaa000c0835c0b4e8c3f488071b0ff2caa58b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Add GPIO25 to the pins list of the WiPy and the WiPy-SD.</title>
<updated>2015-03-25T14:22:32+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-03-25T13:14:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=26d230419c37a9b28a3b76f3e20af6799d0098c4'/>
<id>urn:sha1:26d230419c37a9b28a3b76f3e20af6799d0098c4</id>
<content type='text'>
This allows to properly initialize the system led and add it
to the sleep module so that it can be restored when resuming
from suspended mode.
</content>
</entry>
<entry>
<title>cc3200: Rewrite the PRCM RTC functionality methods.</title>
<updated>2015-03-14T09:08:47+00:00</updated>
<author>
<name>danicampora</name>
<email>danicampora@gmail.com</email>
</author>
<published>2015-03-14T08:59:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2c103d5200ec513dc0e5ffb9925a345a5ffaad06'/>
<id>urn:sha1:2c103d5200ec513dc0e5ffb9925a345a5ffaad06</id>
<content type='text'>
This allows to use the On-Chip retention registers for both the
RTC and to share notification flags between the bootloader and the
application. The two flags being shared right now are the "safe boot"
request and the WDT reset cause. we still have 2 more bits free for
future use.
</content>
</entry>
<entry>
<title>cc3200: Increase heartbeat period from 3 to 5 seconds.</title>
<updated>2015-03-14T09:08:44+00:00</updated>
<author>
<name>danicampora</name>
<email>danicampora@gmail.com</email>
</author>
<published>2015-03-12T20:15:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=09721e23146643890a5157a82359a14990cf559b'/>
<id>urn:sha1:09721e23146643890a5157a82359a14990cf559b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Make WDT and HeartBeat constant objects on their own right.</title>
<updated>2015-03-11T15:54:05+00:00</updated>
<author>
<name>danicampora</name>
<email>danicampora@gmail.com</email>
</author>
<published>2015-02-26T14:29:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0475de1350726871eca827d637fd423dfd836ca2'/>
<id>urn:sha1:0475de1350726871eca827d637fd423dfd836ca2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Add heartbeat signal on system led.</title>
<updated>2015-02-28T18:03:21+00:00</updated>
<author>
<name>danicampora</name>
<email>danicampora@gmail.com</email>
</author>
<published>2015-02-26T14:03:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d01060241a2102878a2b6ff270323e7d278f0af8'/>
<id>urn:sha1:d01060241a2102878a2b6ff270323e7d278f0af8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Implement safe boot pin and system led behaviour.</title>
<updated>2015-02-25T22:17:17+00:00</updated>
<author>
<name>danicampora</name>
<email>danicampora@gmail.com</email>
</author>
<published>2015-02-25T21:38:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7a074a14ced0c9ea890793aa7dc43c896cfdf9b9'/>
<id>urn:sha1:7a074a14ced0c9ea890793aa7dc43c896cfdf9b9</id>
<content type='text'>
The safe boot pin, when pulled high during reset rolls back the
firmware to the "factory" image and skips execution of 'boot.py'
and 'main.py'. This is useful to recover from a crash condition.
The system led is used mostly to signal errors.
</content>
</entry>
</feed>
