summaryrefslogtreecommitdiffstatshomepage
path: root/drivers/wiznet5k/ethernet
Commit message (Collapse)AuthorAge
* drivers/wiznet5k: Fix indentation so it's not misleading.Damien George2016-07-11
| | | | Otherwise gcc 6.1.1 raises a misleading-indentation error.
* drivers, wiznet5k: Add socket_reset; fix orderly shutdown in recv.Damien George2014-12-04
|
* drivers, wiznet5k: Wrap exported functions in a macro for renaming.Damien George2014-09-30
| | | | 3rd party drivers should not export generic names like "close".
* stmhal: Add wiznet5k module, to control WIZnet ethernet adaptor.Damien George2014-09-01
| | | | | | | | | | 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
* drivers, wiznet5k: Add HAL_Delay(1) to "infinite" loops.Damien George2014-09-01
|
* drivers, wiznet5k: Properly fix ARP bug with W5200 chipset.Damien George2014-09-01
|
* drivers, wiznet5k: Add W5200 support.Damien George2014-09-01
|
* drivers, wiznet5k: Change SPI interface to read/write multiple bytes.Damien George2014-09-01
|
* drivers, wiznet5k: Fix IP addr verification.Damien George2014-09-01
|
* drivers: Initial import of WIZnet5x000 driver.Damien George2014-09-01