Dario Nieuwenhuis
9a45d776d8
rustfmt for new nightly.
2024-10-14 00:12:45 +02:00
Tarun Singh
a716a3f006
Reduced define for 'unreachable!' to a single macro rule
2024-07-17 17:05:52 -04:00
Dario Nieuwenhuis
6a4ac5bd60
Add collapse_debuginfo to fmt.rs macros.
...
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+.
2024-06-17 01:38:57 +02:00
Dario Nieuwenhuis
eca9aac194
Fix warnings in recent nightly.
2024-03-20 16:39:09 +01:00
Dario Nieuwenhuis
3d842dac85
fmt: disable "unused" warnings.
2024-03-20 14:53:19 +01:00
Dario Nieuwenhuis
3cbc687424
net/driver: remove Medium, make HardwareAddress non_exhaustive.
2023-10-18 05:28:16 +02:00
Josh Junon
e1a8caffa4
enc28j60: expose a the MAC address via address()
getter
2023-09-29 17:23:39 +02:00
Josh Junon
fa2e63f74b
enc28j60: return packet length from receive() instead of mut slice
2023-09-28 18:28:46 +02:00
Dario Nieuwenhuis
5e613d9abb
Sync all fmt.rs files.
2023-08-30 01:37:18 +02:00
Dario Nieuwenhuis
73942f50cb
net-enc28j60: reset rx logic when buffer corrupts.
2023-08-18 15:51:48 +02:00
Dario Nieuwenhuis
3ebb93e47d
net-enc28j60: remove useless 1ms sleep.
2023-08-18 15:44:52 +02:00
Dario Nieuwenhuis
ea9f887ee1
net-enc28j60: add docs, readme.
2023-08-15 14:27:31 +02:00
Dario Nieuwenhuis
253b28deba
net-enc28j60: fix PHY read unreliable due to missing dummy byte.
2023-08-15 14:09:36 +02:00
Dario Nieuwenhuis
2c1402843a
wip: enc28j60 driver.
2023-08-15 14:09:36 +02:00