<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/cc3200/misc/FreeRTOSHooks.c, 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>2017-09-06T03:40:51+00:00</updated>
<entry>
<title>ports: Make new ports/ sub-directory and move all ports there.</title>
<updated>2017-09-06T03:40:51+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-09-06T03:40:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=01dd7804b87d60b2deab16712eccb3b97351a9b7'/>
<id>urn:sha1:01dd7804b87d60b2deab16712eccb3b97351a9b7</id>
<content type='text'>
This is to keep the top-level directory clean, to make it clear what is
core and what is a port, and to allow the repository to grow with new ports
in a sustainable way.
</content>
</entry>
<entry>
<title>all: Use the name MicroPython consistently in comments</title>
<updated>2017-07-31T08:35:40+00:00</updated>
<author>
<name>Alexander Steffen</name>
<email>devel.20.webmeister@spamgourmet.com</email>
</author>
<published>2017-06-30T07:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=55f33240f3d7051d4213629e92437a36f1fac50e'/>
<id>urn:sha1:55f33240f3d7051d4213629e92437a36f1fac50e</id>
<content type='text'>
There were several different spellings of MicroPython present in comments,
when there should be only one.
</content>
</entry>
<entry>
<title>all: Add py/mphal.h and use it in all ports.</title>
<updated>2015-10-31T16:14:30+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-10-30T23:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=731f359292c0e2630873df1a19c5baac7287024f'/>
<id>urn:sha1:731f359292c0e2630873df1a19c5baac7287024f</id>
<content type='text'>
py/mphal.h contains declarations for generic mp_hal_XXX functions, such
as stdio and delay/ticks, which ports should provide definitions for.  A
port will also provide mphalport.h with further HAL declarations.
</content>
</entry>
<entry>
<title>cc3200: Remove unneeded loops in the FreeRTOS hooks.</title>
<updated>2015-08-16T18:18:05+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-08-12T14:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=924924211959c0bc597a303d53910e6d2b015a56'/>
<id>urn:sha1:924924211959c0bc597a303d53910e6d2b015a56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Do not kick the watchdog inside the idle task.</title>
<updated>2015-06-04T08:13:55+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-06-04T08:12:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a3cf4ea2f69e3568944bad7ee1a017b7095efc3d'/>
<id>urn:sha1:a3cf4ea2f69e3568944bad7ee1a017b7095efc3d</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>
<entry>
<title>cc3200: Add WDT functionality as part of the pyb module.</title>
<updated>2015-02-25T10:37:29+00:00</updated>
<author>
<name>danicampora</name>
<email>danicampora@gmail.com</email>
</author>
<published>2015-02-25T10:08:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=11aa6ba456287d6c80598a7ebbebd2887ce8f5a2'/>
<id>urn:sha1:11aa6ba456287d6c80598a7ebbebd2887ce8f5a2</id>
<content type='text'>
Also improve pybsd, and make it save it's pin configuration.
This is a necessary step towards supporting the CC3200 low
power deep sleep (LPDS) mode.
</content>
</entry>
<entry>
<title>cc3200: Remove dependencies from FreeRTOS.</title>
<updated>2015-02-22T16:50:50+00:00</updated>
<author>
<name>danicampora</name>
<email>danicampora@gmail.com</email>
</author>
<published>2015-02-22T16:31:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=33ddb566a7565b4fba4a68939d43bcdb5f132836'/>
<id>urn:sha1:33ddb566a7565b4fba4a68939d43bcdb5f132836</id>
<content type='text'>
Use the simplelink wrappers instead. This is one step further
towards having a single module for the cc3200 and the cc3100.
</content>
</entry>
<entry>
<title>cc3200: Add explicit py/ path-prefix for py includes.</title>
<updated>2015-02-21T18:58:43+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-02-21T18:58:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4a23a01945fa59051fd99fe3be78d836326cbada'/>
<id>urn:sha1:4a23a01945fa59051fd99fe3be78d836326cbada</id>
<content type='text'>
This is how it should be, so one knows exactly where the includes are
coming from.
</content>
</entry>
</feed>
