<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/cc3200/Makefile, branch 3.0.0-alpha.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=3.0.0-alpha.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=3.0.0-alpha.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-08-11T02:22:19+00:00</updated>
<entry>
<title>all: Make use of $(TOP) variable in Makefiles, instead of "..".</title>
<updated>2017-08-11T02:22:19+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-08-11T02:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7d4a2f773cc6ce24a91e2d210378188f3371e8a6'/>
<id>urn:sha1:7d4a2f773cc6ce24a91e2d210378188f3371e8a6</id>
<content type='text'>
$(TOP) is defined in py/mkenv.mk and should be used to refer to the top
level of this repository.
</content>
</entry>
<entry>
<title>all/Makefile: Remove -ansi from GCC flags, its ignored anyway.</title>
<updated>2017-03-23T04:32:12+00:00</updated>
<author>
<name>Krzysztof Blazewicz</name>
<email>blazewicz.krzysztof@gmail.com</email>
</author>
<published>2017-03-05T12:28:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=75589272ef12d538ab7ce4f4453be85d826b5083'/>
<id>urn:sha1:75589272ef12d538ab7ce4f4453be85d826b5083</id>
<content type='text'>
The -ansi flag is used for C dialect selection and it is equivalent to -std=c90.
Because it goes right before -std=gnu99 it is ignored as for conflicting flags
GCC always uses the last one.
</content>
</entry>
<entry>
<title>cc3200: Convert to use new VFS sub-system and new ooFatFs library.</title>
<updated>2017-01-30T01:26:07+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-01-29T04:15:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=56506fd64a40f9c5ea97888245df6f2cb8b20744'/>
<id>urn:sha1:56506fd64a40f9c5ea97888245df6f2cb8b20744</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Add targets to erase flash, deploy firmware using cc3200tool.</title>
<updated>2016-12-29T14:12:47+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-12-29T13:57:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0748143a4c648ad7bcdbbf125d039ceb7490f4e6'/>
<id>urn:sha1:0748143a4c648ad7bcdbbf125d039ceb7490f4e6</id>
<content type='text'>
cc3200tool, https://github.com/ALLTERCO/cc3200tool is a (mostly, some
binary blobs present) open-source, Linux-friendly tool to flash a cc3200
devices. It's an alternative to fully proprietary, Windows-only Uniflash
from TI.

The provided make targets are for erasing flash, flashing the uPy
bootloader and firmware, and flashing vendor's WiFi firmware "servicepacks"
(the latter needs to be downloaded from vendor side, a link is present
inside Makefile).
</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: Remove --specs=nano.specs linker flag.</title>
<updated>2015-06-18T07:01:37+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-06-18T06:59:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=92d95cc9d30ec2bacb39bc63dabed309cb4f8636'/>
<id>urn:sha1:92d95cc9d30ec2bacb39bc63dabed309cb4f8636</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Remove WIPY-SD variant, and make the WiPy the default board.</title>
<updated>2015-05-28T11:22:26+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-05-28T11:22:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=78744c4f7a368e74e8aff81320a8e1bb3265346e'/>
<id>urn:sha1:78744c4f7a368e74e8aff81320a8e1bb3265346e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Remove unneeded -lgcc in Makefile.</title>
<updated>2015-04-28T22:03:58+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-04-28T19:18:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5225e29ce706ca7601aeeaa286c84ee0e6fa597b'/>
<id>urn:sha1:5225e29ce706ca7601aeeaa286c84ee0e6fa597b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Make telnet login procedure work with Tera Term.</title>
<updated>2015-04-28T14:48:26+00:00</updated>
<author>
<name>Matt Anderson</name>
<email>mda2376@gmail.com</email>
</author>
<published>2015-04-26T12:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=04588330726547fd10e1f9df05580fc29da0e0e4'/>
<id>urn:sha1:04588330726547fd10e1f9df05580fc29da0e0e4</id>
<content type='text'>
This is actually a workaround Ter Term's issue of not obeying to the
telnet options that the server is sending. Therefore, we must buffer
chars until either a '\r' or the max length of the username/password
is received.
</content>
</entry>
<entry>
<title>cc3200: Create separate release/debug build directories</title>
<updated>2015-02-28T18:03:17+00:00</updated>
<author>
<name>Johan Hendriks</name>
<email>hendriks.johan@gmail.com</email>
</author>
<published>2015-02-28T11:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6a41bf99bdd2e19d6922864bf6845a91b3ab6b99'/>
<id>urn:sha1:6a41bf99bdd2e19d6922864bf6845a91b3ab6b99</id>
<content type='text'>
</content>
</entry>
</feed>
