| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-03 | Fix up end of file and trailing whitespace. | Diego Elio Pettenò | |
| This can be enforced by pre-commit, but correct it separately to make it easier to review. | |||
| 2019-11-18 | Supervisor: move most of systick to the supervisor | Jeff Epler | |
| This code is shared by most parts, except where not all the #ifdefs inside the tick function were present in all ports. This mostly would have broken gamepad tick support on non-samd ports. The "ms32" and "ms64" variants of the tick functions are introduced because there is no 64-bit atomic read. Disabling interrupts avoids a low probability bug where milliseconds could be off by ~49.5 days once every ~49.5 days (2^32 ms). Avoiding disabling interrupts when only the low 32 bits are needed is a minor optimization. Testing performed: on metro m4 express, USB still works and time.monotonic_ns() still counts up | |||
| 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 | |
