| Commit message (Collapse) | 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 | 4 | -0/+20 |
| | | |||||
| * | Forward transaction() from blocking I2cDevice to underlying bus | Sebastian Goll | 2024-03-20 | 1 | -6/+10 |
| | | |||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 3 | -15/+11 |
| | | |||||
| * | Update embedded-(hal,io,nal). | Dario Nieuwenhuis | 2023-11-29 | 3 | -19/+27 |
| | | |||||
| * | shared_bus/blocking/spi: fix build and behaviour when "time" disabled | Torin Cooper-Bennun | 2023-11-27 | 1 | -2/+10 |
| | | | | | | new behaviour: check for DelayUs presence in operations instead of shortcircuiting | ||||
| * | 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 | 5 | -9/+15 |
| | | |||||
| * | update embedded-hal crates. | Dario Nieuwenhuis | 2023-07-04 | 3 | -219/+31 |
| | | |||||
| * | Fix tests. | Dario Nieuwenhuis | 2023-05-29 | 2 | -6/+4 |
| | | |||||
| * | Remove debug | Caleb Jamison | 2023-05-22 | 1 | -2/+0 |
| | | |||||
| * | Add i2c transaction | Caleb Jamison | 2023-05-22 | 1 | -6/+13 |
| | | |||||
| * | Update embedded-hal crates. | Dario Nieuwenhuis | 2023-04-06 | 4 | -127/+295 |
| | | |||||
| * | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 2 | -111/+66 |
| | | |||||
| * | Update embedded-hal versions and explicitly pin | Ulf Lilleengen | 2022-09-29 | 3 | -9/+8 |
| | | |||||
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 4 | -14/+14 |
| | | |||||
| * | Remove Forever, switch to static_cell. | Dario Nieuwenhuis | 2022-08-22 | 4 | -8/+8 |
| | | |||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 4 | -14/+14 |
| | | |||||
| * | Add defmt support to embassy-embedded-hal errors | Matous Hybl | 2022-07-24 | 1 | -0/+2 |
| | | |||||
| * | embassy-embedded-hal: docs | Dario Nieuwenhuis | 2022-07-19 | 5 | -0/+37 |
| | | |||||
| * | Rename XXBusDevice to XXDevice. | Dario Nieuwenhuis | 2022-07-18 | 5 | -106/+106 |
| | | |||||
| * | Cleanup | Henrik Alsér | 2022-07-10 | 3 | -26/+28 |
| | | |||||
| * | Add asynch mod to shared_bus | Henrik Alsér | 2022-07-10 | 6 | -44/+42 |
| | | |||||
| * | Add embassy-embedded-hal nightly feature | Henrik Alsér | 2022-07-09 | 2 | -0/+6 |
| | | |||||
| * | Associated type | Henrik Alsér | 2022-07-09 | 4 | -109/+114 |
| | | |||||
| * | 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 | 4 | -0/+273 |
| |/ | |||||
| * | 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 | 4 | -2/+145 |
| | | |||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 2 | -9/+8 |
| | | |||||
| * | Async shared bus for SPI & I2C + rename embassy-traits (#769) | Henrik Alsér | 2022-05-26 | 3 | -0/+234 |
| * Rename embassy-traits to embassy-embedded-hal * Rename embassy-traits to embassy-embedded-hal * Add shared bus for SPI and I2C * rustfmt * EHA alpha 1 * Rename embedded-traits in examples * rustfmt * rustfmt Co-authored-by: Henrik Alsér <[email protected]> | |||||
