ENC424J600/src
Harry Ho d9e50bbcb6 nal: Prevent looping until the stack successfully connects to remote
* `NetworkStack::connect()`:
  * Add timeout for connection attempt
  * Now returns the socket at TCP ESTABLISHED or CLOSED states, or after connection timeout
* Split `NetworkStack::update()` into `update()` (for controlling the clock) and `poll()` (for polling the smoltcp EthernetInterface)
* Also remove option `auto_time_update`; the main application is responsible for what values `embedded_time::clock::Clock::try_now()` should return
2021-03-05 14:52:57 +08:00
..
lib.rs feature: add nal support 2021-01-26 17:21:53 +08:00
nal.rs nal: Prevent looping until the stack successfully connects to remote 2021-03-05 14:52:57 +08:00
rx.rs Fix controller & smoltcp device bugs 2020-12-30 17:05:39 +08:00
smoltcp_phy.rs Fix controller & smoltcp device bugs 2020-12-30 17:06:50 +08:00
spi.rs Remove cortex-m dependencies for delay (#2) 2021-01-25 12:35:23 +08:00
tx.rs Fix controller & smoltcp device bugs 2020-12-30 17:05:39 +08:00