aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-driver-channel/src
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* Use inline const for initializing arrays. (#3567)Dario Nieuwenhuis2024-11-241-4/+2
|
* rustfmt for new nightly.Dario Nieuwenhuis2024-10-141-2/+8
|
* 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+.
* fmt: disable "unused" warnings.Dario Nieuwenhuis2024-03-201-2/+1
|
* docs: document public apis of embassy-net-driver-channelUlf Lilleengen2023-12-201-1/+57
|
* net/driver: remove Medium, make HardwareAddress non_exhaustive.Dario Nieuwenhuis2023-10-181-17/+3
|
* Rename zero_copy -> zerocopy.Dario Nieuwenhuis2023-09-041-13/+13
|
* Prefer `receive` over `recv`Ruben De Smet2023-09-041-11/+11
|
* Move embassy-net-driver-channel::zerocopy_channel to ↵Ruben De Smet2023-09-041-224/+13
| | | | embassy_sync::zero_copy_channel
* Sync all fmt.rs files.Dario Nieuwenhuis2023-08-301-6/+39
|
* net-ppp: take serial port and config in run(), allow calling it multiple times.Dario Nieuwenhuis2023-08-251-0/+12
|
* net-driver-channel: do not hardcode medium to ethernet.Dario Nieuwenhuis2023-08-251-1/+6
|
* Introduce driver::HardwareAddress without smoltcp dependencyRuben De Smet2023-07-311-8/+14
|
* Use HardwareAddress in DriverRuben De Smet2023-07-281-18/+5
|
* Expose IEEE802.15.4 address in DriverRuben De Smet2023-07-281-0/+15
|
* Release embassy-net v0.1Dario Nieuwenhuis2023-06-291-0/+1
|
* net/chan: split state runner.Dario Nieuwenhuis2022-12-271-9/+17
|
* net; allow changing MAC addr at runtime.Dario Nieuwenhuis2022-12-271-20/+36
|
* net: split channel-based driver impl from usb cdc-ncm into a separate crate.Dario Nieuwenhuis2022-12-262-0/+750