| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rustmft | Ragarnoy | 2024-05-20 | 1 | -8/+4 |
| * | Remove old embedded-hal trait implementations | ragarnoy | 2024-05-20 | 1 | -94/+4 |
| * | Add Copy and 'static constraint to Word type in SPI structs | Ragarnoy | 2024-05-20 | 1 | -4/+9 |
| * | rustfmt | Ragarnoy | 2024-05-20 | 1 | -13/+23 |
| * | Improve flexibility by introducing SPI word size as a generic parameter | Ragarnoy | 2024-05-20 | 1 | -16/+63 |
| * | Allow changing Spi/I2cDeviceWithConfig's config at runtime | Caleb Jamison | 2024-03-23 | 2 | -0/+10 |
| * | Forward transaction() from blocking I2cDevice to underlying bus | Sebastian Goll | 2024-03-20 | 1 | -6/+10 |
| * | Update embedded-(hal,io,nal). | Dario Nieuwenhuis | 2023-11-29 | 1 | -10/+10 |
| * | shared_bus/blocking/spi: fix build and behaviour when "time" disabled | Torin Cooper-Bennun | 2023-11-27 | 1 | -2/+10 |
| * | eh: update set_config and add get_config | xoviat | 2023-10-01 | 2 | -4/+4 |
| * | update embedded-hal crates. | Dario Nieuwenhuis | 2023-07-04 | 1 | -105/+15 |
| * | Fix tests. | Dario Nieuwenhuis | 2023-05-29 | 2 | -6/+4 |
| * | Update embedded-hal crates. | Dario Nieuwenhuis | 2023-04-06 | 2 | -78/+131 |
| * | Update embedded-hal versions and explicitly pin | Ulf Lilleengen | 2022-09-29 | 2 | -6/+5 |
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 2 | -6/+6 |
| * | Remove Forever, switch to static_cell. | Dario Nieuwenhuis | 2022-08-22 | 2 | -4/+4 |
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 2 | -6/+6 |
| * | embassy-embedded-hal: docs | Dario Nieuwenhuis | 2022-07-19 | 2 | -0/+16 |
| * | Rename XXBusDevice to XXDevice. | Dario Nieuwenhuis | 2022-07-18 | 2 | -60/+60 |
| * | Add asynch mod to shared_bus | Henrik Alsér | 2022-07-10 | 2 | -2/+2 |
| * | Associated type | Henrik Alsér | 2022-07-09 | 2 | -94/+96 |
| * | Merge upstream | Henrik Alsér | 2022-07-08 | 2 | -6/+6 |
| * | Merge upstream | Henrik Alsér | 2022-07-08 | 2 | -0/+118 |
| |\ | |||||
| | * | Add EH 0.2 impls + example docs | Henrik Alsér | 2022-07-06 | 2 | -0/+119 |
| * | | Shared buses with SetConfig | Henrik Alsér | 2022-07-08 | 2 | -0/+134 |
| |/ | |||||
| * | spi shared bus: assert/deassert CS inside the lock. | Dario Nieuwenhuis | 2022-07-06 | 1 | -11/+10 |
| * | Mutex for SPI | Henrik Alsér | 2022-07-06 | 1 | -29/+18 |
| * | Mutex | Henrik Alsér | 2022-07-06 | 2 | -44/+59 |
| * | Add blocking shared bus for i2c and SPI | Henrik Alsér | 2022-07-06 | 3 | -0/+141 |
