<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/drivers/wiznet5k/ethernet/socket.c, 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>Get DHCP working ...</title>
<updated>2018-10-09T05:28:30+00:00</updated>
<author>
<name>Nick Moore</name>
<email>nick@zoic.org</email>
</author>
<published>2018-10-09T05:28:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a60700b1c5a97047b26290745dae26025e3514cc'/>
<id>urn:sha1:a60700b1c5a97047b26290745dae26025e3514cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixups for wiznet 5500 driver</title>
<updated>2018-10-04T11:17:51+00:00</updated>
<author>
<name>Nick Moore</name>
<email>nick@zoic.org</email>
</author>
<published>2018-10-04T11:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8670215ecc1fcb4b882549b2190af30d22b3c51a'/>
<id>urn:sha1:8670215ecc1fcb4b882549b2190af30d22b3c51a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Copy wiznet drivers over from MicroPython 1.9.4</title>
<updated>2018-10-04T11:13:01+00:00</updated>
<author>
<name>Nick Moore</name>
<email>nick@zoic.org</email>
</author>
<published>2018-10-04T11:13:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=38d99b11c180c877fc4060d8383b0a949a94dc42'/>
<id>urn:sha1:38d99b11c180c877fc4060d8383b0a949a94dc42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Delete a bunch of docs, drivers and examples not relevant to CircuitPython.</title>
<updated>2018-02-21T01:34:59+00:00</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott.shawcroft@gmail.com</email>
</author>
<published>2018-02-21T01:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=20dd3b1e434f57a0609fd5306f47863396d1022e'/>
<id>urn:sha1:20dd3b1e434f57a0609fd5306f47863396d1022e</id>
<content type='text'>
This fixes #345 and fixes #215.
</content>
</entry>
<entry>
<title>drivers/wiznet5k: Fix indentation so it's not misleading.</title>
<updated>2016-07-11T20:11:25+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-07-11T20:11:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dfe056df6f7cdcee41965247fbbf03b4c34c012a'/>
<id>urn:sha1:dfe056df6f7cdcee41965247fbbf03b4c34c012a</id>
<content type='text'>
Otherwise gcc 6.1.1 raises a misleading-indentation error.
</content>
</entry>
<entry>
<title>drivers, wiznet5k: Add socket_reset; fix orderly shutdown in recv.</title>
<updated>2014-12-04T18:57:18+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-12-04T18:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d8f239263dbcc3ab54964421ef6c9755a6537f6e'/>
<id>urn:sha1:d8f239263dbcc3ab54964421ef6c9755a6537f6e</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>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>
</feed>
