<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/drivers, branch v1.3.5</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.3.5</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.3.5'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-10-02T18:36:56+00:00</updated>
<entry>
<title>drivers: Add NRF24L01 driver (written in pure Python).</title>
<updated>2014-10-02T18:36:56+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-10-02T18:36:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=877dba3e1a76d151c0d93c88bcfaac62ecfe3799'/>
<id>urn:sha1:877dba3e1a76d151c0d93c88bcfaac62ecfe3799</id>
<content type='text'>
Comes with test script.  Copy both files to pyboard and run
"import nrf24l01test".
</content>
</entry>
<entry>
<title>drivers, cc3000: Wrap exported functions in a macro for renaming.</title>
<updated>2014-09-30T22:25:42+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-09-30T22:25:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8762418d0c96e92824357b63ae1e2e7d914343e7'/>
<id>urn:sha1:8762418d0c96e92824357b63ae1e2e7d914343e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drivers, wiznet5k: Wrap exported functions in a macro for renaming.</title>
<updated>2014-09-30T21:51:47+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-09-30T21:51:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9d2bf9c40573bd43856ad42c9f5eaad3b8370a24'/>
<id>urn:sha1:9d2bf9c40573bd43856ad42c9f5eaad3b8370a24</id>
<content type='text'>
3rd party drivers should not export generic names like "close".
</content>
</entry>
<entry>
<title>stmhal: For spi_init, add argument to select if NSS pin is enabled.</title>
<updated>2014-09-30T21:36:47+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-09-30T21:26:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bfa7b480a7a537fc5496c8d9ffbf560f3a02314d'/>
<id>urn:sha1:bfa7b480a7a537fc5496c8d9ffbf560f3a02314d</id>
<content type='text'>
Most of the time you don't use the NSS pin of the SPI bus, and so it
shouldn't be enabled by default (this gave some bugs in the past).
</content>
</entry>
<entry>
<title>drivers, cc3k: Move cc3000 driver from stmhal to drivers directory.</title>
<updated>2014-09-25T23:56:45+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-09-25T23:56:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f996d8854f0cdd88446a8a369e1b330c14ea3eb7'/>
<id>urn:sha1:f996d8854f0cdd88446a8a369e1b330c14ea3eb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Add wiznet5k module, to control WIZnet ethernet adaptor.</title>
<updated>2014-09-01T21:52:38+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-09-01T21:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bcf041f1a33d20a12b1cfbfe434c0b2c69f0e5b3'/>
<id>urn:sha1:bcf041f1a33d20a12b1cfbfe434c0b2c69f0e5b3</id>
<content type='text'>
Allows to create socket objects that support TCP and UDP in server and
client mode.  Interface is very close to standard Python socket class,
except bind and accept do not work the same (due to hardware not
supporting them in the usual way).

Not compiled by default.  To compile this module, use:
make MICROPY_PY_WIZNET5K=1
</content>
</entry>
<entry>
<title>drivers, wiznet5k: Make DNS service use HAL sys tick.</title>
<updated>2014-09-01T21:52:38+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-31T23:11:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cdd40f149a5c5a628bc1cf2181d6d16382e66757'/>
<id>urn:sha1:cdd40f149a5c5a628bc1cf2181d6d16382e66757</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drivers, wiznet5k: Add HAL_Delay(1) to "infinite" loops.</title>
<updated>2014-09-01T21:52:38+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-31T23:09:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9091e84454b10f97dd583d9c2c30f75024453745'/>
<id>urn:sha1:9091e84454b10f97dd583d9c2c30f75024453745</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drivers, wiznet5k: Properly fix ARP bug with W5200 chipset.</title>
<updated>2014-09-01T21:52:37+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-31T23:06:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7da9145e470fd223084f673dc4727ec08a7789dc'/>
<id>urn:sha1:7da9145e470fd223084f673dc4727ec08a7789dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drivers, wiznet5k: Add W5200 support.</title>
<updated>2014-09-01T21:52:37+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-31T22:51:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0c0550bff0d9a64c842c8247d364e1cc4a5cef87'/>
<id>urn:sha1:0c0550bff0d9a64c842c8247d364e1cc4a5cef87</id>
<content type='text'>
</content>
</entry>
</feed>
