<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/cc3200/util/std.h, branch 4.0.0-beta.7</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-beta.7</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=4.0.0-beta.7'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-02-21T06:26:21+00:00</updated>
<entry>
<title>cc3200: Remove util/std.h, can just use stdio.h instead.</title>
<updated>2017-02-21T06:26:21+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-02-21T06:26:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1c35270667dbdafa7a8e16a7b8546add07cc7e00'/>
<id>urn:sha1:1c35270667dbdafa7a8e16a7b8546add07cc7e00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Move stoupper to ftp.c and define in terms of unichar_toupper.</title>
<updated>2017-02-21T06:20:58+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-02-21T06:20:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=29551ba5666ba92c7577c554e2fb92d80651e505'/>
<id>urn:sha1:29551ba5666ba92c7577c554e2fb92d80651e505</id>
<content type='text'>
ftp.c is the only user of this function so making it static in that file
allows it to be inlined.  Also, reusing unichar_toupper means we no longer
depend on the C stdlib for toupper, saving about 300 bytes of code space.
</content>
</entry>
<entry>
<title>cc3200: Fix bootloader and modpyb after printf overhaul.</title>
<updated>2015-04-19T18:59:10+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-04-19T18:54:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=df5d9c77f4a75ee74b4bbac68fd21e601f8b0985'/>
<id>urn:sha1:df5d9c77f4a75ee74b4bbac68fd21e601f8b0985</id>
<content type='text'>
The bootloader needs string0.c because of memset, memcpy and others,
without string0.c it magically links, but calling any of those
functions results in a hard fault.
In debug mode, modpyb needs printf, and including stdio.h leads to
conflicts due to the redefinitions made in the simplelink drivers.
</content>
</entry>
<entry>
<title>cc3200: Clean up and reduce use/include of std.h.</title>
<updated>2015-04-18T13:29:28+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-04-18T13:29:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=259eaab9a9de1b01ac45803fe4f0e58b90f99d84'/>
<id>urn:sha1:259eaab9a9de1b01ac45803fe4f0e58b90f99d84</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>
