| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | Clippy fixes | Dion Dokter | 2025-09-18 | 1 | -4/+4 |
| | | |||||
| * | Add proper error handling if CS is not dropped | Shaw Drastin | 2025-02-07 | 1 | -2/+14 |
| | | |||||
| * | SpiDevice cancel safety: always set CS pin to high on drop | Shaw Drastin | 2025-02-04 | 1 | -4/+11 |
| | | | | | | If a transfer is dropped, the CS will stay in a low state, which seems to be unsafe. | ||||
| * | embassy-embedded-hal: add support for all word sizes to async shared spi. | Dario Nieuwenhuis | 2024-05-20 | 1 | -6/+8 |
| | | |||||
| * | Allow changing Spi/I2cDeviceWithConfig's config at runtime | Caleb Jamison | 2024-03-23 | 1 | -0/+5 |
| | | |||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -6/+5 |
| | | |||||
| * | Update embedded-(hal,io,nal). | Dario Nieuwenhuis | 2023-11-29 | 1 | -6/+14 |
| | | |||||
| * | embassy-embedded-hal: don't use feature(try_blocks). | Dario Nieuwenhuis | 2023-11-24 | 1 | -16/+36 |
| | | |||||
| * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 1 | -6/+2 |
| | | | | | convenience methods | ||||
| * | eh: update set_config and add get_config | xoviat | 2023-10-01 | 1 | -1/+1 |
| | | |||||
| * | update embedded-hal crates. | Dario Nieuwenhuis | 2023-07-04 | 1 | -114/+12 |
| | | |||||
| * | Update embedded-hal crates. | Dario Nieuwenhuis | 2023-04-06 | 1 | -26/+145 |
| | | |||||
| * | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 1 | -43/+27 |
| | | |||||
| * | Update embedded-hal versions and explicitly pin | Ulf Lilleengen | 2022-09-29 | 1 | -3/+3 |
| | | |||||
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 1 | -4/+4 |
| | | |||||
| * | Remove Forever, switch to static_cell. | Dario Nieuwenhuis | 2022-08-22 | 1 | -2/+2 |
| | | |||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -4/+4 |
| | | |||||
| * | embassy-embedded-hal: docs | Dario Nieuwenhuis | 2022-07-19 | 1 | -0/+8 |
| | | |||||
| * | Rename XXBusDevice to XXDevice. | Dario Nieuwenhuis | 2022-07-18 | 1 | -22/+22 |
| | | |||||
| * | Cleanup | Henrik Alsér | 2022-07-10 | 1 | -14/+0 |
| | | |||||
| * | Add asynch mod to shared_bus | Henrik Alsér | 2022-07-10 | 1 | -0/+168 |
