<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/wipy/wlan, branch encoding</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=encoding'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2020-06-03T09:56:35+00:00</updated>
<entry>
<title>Fix up end of file and trailing whitespace.</title>
<updated>2020-06-03T09:56:35+00:00</updated>
<author>
<name>Diego Elio Pettenò</name>
<email>flameeyes@flameeyes.com</email>
</author>
<published>2020-05-30T09:44:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dd5d7c86d22807c021dd1711eb7dd3daebc5cfcf'/>
<id>urn:sha1:dd5d7c86d22807c021dd1711eb7dd3daebc5cfcf</id>
<content type='text'>
This can be enforced by pre-commit, but correct it separately to make it easier to review.
</content>
</entry>
<entry>
<title>cc3200: Rename 'server' class to 'Server' for consistency.</title>
<updated>2016-02-22T21:54:34+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2016-02-22T21:51:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=add930c4b5baa029d454f78c6c6a14093b1d902f'/>
<id>urn:sha1:add930c4b5baa029d454f78c6c6a14093b1d902f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/wipy: Correct machine test expected result.</title>
<updated>2016-02-21T23:42:05+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2016-02-21T23:42:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cc7a4d7db2e56d19034ab2efb3cb4bec77df7d38'/>
<id>urn:sha1:cc7a4d7db2e56d19034ab2efb3cb4bec77df7d38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: WLAN class can retrieve the existing instance.</title>
<updated>2015-10-19T19:17:15+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-10-19T18:53:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9c72c71c05541b946feffb4d43fba6a5c513c9a7'/>
<id>urn:sha1:9c72c71c05541b946feffb4d43fba6a5c513c9a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/wipy: Make WLAN test more stable.</title>
<updated>2015-10-19T19:17:15+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-10-19T18:09:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f4c50f1cfc766974374a8e58bd98e50bef8df3ba'/>
<id>urn:sha1:f4c50f1cfc766974374a8e58bd98e50bef8df3ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Add wipy and network.server documentation.</title>
<updated>2015-10-19T19:17:15+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-10-19T13:19:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=36ae417c9f1417d65ca773d48a36589e300b4f71'/>
<id>urn:sha1:36ae417c9f1417d65ca773d48a36589e300b4f71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Refactor network module to make the server a propper object.</title>
<updated>2015-10-19T19:17:15+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-10-19T09:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2e0cd20a1d3c6ddfaf0bb6dafc823955858334a9'/>
<id>urn:sha1:2e0cd20a1d3c6ddfaf0bb6dafc823955858334a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: In scan results rename 'auth' field to 'sec'.</title>
<updated>2015-10-17T21:21:44+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-10-14T07:45:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e19dfe1c320869de392070d97c98b55942f121d4'/>
<id>urn:sha1:e19dfe1c320869de392070d97c98b55942f121d4</id>
<content type='text'>
As defined by the new API, since 'auth' is actually a  tuple
composed by the security type and the key.
</content>
</entry>
<entry>
<title>tests/wipy: Fix error in wlan test.</title>
<updated>2015-09-27T16:00:36+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-27T16:00:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6143f635608d30461a9e5e33de3c392a87a0e980'/>
<id>urn:sha1:6143f635608d30461a9e5e33de3c392a87a0e980</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/wipy: Add machine module tests.</title>
<updated>2015-09-27T15:35:58+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-27T15:04:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=37a2015cc541bbc27099a09ff0bffd61bb8ccc01'/>
<id>urn:sha1:37a2015cc541bbc27099a09ff0bffd61bb8ccc01</id>
<content type='text'>
</content>
</entry>
</feed>
