<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openmano-mpy/drivers/wiznet5k, branch master</title>
<subtitle>MicroPython source and hardware configuration for OpenMano</subtitle>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/'/>
<entry>
<title>drivers/wiznet5k: Allow selecting maximum fixed buffer size for MACRAW.</title>
<updated>2019-12-13T01:34:42+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2019-12-13T01:34:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=cd9de63c0e8ac242148c87869d37dcc295c7497a'/>
<id>cd9de63c0e8ac242148c87869d37dcc295c7497a</id>
<content type='text'>
Enabling WIZCHIP_USE_MAX_BUFFER will make the TX/RX buffers the maximum
available size, for use with MACRAW mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enabling WIZCHIP_USE_MAX_BUFFER will make the TX/RX buffers the maximum
available size, for use with MACRAW mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>drivers/wiznet5k: Fix bug with MACRAW socket calculating packet size.</title>
<updated>2018-06-01T03:44:09+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2018-06-01T03:44:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=5a5bc4a61f660829b8f57c297ff90ec43f86b173'/>
<id>5a5bc4a61f660829b8f57c297ff90ec43f86b173</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>drivers/wiznet5k: Get low-level W5500 driver working.</title>
<updated>2017-10-16T04:34:08+00:00</updated>
<author>
<name>Damien George</name>
</author>
<published>2017-10-16T04:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=c0ea91bc898139aca3ad3e21fc33ff9f0e817952'/>
<id>c0ea91bc898139aca3ad3e21fc33ff9f0e817952</id>
<content type='text'>
This patch implements the basic SPI read/write functions for the W5500
chip.  It also allows _WIZCHIP_ to be configured externally to select the
specific Wiznet chip.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch implements the basic SPI read/write functions for the W5500
chip.  It also allows _WIZCHIP_ to be configured externally to select the
specific Wiznet chip.
</pre>
</div>
</content>
</entry>
<entry>
<title>drivers/wiznet5k: Improve the performance of socket ops with threading.</title>
<updated>2017-10-16T02:32:34+00:00</updated>
<author>
<name>Li Weiwei</name>
</author>
<published>2017-10-10T06:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=73e387cff6a3e31a9ea0c300d92a1a4a62d791ef'/>
<id>73e387cff6a3e31a9ea0c300d92a1a4a62d791ef</id>
<content type='text'>
Use MICROPY_THREAD_YIELD() instead of HAL_Delay in busy waiting to improve
the performance of connect, send, recv, sento and recvfrom.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use MICROPY_THREAD_YIELD() instead of HAL_Delay in busy waiting to improve
the performance of connect, send, recv, sento and recvfrom.
</pre>
</div>
</content>
</entry>
<entry>
<title>all: Use the name MicroPython consistently in comments</title>
<updated>2017-07-31T08:35:40+00:00</updated>
<author>
<name>Alexander Steffen</name>
</author>
<published>2017-06-30T07:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=55f33240f3d7051d4213629e92437a36f1fac50e'/>
<id>55f33240f3d7051d4213629e92437a36f1fac50e</id>
<content type='text'>
There were several different spellings of MicroPython present in comments,
when there should be only one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There were several different spellings of MicroPython present in comments,
when there should be only one.
</pre>
</div>
</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>
</author>
<published>2016-07-11T20:11:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=dfe056df6f7cdcee41965247fbbf03b4c34c012a'/>
<id>dfe056df6f7cdcee41965247fbbf03b4c34c012a</id>
<content type='text'>
Otherwise gcc 6.1.1 raises a misleading-indentation error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise gcc 6.1.1 raises a misleading-indentation error.
</pre>
</div>
</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>
</author>
<published>2014-12-04T18:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=d8f239263dbcc3ab54964421ef6c9755a6537f6e'/>
<id>d8f239263dbcc3ab54964421ef6c9755a6537f6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</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>
</author>
<published>2014-09-30T21:51:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=9d2bf9c40573bd43856ad42c9f5eaad3b8370a24'/>
<id>9d2bf9c40573bd43856ad42c9f5eaad3b8370a24</id>
<content type='text'>
3rd party drivers should not export generic names like "close".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
3rd party drivers should not export generic names like "close".
</pre>
</div>
</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>
</author>
<published>2014-09-01T21:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=bcf041f1a33d20a12b1cfbfe434c0b2c69f0e5b3'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</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>
</author>
<published>2014-08-31T23:11:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.0x7felf.com/openmano-mpy/commit/?id=cdd40f149a5c5a628bc1cf2181d6d16382e66757'/>
<id>cdd40f149a5c5a628bc1cf2181d6d16382e66757</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
