aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-enc28j60/src
Commit message (Expand)AuthorAgeFilesLines
* net/driver: remove Medium, make HardwareAddress non_exhaustive.Dario Nieuwenhuis2023-10-181-2/+1
* enc28j60: expose a the MAC address via `address()` getterJosh Junon2023-09-291-0/+5
* enc28j60: return packet length from receive() instead of mut sliceJosh Junon2023-09-281-5/+4
* Sync all fmt.rs files.Dario Nieuwenhuis2023-08-301-6/+39
* net-enc28j60: reset rx logic when buffer corrupts.Dario Nieuwenhuis2023-08-181-21/+33
* net-enc28j60: remove useless 1ms sleep.Dario Nieuwenhuis2023-08-181-2/+0
* net-enc28j60: add docs, readme.Dario Nieuwenhuis2023-08-151-0/+9
* net-enc28j60: fix PHY read unreliable due to missing dummy byte.Dario Nieuwenhuis2023-08-152-9/+13
* wip: enc28j60 driver.Dario Nieuwenhuis2023-08-1511-0/+1528