<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/cc3200, branch v1.8.7</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.7</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.7'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-01-07T16:48:12+00:00</updated>
<entry>
<title>cc3200/modwlan: Add network.WLAN.print_ver() diagnostic function.</title>
<updated>2017-01-07T16:48:12+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-01-07T16:48:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=044f96c33010ae99cd5423358f4e41021423777b'/>
<id>urn:sha1:044f96c33010ae99cd5423358f4e41021423777b</id>
<content type='text'>
Prints NWP/MAC/PHY version, as affected by servicepack installed.
</content>
</entry>
<entry>
<title>all: Consistently update signatures of .make_new and .call methods.</title>
<updated>2017-01-04T13:10:42+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-01-04T13:10:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=eac22e29a5844e5aa5c865c2e73900e6ef039ad6'/>
<id>urn:sha1:eac22e29a5844e5aa5c865c2e73900e6ef039ad6</id>
<content type='text'>
Otherwise, they serve reoccurring source of copy-paste mistakes and
breaking nanbox build.
</content>
</entry>
<entry>
<title>cc3200/README: Reorganize and update to the current state of affairs.</title>
<updated>2016-12-29T16:46:25+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-12-29T16:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b315d76b6b76a81a11d1456fa43e195b711e406b'/>
<id>urn:sha1:b315d76b6b76a81a11d1456fa43e195b711e406b</id>
<content type='text'>
Try to put sections in more logical order, and information about cc3200tool
to be the default flashing method.
</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: make: Rename "deploy" target to "deploy-ota".</title>
<updated>2016-12-28T22:27:50+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-12-28T22:23:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=45a8cc8f0b29f447eba6047112f38780ca8a89da'/>
<id>urn:sha1:45a8cc8f0b29f447eba6047112f38780ca8a89da</id>
<content type='text'>
There should be target to deploy uPy over wired (UART) connection, and
wired and OTA targets should be named differently.
</content>
</entry>
<entry>
<title>cc3200/README: (Re)add information about accessing REPL on serial.</title>
<updated>2016-12-28T18:44:47+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-12-28T18:43:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=514b82900c02808b8ad9bf5ecaa0e5bff270b33c'/>
<id>urn:sha1:514b82900c02808b8ad9bf5ecaa0e5bff270b33c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Enable UART REPL by default.</title>
<updated>2016-12-28T11:57:36+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-12-28T11:43:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=076b80467b74cbdfca5585d43e01a01ba4f8ff9c'/>
<id>urn:sha1:076b80467b74cbdfca5585d43e01a01ba4f8ff9c</id>
<content type='text'>
To allow access and testing without complex access methods like WiFi.
Enabled for both WiPy and TI LaunchXL.
</content>
</entry>
<entry>
<title>cc3200: Re-add support for UART REPL (MICROPY_STDIO_UART setting).</title>
<updated>2016-12-26T22:05:37+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-12-26T22:00:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=25f44c19f17085a09ad0f857c6ccc0d33d7c0344'/>
<id>urn:sha1:25f44c19f17085a09ad0f857c6ccc0d33d7c0344</id>
<content type='text'>
UART REPL support was lost in os.dupterm() refactorings, etc. As
os.dupterm() is there, implement UART REPL support at the high level -
if MICROPY_STDIO_UART is set, make default boot.py contain os.dupterm()
call for a UART. This means that changing MICROPY_STDIO_UART value will
also require erasing flash on a module to force boot.py re-creation.
</content>
</entry>
<entry>
<title>extmod/moduselect: Use configurable EVENT_POLL_HOOK instead of WFI.</title>
<updated>2016-12-02T05:40:39+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-12-02T05:40:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2d329c4a56580e17781febbfe6e42038fc3d9d03'/>
<id>urn:sha1:2d329c4a56580e17781febbfe6e42038fc3d9d03</id>
<content type='text'>
To make moduselect be usable by any port.
</content>
</entry>
<entry>
<title>py/stream: Move ad-hoc ioctl constants to stream.h and rename them.</title>
<updated>2016-12-02T05:37:29+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-12-02T05:37:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=304cfda8c466920b1d29903bfca8bca5ed110f3b'/>
<id>urn:sha1:304cfda8c466920b1d29903bfca8bca5ed110f3b</id>
<content type='text'>
The constants MP_IOCTL_POLL_xxx, which were stmhal-specific, are moved
from stmhal/pybioctl.h (now deleted) to py/stream.h.  And they are renamed
to MP_STREAM_POLL_xxx to be consistent with other such constants.

All uses of these constants have been updated.
</content>
</entry>
</feed>
