<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs, branch v1.4.5</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.4.5</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.4.5'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2015-08-11T12:42:30+00:00</updated>
<entry>
<title>docs: Bump version to 1.4.5.</title>
<updated>2015-08-11T12:42:30+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-08-11T12:42:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=032b0e9369558d6c33289f284180ac16edc2cf10'/>
<id>urn:sha1:032b0e9369558d6c33289f284180ac16edc2cf10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Make ADC API compatible with the pyboard.</title>
<updated>2015-08-10T21:42:05+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-08-10T14:44:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7027fd53438f36cdfc417df4b667575671a1c857'/>
<id>urn:sha1:7027fd53438f36cdfc417df4b667575671a1c857</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Enable bootloader safe boot on latest firmware.</title>
<updated>2015-08-09T17:22:19+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-08-05T15:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=31f6a6fa70aa9140a6587a1e3f23bb604e5abbca'/>
<id>urn:sha1:31f6a6fa70aa9140a6587a1e3f23bb604e5abbca</id>
<content type='text'>
The first safe boot level executes the latest firmware but skips
'main.py' and 'boot.py'.
</content>
</entry>
<entry>
<title>cc3200: Improve support for WEP security.</title>
<updated>2015-08-09T17:22:16+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-08-05T14:12:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e54a4f1f4856f6c33a2cea720ab2f2e4fe70f586'/>
<id>urn:sha1:e54a4f1f4856f6c33a2cea720ab2f2e4fe70f586</id>
<content type='text'>
Key is always entered as a string, but if security is WEP, the key
is converted automatically to hex before connecting or configuring
the device as an AP.
</content>
</entry>
<entry>
<title>docs: Add i2c keywork arguments only indication.</title>
<updated>2015-08-09T17:22:14+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-08-05T11:45:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d43019163dd1d8c09b6f1d2280d7a5801044b590'/>
<id>urn:sha1:d43019163dd1d8c09b6f1d2280d7a5801044b590</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Add nic.iwconfig() to set/get WLAN configuration.</title>
<updated>2015-08-09T17:22:12+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-08-05T11:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=00c4d6562ec2dbb494e9c26dce86f99f95a82d70'/>
<id>urn:sha1:00c4d6562ec2dbb494e9c26dce86f99f95a82d70</id>
<content type='text'>
Changes are based on this post:
https://github.com/micropython/micropython/issues/876#issuecomment-115255551

The constructor can optionally take the same params of iwconfig in
order to configure WiFi when creating the object. Params are
keyworkd only. The WiPy accepts:

- mode (int -&gt; WLAN.AP or WLAN.STA)
- ssdi (string)
- security (int -&gt; WLAN.OPEN, WLAN.WEP, WLAN.WPA, WLAN.WPA2)
- key (string)
- channel (int (1-11))
- antenna (int -&gt; WLAN.INTERNAL, WLAN.EXTERNAL)
</content>
</entry>
<entry>
<title>cc3200: Make I2C and SPI API the same as in stmhal.</title>
<updated>2015-08-02T18:22:15+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-08-02T18:20:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c6926c374dc0408d7ef8fa6385207430c122e6cf'/>
<id>urn:sha1:c6926c374dc0408d7ef8fa6385207430c122e6cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Append last 2 bytes of the MAC address to the default SSID.</title>
<updated>2015-07-29T22:43:16+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-07-28T21:50:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=aa58c7ec74e00f9dd652a1b56e2a7f8ae4b615da'/>
<id>urn:sha1:aa58c7ec74e00f9dd652a1b56e2a7f8ae4b615da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/wipy: Correct nic.ifconfig() quickref example.</title>
<updated>2015-07-29T22:43:11+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-07-28T21:08:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=da33b31c7dabd894c4e4d210e02556f248f6e955'/>
<id>urn:sha1:da33b31c7dabd894c4e4d210e02556f248f6e955</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Rename pins from GPIO to just GP.</title>
<updated>2015-07-29T22:43:08+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-07-28T21:03:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=007878781c74e0e4213759d8ee07ee81b5342f5c'/>
<id>urn:sha1:007878781c74e0e4213759d8ee07ee81b5342f5c</id>
<content type='text'>
This is how the names will be printed on the sticker that goes on top
of the EMI shield. The shorter names also help saving a few bytes of
RAM and ROM.
</content>
</entry>
</feed>
