| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | Use inline const for initializing arrays. (#3567) | Dario Nieuwenhuis | 2024-11-24 | 1 | -4/+2 |
| | | |||||
| * | rustfmt for new nightly. | Dario Nieuwenhuis | 2024-10-14 | 1 | -2/+8 |
| | | |||||
| * | 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+. | ||||
| * | fmt: disable "unused" warnings. | Dario Nieuwenhuis | 2024-03-20 | 1 | -2/+1 |
| | | |||||
| * | docs: document public apis of embassy-net-driver-channel | Ulf Lilleengen | 2023-12-20 | 1 | -1/+57 |
| | | |||||
| * | net/driver: remove Medium, make HardwareAddress non_exhaustive. | Dario Nieuwenhuis | 2023-10-18 | 1 | -17/+3 |
| | | |||||
| * | Rename zero_copy -> zerocopy. | Dario Nieuwenhuis | 2023-09-04 | 1 | -13/+13 |
| | | |||||
| * | Prefer `receive` over `recv` | Ruben De Smet | 2023-09-04 | 1 | -11/+11 |
| | | |||||
| * | Move embassy-net-driver-channel::zerocopy_channel to ↵ | Ruben De Smet | 2023-09-04 | 1 | -224/+13 |
| | | | | | embassy_sync::zero_copy_channel | ||||
| * | Sync all fmt.rs files. | Dario Nieuwenhuis | 2023-08-30 | 1 | -6/+39 |
| | | |||||
| * | net-ppp: take serial port and config in run(), allow calling it multiple times. | Dario Nieuwenhuis | 2023-08-25 | 1 | -0/+12 |
| | | |||||
| * | net-driver-channel: do not hardcode medium to ethernet. | Dario Nieuwenhuis | 2023-08-25 | 1 | -1/+6 |
| | | |||||
| * | Introduce driver::HardwareAddress without smoltcp dependency | Ruben De Smet | 2023-07-31 | 1 | -8/+14 |
| | | |||||
| * | Use HardwareAddress in Driver | Ruben De Smet | 2023-07-28 | 1 | -18/+5 |
| | | |||||
| * | Expose IEEE802.15.4 address in Driver | Ruben De Smet | 2023-07-28 | 1 | -0/+15 |
| | | |||||
| * | Release embassy-net v0.1 | Dario Nieuwenhuis | 2023-06-29 | 1 | -0/+1 |
| | | |||||
| * | net/chan: split state runner. | Dario Nieuwenhuis | 2022-12-27 | 1 | -9/+17 |
| | | |||||
| * | net; allow changing MAC addr at runtime. | Dario Nieuwenhuis | 2022-12-27 | 1 | -20/+36 |
| | | |||||
| * | net: split channel-based driver impl from usb cdc-ncm into a separate crate. | Dario Nieuwenhuis | 2022-12-26 | 2 | -0/+750 |
