| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Re-add impl_trait_projections | Dániel Buga | 2023-10-30 | 1 | -1/+2 |
| * | time: Update examples, tests, and other code to use new Timer::after_x conven... | Adam Greig | 2023-10-15 | 1 | -6/+2 |
| * | Add some uncontroversial derives to Error types | James Munns | 2023-10-06 | 1 | -1/+1 |
| * | Remove impl_trait_projections. | Dario Nieuwenhuis | 2023-10-02 | 1 | -1/+1 |
| * | eh: update set_config and add get_config | xoviat | 2023-10-01 | 6 | -10/+28 |
| * | Update embedded-hal to 1.0.0-rc.1 (#1783) | Dario Nieuwenhuis | 2023-08-16 | 1 | -10/+1 |
| * | update embedded-hal crates. | Dario Nieuwenhuis | 2023-07-04 | 5 | -276/+56 |
| * | Add offset and size accessors to Partition | Rasmus Melchior Jacobsen | 2023-05-30 | 2 | -0/+20 |
| * | Fix tests. | Dario Nieuwenhuis | 2023-05-29 | 2 | -6/+4 |
| * | Use RefCell in blocking mutex | Rasmus Melchior Jacobsen | 2023-05-27 | 1 | -13/+27 |
| * | Add BlockingPartition | Rasmus Melchior Jacobsen | 2023-05-27 | 4 | -23/+159 |
| * | Remove runtime offset and size assertions | Rasmus Melchior Jacobsen | 2023-05-26 | 3 | -20/+18 |
| * | Create flash partition for shared flash access | Rasmus Melchior Jacobsen | 2023-05-26 | 5 | -127/+307 |
| *-. | Merge #1475 #1478 #1482 | bors[bot] | 2023-05-25 | 5 | -2/+527 |
| |\ \ | |||||
| | | * | Add ConcatFlash utility | Rasmus Melchior Jacobsen | 2023-05-24 | 2 | -0/+288 |
| | |/ |/| | |||||
| | * | Move module documentation | Rasmus Melchior Jacobsen | 2023-05-22 | 2 | -2/+2 |
| | * | Add YieldingAsync adapter | Rasmus Melchior Jacobsen | 2023-05-22 | 3 | -77/+239 |
| | * | Yield between BlockingAsync NorFlash write and erase operations | Rasmus Melchior Jacobsen | 2023-05-22 | 1 | -2/+77 |
| * | | Remove debug | Caleb Jamison | 2023-05-22 | 1 | -2/+0 |
| * | | Add i2c transaction | Caleb Jamison | 2023-05-22 | 1 | -6/+13 |
| |/ | |||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2023-05-19 | 1 | -1/+0 |
| * | Remove unused `feature(type_alias_impl_trait)`. | Dario Nieuwenhuis | 2023-05-14 | 1 | -4/+1 |
| * | Remove the _todo_embedded_hal_serial impls. EH will probably not have these s... | Dario Nieuwenhuis | 2023-04-15 | 1 | -42/+0 |
| * | Update embedded-hal crates. | Dario Nieuwenhuis | 2023-04-06 | 6 | -142/+305 |
| * | Bump embedded-storage-async to 0.4 | Mehmet Ali Anil | 2023-03-06 | 1 | -12/+7 |
| * | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 4 | -160/+102 |
| * | Update embedded-hal versions and explicitly pin | Ulf Lilleengen | 2022-09-29 | 3 | -9/+8 |
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-09-22 | 1 | -1/+1 |
| * | 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 | 7 | -2/+59 |
| * | Rename XXBusDevice to XXDevice. | Dario Nieuwenhuis | 2022-07-18 | 5 | -106/+106 |
| * | Features only on nightly | Henrik Alsér | 2022-07-10 | 1 | -2/+1 |
| * | Cleanup | Henrik Alsér | 2022-07-10 | 3 | -26/+28 |
| * | Add asynch mod to shared_bus | Henrik Alsér | 2022-07-10 | 7 | -44/+44 |
| * | Add embassy-embedded-hal nightly feature | Henrik Alsér | 2022-07-09 | 2 | -0/+6 |
| * | Associated type | Henrik Alsér | 2022-07-09 | 5 | -111/+117 |
| * | 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 | 5 | -0/+277 |
| |/ | |||||
| * | 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 | 3 | -23/+13 |
| * | Async shared bus for SPI & I2C + rename embassy-traits (#769) | Henrik Alsér | 2022-05-26 | 5 | -0/+488 |
