aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-wiznet
Commit message (Collapse)AuthorAgeFilesLines
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-262-4/+6
|
* feat: add semver checks and releasing to releaserUlf Lilleengen2025-08-251-0/+13
| | | | | | | | | * 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-1/+1
|
* 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
|
* Update README.md (#3553)Joseph2024-11-211-1/+1
| | | Fixed broken link to w5500-evb-pico
* Prepare release embassy-net-driver-channelUlf Lilleengen2024-08-051-1/+1
|
* Prepare embassy-time releaseUlf Lilleengen2024-08-051-1/+1
|
* wiznet: add version check to initialization sequenceJosh Junon2024-06-305-5/+80
|
* Merge pull request #3057 from dvdsk/docs-net-sizeDario Nieuwenhuis2024-06-071-0/+10
|\ | | | | | | Document w5500 State and add w5500 example for stmf4
| * cargo fmtdvdsk2024-06-081-1/+1
| |
| * Explain the const params N_RX & N_TX in the docs of Statedvdsk2024-06-071-0/+10
| | | | | | | | | | | | On chips with a low amount of ram it's easy to run out of ram. When looking at the current docs for the State struct it is not easy to see that these params can cause a lot of ram usage.
* | prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-041-1/+1
|/
* use private_bounds for sealed traits.Dario Nieuwenhuis2024-03-233-43/+34
|
* Fix invalid "async" crates.io category.Dario Nieuwenhuis2024-01-121-1/+1
|
* Complete cargo.tomls more.Dario Nieuwenhuis2024-01-121-0/+1
|
* net-wiznet: too many keywords.Dario Nieuwenhuis2024-01-121-1/+1
|
* 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
|
* Centralize license and MSRV boilerplate into the repo readme.Dario Nieuwenhuis2024-01-111-11/+0
|
* Update embedded-hal to v1.0Dario Nieuwenhuis2024-01-091-2/+2
|
* docs: document public apis of wiznet driverUlf Lilleengen2023-12-205-0/+7
|
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-141-2/+2
|
* 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-291-2/+2
|
* Update Rust nightly.Dario Nieuwenhuis2023-11-011-0/+1
|
* net-wiznet: report link up/down on cable plug/unplug.Dario Nieuwenhuis2023-10-201-26/+28
|
* 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
|
* Release embassy-time v0.1.3Jesse Braham2023-08-281-2/+2
|
* Update embedded-hal to 1.0.0-rc.1 (#1783)Dario Nieuwenhuis2023-08-161-2/+2
|
* net-wiznet: rename from embassy-net-w5500.Dario Nieuwenhuis2023-08-157-0/+542