<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/cc3200/application.lds, branch 2.2.3</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.2.3</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.2.3'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-07-31T08:35:40+00:00</updated>
<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>cc3200: Fix "debug" build.</title>
<updated>2016-02-21T20:53:21+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2016-02-21T20:05:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f5248a087ac5667c53b7eab0e874b517ddf53dae'/>
<id>urn:sha1:f5248a087ac5667c53b7eab0e874b517ddf53dae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Increment interrupt stack size from 2K to 3K.</title>
<updated>2015-07-07T14:10:10+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-07-05T20:24:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=194c8c761e853cb200d5aab885b6d62ec87cf4b2'/>
<id>urn:sha1:194c8c761e853cb200d5aab885b6d62ec87cf4b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Add Timer module. Supports free running, PWM and capture modes.</title>
<updated>2015-05-17T10:34:49+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-05-09T15:46:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8e611e841476d98eb829978a7e73ce92ff822ca8'/>
<id>urn:sha1:8e611e841476d98eb829978a7e73ce92ff822ca8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Increase main stack size to 2K.</title>
<updated>2015-03-26T19:50:38+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-03-26T19:41:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1826036a8363de825668185c3d5b4efd2820d353'/>
<id>urn:sha1:1826036a8363de825668185c3d5b4efd2820d353</id>
<content type='text'>
Increasing it from 1K to 2K gives more freedom to the callback
handlers, before this, simply nesting a function call into a
printf would cause a stack overflow.
</content>
</entry>
<entry>
<title>cc3200: Clean up linker scripts and startup file.</title>
<updated>2015-03-14T09:08:45+00:00</updated>
<author>
<name>danicampora</name>
<email>danicampora@gmail.com</email>
</author>
<published>2015-03-14T08:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2ae17def5293452efe255df2b104e0bf2b04f56f'/>
<id>urn:sha1:2ae17def5293452efe255df2b104e0bf2b04f56f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Place functions only used while booting in a special section.</title>
<updated>2015-03-11T15:59:29+00:00</updated>
<author>
<name>danicampora</name>
<email>danicampora@gmail.com</email>
</author>
<published>2015-03-02T13:11:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=26cbc91373cdfff43317da01e102617ed5885655'/>
<id>urn:sha1:26cbc91373cdfff43317da01e102617ed5885655</id>
<content type='text'>
Such functions are never used after MicroPython has started, and they
remain in RAM wasting space. Now they are placed in a special section
named "boot" which sits just before the heap, allowing us to extend
the effective heap area up to the new boot section. Right now, this
gives us back ~1K, but in the future, more functions might end up in
there as well.
</content>
</entry>
<entry>
<title>cc3200: Add SD module and disable SD card support for the LAUNCHXL.</title>
<updated>2015-02-21T13:19:40+00:00</updated>
<author>
<name>danicampora</name>
<email>danicampora@gmail.com</email>
</author>
<published>2015-02-21T13:10:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c020109cfa450cd22457b1c33402245a79674e39'/>
<id>urn:sha1:c020109cfa450cd22457b1c33402245a79674e39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Disable FreeRTOS asserts. Optimize more files if BTYPE=debug.</title>
<updated>2015-02-20T15:40:06+00:00</updated>
<author>
<name>danicampora</name>
<email>danicampora@gmail.com</email>
</author>
<published>2015-02-14T15:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e1dfc4417817cbefb31e1df3ac27de4de94b3f30'/>
<id>urn:sha1:e1dfc4417817cbefb31e1df3ac27de4de94b3f30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Add cc3200 port of MicroPython.</title>
<updated>2015-02-06T22:10:11+00:00</updated>
<author>
<name>danicampora</name>
<email>danicampora@gmail.com</email>
</author>
<published>2015-02-06T14:35:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8785645a952c03315dbf93667b5f7c7eec49762f'/>
<id>urn:sha1:8785645a952c03315dbf93667b5f7c7eec49762f</id>
<content type='text'>
The port currently implements support for GPIO, RTC, ExtInt and the WiFi
subsystem. A small file system is available in the serial flash. A
bootloader which makes OTA updates possible, is also part of this initial
implementation.
</content>
</entry>
</feed>
