| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-18 | Fix #ifdefs in port.c to call xxx_reset() rroutines properly. Remove most ↵ | Dan Halbert | |
| uses of EXPRESS_BOARD. | |||
| 2018-10-09 | Get DHCP working ... | Nick Moore | |
| 2018-10-04 | Fixups for wiznet 5500 driver | Nick Moore | |
| 2018-10-04 | Copy wiznet drivers over from MicroPython 1.9.4 | Nick Moore | |
| 2018-02-20 | Delete a bunch of docs, drivers and examples not relevant to CircuitPython. | Scott Shawcroft | |
| This fixes #345 and fixes #215. | |||
| 2017-07-31 | all: Use the name MicroPython consistently in comments | Alexander Steffen | |
| There were several different spellings of MicroPython present in comments, when there should be only one. | |||
| 2016-07-11 | drivers/wiznet5k: Fix indentation so it's not misleading. | Damien George | |
| Otherwise gcc 6.1.1 raises a misleading-indentation error. | |||
| 2014-12-04 | drivers, wiznet5k: Add socket_reset; fix orderly shutdown in recv. | Damien George | |
| 2014-09-30 | drivers, wiznet5k: Wrap exported functions in a macro for renaming. | Damien George | |
| 3rd party drivers should not export generic names like "close". | |||
| 2014-09-01 | stmhal: Add wiznet5k module, to control WIZnet ethernet adaptor. | Damien George | |
| 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 | |||
| 2014-09-01 | drivers, wiznet5k: Make DNS service use HAL sys tick. | Damien George | |
| 2014-09-01 | drivers, wiznet5k: Add HAL_Delay(1) to "infinite" loops. | Damien George | |
| 2014-09-01 | drivers, wiznet5k: Properly fix ARP bug with W5200 chipset. | Damien George | |
| 2014-09-01 | drivers, wiznet5k: Add W5200 support. | Damien George | |
| 2014-09-01 | drivers, wiznet5k: Change SPI interface to read/write multiple bytes. | Damien George | |
| 2014-09-01 | drivers, wiznet5k: Fix IP addr verification. | Damien George | |
| 2014-09-01 | drivers: Initial import of WIZnet5x000 driver. | Damien George | |
