aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-adin1110
Commit message (Expand)AuthorAgeFilesLines
* Prepare embassy-net driversDániel Buga2025-01-051-1/+1
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-221-1/+1
* Prepare release embassy-net-driver-channelUlf Lilleengen2024-08-051-1/+1
* Prepare embassy-time releaseUlf Lilleengen2024-08-051-1/+1
* Fix broken link to OPEN Alliance spec for ADIN1110Zachary Crockett2024-08-021-1/+1
* Reduced define for 'unreachable!' to a single macro ruleTarun Singh2024-07-171-10/+6
* net-adin1110: Fix typo in commentJ. Neuschäfer2024-07-121-1/+1
* Add collapse_debuginfo to fmt.rs macros.Dario Nieuwenhuis2024-06-171-0/+17
* prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-041-1/+1
* Fix all check-cfg errors in the entire repo.Dario Nieuwenhuis2024-05-312-2/+1
* fmt: disable "unused" warnings.Dario Nieuwenhuis2024-03-201-13/+16
* Fix invalid "async" crates.io category.Dario Nieuwenhuis2024-01-121-1/+1
* Complete cargo.tomls more.Dario Nieuwenhuis2024-01-121-1/+2
* Add docs.rs metadata to all crates.Dario Nieuwenhuis2024-01-111-0/+3
* bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-111-1/+1
* Use released embedded-hal-mock.Dario Nieuwenhuis2024-01-111-1/+1
* Centralize license and MSRV boilerplate into the repo readme.Dario Nieuwenhuis2024-01-111-10/+0
* Update embedded-hal to v1.0Dario Nieuwenhuis2024-01-092-9/+9
* fix: expose lessUlf Lilleengen2023-12-202-7/+3
* better keep missing docs for intoUlf Lilleengen2023-12-201-5/+5
* fix: make non-public insteadUlf Lilleengen2023-12-201-2/+1
* docs: embassy-net-adin1110Ulf Lilleengen2023-12-206-2/+17
* use released embedded-hal-mock.Dario Nieuwenhuis2023-12-141-1/+1
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-141-4/+4
* update release version in examples and other cratesScott Mabin2023-12-041-1/+1
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-2/+1
* Update embedded-(hal,io,nal).Dario Nieuwenhuis2023-11-292-6/+10
* Update heapless to v0.8, embedded-nal-async to v0.7Dario Nieuwenhuis2023-11-101-1/+1
* embedded-hal-mock: git -> 0.10.0-rc.1Alex Martens2023-11-011-3/+1
* Update Rust nightly.Dario Nieuwenhuis2023-11-011-0/+1
* Prepare embassy-net(/-driver,/-driver-channel) 0.2.0Dániel Buga2023-10-161-1/+1
* time: add `links` key, release v0.1.5.Dario Nieuwenhuis2023-10-161-1/+1
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-151-3/+3
* Release embassy-time 0.1.4Dániel Buga2023-10-121-1/+1
* Add more documentation and commentRené van Dorst2023-09-072-0/+8
* mdio: reenable and async the testsRené van Dorst2023-09-071-86/+87
* fix some spellingRené van Dorst2023-09-072-3/+3
* embassy-net-adin1110: Add basic benchmark results.René van Dorst2023-08-281-2/+35
* embassy-net-adin1110 bump deps.René van Dorst2023-08-281-4/+4
* Update comment about turn around byte.René van Dorst2023-08-281-2/+2
* Show the error typeRené van Dorst2023-08-281-2/+2
* embassy-net-adin1110: bump version v0.2.0René van Dorst2023-08-281-1/+1
* Add fmt.rs to improve log/debug and embbed and PCRené van Dorst2023-08-284-66/+308
* Validate FCS in fifo_read() and refactor tests.René van Dorst2023-08-283-173/+305
* Don't let the MAC add FCS when it is done by appRené van Dorst2023-08-271-12/+29
* Fix read_fifo() better readout and more checksRené van Dorst2023-08-271-22/+165
* refactor write_fifo(), don´t copy frame dataRené van Dorst2023-08-242-411/+254
* Replace size_align_u32() with next_multiple_of()René van Dorst2023-08-241-25/+5
* Remove the `SPI::Error` as a generic parameter.René van Dorst2023-08-241-19/+11
* add embassy-net-adin1110 to .github/ci/doc.shRené van Dorst2023-08-241-0/+1