| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rustfmt for new nightly. | Dario Nieuwenhuis | 2024-10-14 | 1 | -2/+4 |
| | | |||||
| * | Reduced define for 'unreachable!' to a single macro rule | Tarun Singh | 2024-07-17 | 1 | -10/+6 |
| | | |||||
| * | Add collapse_debuginfo to fmt.rs macros. | Dario Nieuwenhuis | 2024-06-17 | 1 | -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 Nieuwenhuis | 2024-03-20 | 1 | -4/+3 |
| | | |||||
| * | fmt: disable "unused" warnings. | Dario Nieuwenhuis | 2024-03-20 | 1 | -2/+1 |
| | | |||||
| * | net/driver: remove Medium, make HardwareAddress non_exhaustive. | Dario Nieuwenhuis | 2023-10-18 | 1 | -2/+1 |
| | | |||||
| * | enc28j60: expose a the MAC address via `address()` getter | Josh Junon | 2023-09-29 | 1 | -0/+5 |
| | | |||||
| * | enc28j60: return packet length from receive() instead of mut slice | Josh Junon | 2023-09-28 | 1 | -5/+4 |
| | | |||||
| * | Sync all fmt.rs files. | Dario Nieuwenhuis | 2023-08-30 | 1 | -6/+39 |
| | | |||||
| * | net-enc28j60: reset rx logic when buffer corrupts. | Dario Nieuwenhuis | 2023-08-18 | 1 | -21/+33 |
| | | |||||
| * | net-enc28j60: remove useless 1ms sleep. | Dario Nieuwenhuis | 2023-08-18 | 1 | -2/+0 |
| | | |||||
| * | net-enc28j60: add docs, readme. | Dario Nieuwenhuis | 2023-08-15 | 1 | -0/+9 |
| | | |||||
| * | net-enc28j60: fix PHY read unreliable due to missing dummy byte. | Dario Nieuwenhuis | 2023-08-15 | 2 | -9/+13 |
| | | |||||
| * | wip: enc28j60 driver. | Dario Nieuwenhuis | 2023-08-15 | 11 | -0/+1528 |
