aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-enc28j60/src
Commit message (Collapse)AuthorAgeFilesLines
* rustfmt for new nightly.Dario Nieuwenhuis2024-10-141-2/+4
|
* Reduced define for 'unreachable!' to a single macro ruleTarun Singh2024-07-171-10/+6
|
* Add collapse_debuginfo to fmt.rs macros.Dario Nieuwenhuis2024-06-171-0/+17
| | | | | | This makes location info in defmt logs point to the code calling the macro, instead of always to fmt.rs as before. Fix works with nightlies starting with today's, and stable 1.81+.
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-201-4/+3
|
* fmt: disable "unused" warnings.Dario Nieuwenhuis2024-03-201-2/+1
|
* 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