aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-adin1110/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix all check-cfg errors in the entire repo.Dario Nieuwenhuis2024-05-311-1/+1
* fmt: disable "unused" warnings.Dario Nieuwenhuis2024-03-201-13/+16
* Update embedded-hal to v1.0Dario Nieuwenhuis2024-01-091-5/+5
* 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-205-0/+16
* 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-291-2/+6
* Update Rust nightly.Dario Nieuwenhuis2023-11-011-0/+1
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-151-3/+3
* 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
* Update comment about turn around byte.René van Dorst2023-08-281-2/+2
* Show the error typeRené van Dorst2023-08-281-2/+2
* Add fmt.rs to improve log/debug and embbed and PCRené van Dorst2023-08-283-64/+305
* 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
* rustfmtRené van Dorst2023-08-242-38/+274
* remove the type_alias_impl_trait featureRené van Dorst2023-08-241-1/+0
* more clippy fixesRené van Dorst2023-08-241-3/+5
* Fix linting.René van Dorst2023-08-245-120/+128
* fix warningRené van Dorst2023-08-241-0/+3
* Add embassy-net-adin1110René van Dorst2023-08-246-0/+2118