| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1475: Add YieldingAsync adapter r=Dirbaio a=rmja This PR calls `yield_now()` for long blocking `NorFlash` read and erase operations. The motivation for this change is to allow for other tasks on the same executor to get something done between these long running operations, for example a task that feeds a watchdog. This will allow the watchdog to have a timer relative to e.g. one sector erase, instead of all sector erase. 1478: stm32: Minor fixes in flash regions for F4 dual bank layout r=Dirbaio a=rmja This PR has the following fixes: * Ensure that `FlashRegion` instances can only be created within the embassy-stm32 crate. * Remove `Drop` trait for `AltFlashLayout`, as it is hard to use, as one cannot take the individual regions out from the struct. Instead of going back to single bank mode on `Drop`, we instead transition to single bank mode when calling `Flash::into_regions()`. * Add missing `otp_region` to the dual bank layout and implement `NorFlash` for the alternate regions. 1482: Add ConcatFlash utility r=Dirbaio a=rmja This PR adds a `ConcatFlash` utility that can be used to concatenate two `NorFlash` flashes. This is especially useful when concatenating multiple flash regions with unequal erase size. Co-authored-by: Rasmus Melchior Jacobsen <[email protected]> | ||||
| | | * | 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 ↵ | Dario Nieuwenhuis | 2023-04-15 | 1 | -42/+0 |
| | | | | | serial traits. | ||||
| * | 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 |
| | | | | | Removes feature(generic_associated_types) | ||||
| * | 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 |
| * 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]> | |||||
