aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-adin1110
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-062-3/+3
|
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-262-4/+6
|
* feat: add semver checks and releasing to releaserUlf Lilleengen2025-08-251-0/+11
| | | | | | | | | * List dependencies of a crate * List dependents of a crate * Perform semver-checks of a crate * Prepare a release for a crate and all dependents * Use a single release.toml for cargo-release * Add changelogs where missing
* chore: Release embassy-net-driver-channel version 0.3.1Ulf Lilleengen2025-07-161-1/+1
|
* Update defmt dependenciesYuri Astrakhan2025-05-181-2/+2
|
* 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
| | | | | | 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+.
* 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
| | | | the main ci.sh now passes if running with nightly.
* 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 ↵Adam Greig2023-10-151-3/+3
| | | | convenience methods
* 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
| | | | Also add `defmt` to the features list.
* Validate FCS in fifo_read() and refactor tests.René van Dorst2023-08-283-173/+305
| | | | | Adding TestHarnass to declutter the tests. Also added a test for FCS and SPI_CRC.