| Commit message (Expand) | Author | Age | Files | Lines |
| * | prepare for embassy-time 0.3.1 release | Ulf Lilleengen | 2024-06-04 | 1 | -1/+1 |
| * | Fix all check-cfg errors in the entire repo. | Dario Nieuwenhuis | 2024-05-31 | 2 | -2/+1 |
| * | fmt: disable "unused" warnings. | Dario Nieuwenhuis | 2024-03-20 | 1 | -13/+16 |
| * | Fix invalid "async" crates.io category. | Dario Nieuwenhuis | 2024-01-12 | 1 | -1/+1 |
| * | Complete cargo.tomls more. | Dario Nieuwenhuis | 2024-01-12 | 1 | -1/+2 |
| * | Add docs.rs metadata to all crates. | Dario Nieuwenhuis | 2024-01-11 | 1 | -0/+3 |
| * | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4. | Dario Nieuwenhuis | 2024-01-11 | 1 | -1/+1 |
| * | Use released embedded-hal-mock. | Dario Nieuwenhuis | 2024-01-11 | 1 | -1/+1 |
| * | Centralize license and MSRV boilerplate into the repo readme. | Dario Nieuwenhuis | 2024-01-11 | 1 | -10/+0 |
| * | Update embedded-hal to v1.0 | Dario Nieuwenhuis | 2024-01-09 | 2 | -9/+9 |
| * | fix: expose less | Ulf Lilleengen | 2023-12-20 | 2 | -7/+3 |
| * | better keep missing docs for into | Ulf Lilleengen | 2023-12-20 | 1 | -5/+5 |
| * | fix: make non-public instead | Ulf Lilleengen | 2023-12-20 | 1 | -2/+1 |
| * | docs: embassy-net-adin1110 | Ulf Lilleengen | 2023-12-20 | 6 | -2/+17 |
| * | use released embedded-hal-mock. | Dario Nieuwenhuis | 2023-12-14 | 1 | -1/+1 |
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -4/+4 |
| * | update release version in examples and other crates | Scott Mabin | 2023-12-04 | 1 | -1/+1 |
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -2/+1 |
| * | Update embedded-(hal,io,nal). | Dario Nieuwenhuis | 2023-11-29 | 2 | -6/+10 |
| * | Update heapless to v0.8, embedded-nal-async to v0.7 | Dario Nieuwenhuis | 2023-11-10 | 1 | -1/+1 |
| * | embedded-hal-mock: git -> 0.10.0-rc.1 | Alex Martens | 2023-11-01 | 1 | -3/+1 |
| * | Update Rust nightly. | Dario Nieuwenhuis | 2023-11-01 | 1 | -0/+1 |
| * | Prepare embassy-net(/-driver,/-driver-channel) 0.2.0 | Dániel Buga | 2023-10-16 | 1 | -1/+1 |
| * | time: add `links` key, release v0.1.5. | Dario Nieuwenhuis | 2023-10-16 | 1 | -1/+1 |
| * | time: Update examples, tests, and other code to use new Timer::after_x conven... | Adam Greig | 2023-10-15 | 1 | -3/+3 |
| * | Release embassy-time 0.1.4 | Dániel Buga | 2023-10-12 | 1 | -1/+1 |
| * | Add more documentation and comment | René van Dorst | 2023-09-07 | 2 | -0/+8 |
| * | mdio: reenable and async the tests | René van Dorst | 2023-09-07 | 1 | -86/+87 |
| * | fix some spelling | René van Dorst | 2023-09-07 | 2 | -3/+3 |
| * | embassy-net-adin1110: Add basic benchmark results. | René van Dorst | 2023-08-28 | 1 | -2/+35 |
| * | embassy-net-adin1110 bump deps. | René van Dorst | 2023-08-28 | 1 | -4/+4 |
| * | Update comment about turn around byte. | René van Dorst | 2023-08-28 | 1 | -2/+2 |
| * | Show the error type | René van Dorst | 2023-08-28 | 1 | -2/+2 |
| * | embassy-net-adin1110: bump version v0.2.0 | René van Dorst | 2023-08-28 | 1 | -1/+1 |
| * | Add fmt.rs to improve log/debug and embbed and PC | René van Dorst | 2023-08-28 | 4 | -66/+308 |
| * | Validate FCS in fifo_read() and refactor tests. | René van Dorst | 2023-08-28 | 3 | -173/+305 |
| * | Don't let the MAC add FCS when it is done by app | René van Dorst | 2023-08-27 | 1 | -12/+29 |
| * | Fix read_fifo() better readout and more checks | René van Dorst | 2023-08-27 | 1 | -22/+165 |
| * | refactor write_fifo(), don´t copy frame data | René van Dorst | 2023-08-24 | 2 | -411/+254 |
| * | Replace size_align_u32() with next_multiple_of() | René van Dorst | 2023-08-24 | 1 | -25/+5 |
| * | Remove the `SPI::Error` as a generic parameter. | René van Dorst | 2023-08-24 | 1 | -19/+11 |
| * | add embassy-net-adin1110 to .github/ci/doc.sh | René van Dorst | 2023-08-24 | 1 | -0/+1 |
| * | rustfmt | René van Dorst | 2023-08-24 | 2 | -38/+274 |
| * | remove the type_alias_impl_trait feature | René van Dorst | 2023-08-24 | 1 | -1/+0 |
| * | more clippy fixes | René van Dorst | 2023-08-24 | 1 | -3/+5 |
| * | Remove unneeded files. | René van Dorst | 2023-08-24 | 3 | -12/+0 |
| * | Fix linting. | René van Dorst | 2023-08-24 | 5 | -120/+128 |
| * | update README.md after review | René van Dorst | 2023-08-24 | 1 | -11/+11 |
| * | fix warning | René van Dorst | 2023-08-24 | 1 | -0/+3 |
| * | Add embassy-net-adin1110 | René van Dorst | 2023-08-24 | 11 | -0/+2226 |