| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 2 | -4/+6 |
| | | |||||
| * | feat: add semver checks and releasing to releaser | Ulf Lilleengen | 2025-08-25 | 1 | -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.1 | Ulf Lilleengen | 2025-07-16 | 1 | -1/+1 |
| | | |||||
| * | Update defmt dependencies | Yuri Astrakhan | 2025-05-18 | 1 | -2/+2 |
| | | |||||
| * | Prepare embassy-net drivers | Dániel Buga | 2025-01-05 | 1 | -1/+1 |
| | | |||||
| * | Prepare new embassy-time-*driver, embassy-executor, embassy-time | Dániel Buga | 2024-12-22 | 1 | -1/+1 |
| | | |||||
| * | Prepare release embassy-net-driver-channel | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | Prepare embassy-time release | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | Fix broken link to OPEN Alliance spec for ADIN1110 | Zachary Crockett | 2024-08-02 | 1 | -1/+1 |
| | | |||||
| * | Reduced define for 'unreachable!' to a single macro rule | Tarun Singh | 2024-07-17 | 1 | -10/+6 |
| | | |||||
| * | net-adin1110: Fix typo in comment | J. Neuschäfer | 2024-07-12 | 1 | -1/+1 |
| | | |||||
| * | Add collapse_debuginfo to fmt.rs macros. | Dario Nieuwenhuis | 2024-06-17 | 1 | -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 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 |
| | | | | | the main ci.sh now passes if running with nightly. | ||||
| * | 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 ↵ | Adam Greig | 2023-10-15 | 1 | -3/+3 |
| | | | | | convenience methods | ||||
| * | 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 |
| | | | | | Also add `defmt` to the features list. | ||||
| * | Validate FCS in fifo_read() and refactor tests. | René van Dorst | 2023-08-28 | 3 | -173/+305 |
| | | | | | | Adding TestHarnass to declutter the tests. Also added a test for FCS and SPI_CRC. | ||||
| * | Don't let the MAC add FCS when it is done by app | René van Dorst | 2023-08-27 | 1 | -12/+29 |
| | | | | | | | | | | | | | The application can append FSC to outgoing packets and the MAC can detect and report when a bitflip has occurred. But the MAC can also add FSC if we want, but we can´t do both. When adding FSC by the application and MAC results in the packet drop by the MAC when the TX packet size > (MTU - 4). Having the application append the FSC is preferred. So set the right config bits. | ||||
| * | Fix read_fifo() better readout and more checks | René van Dorst | 2023-08-27 | 1 | -22/+165 |
| | | | | | | | | | | read_fifo() used part of the frame buffer to readout non-frame data. This results in incorrect readout of the fifo buffer but also the full MTU could not be used. Also added some more tests to check this and that the readout is a multipule of 4 bytes. | ||||
