| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | Release embassy-stm32 v0.2.0 | Dario Nieuwenhuis | 2025-01-10 | 1 | -1/+1 |
| | * | Prepare embassy-net 0.6 | Dániel Buga | 2025-01-05 | 1 | -1/+1 |
| | * | Prepare embassy-embedded-hal 0.3 | Dániel Buga | 2025-01-05 | 1 | -1/+1 |
| | * | Remove manual settings of `composite_with_iads=true` | Eekle | 2024-12-24 | 1 | -7/+0 |
| | * | Prepare new embassy-time-*driver, embassy-executor, embassy-time | Dániel Buga | 2024-12-22 | 1 | -2/+2 |
| | * | Make `integrated-timers` the default, remove Cargo feature. | Dario Nieuwenhuis | 2024-12-15 | 1 | -1/+1 |
| | * | net: release v0.5.0 | Dario Nieuwenhuis | 2024-11-28 | 1 | -1/+1 |
| | * | Bump sync version (#3562) | Dániel Buga | 2024-11-22 | 1 | -1/+1 |
| | * | fix: unwrap sai receiver `start()` | elagil | 2024-11-16 | 1 | -1/+1 |
| | * | fix(SAI): disallow start without initial write | elagil | 2024-11-16 | 1 | -1/+0 |
| | * | Release embassy-executor 0.6.3. | Dario Nieuwenhuis | 2024-11-12 | 1 | -1/+1 |
| | * | Prep executor 0.6.2 | Dániel Buga | 2024-11-06 | 1 | -1/+1 |
| | * | Merge pull request #3317 from GrantM11235/simplepwmchannel | Ulf Lilleengen | 2024-10-23 | 1 | -10/+9 |
| | |\ |
|
| | | * | last oops I promise | Grant Miller | 2024-09-06 | 1 | -3/+2 |
| | | * | Update examples | Grant Miller | 2024-09-06 | 1 | -9/+9 |
| | * | | Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1 | Dario Nieuwenhuis | 2024-10-21 | 1 | -1/+1 |
| | * | | executor: fix unsoundness due to `impl Trait`, improve macro error handling. ... | Dario Nieuwenhuis | 2024-10-18 | 1 | -2/+4 |
| | * | | Update nighlty, fix warnings. | Dario Nieuwenhuis | 2024-10-14 | 2 | -7/+10 |
| | * | | Update smoltcp, embedded-nal-async to use the `core::net` IP addr types. | Dario Nieuwenhuis | 2024-10-07 | 3 | -3/+7 |
| | * | | net: refactor to simplify lifetimes/generics. | Dario Nieuwenhuis | 2024-09-16 | 3 | -21/+18 |
| | |/ |
|
| * / | fix examples | jrmoulton | 2024-08-13 | 1 | -1/+1 |
| |/ |
|
| * | examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's) | Dario Nieuwenhuis | 2024-08-07 | 3 | -18/+3 |
| * | prepare release embassy-executor | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| * | Prepare to release embassy-usb | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| * | Prepare embassy-time release | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| * | Prepare release of embassy-embedded-hal 0.2.0 | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| * | Fixed to reserve as much space as it uses. | Dickless | 2024-07-07 | 1 | -1/+1 |
| * | [#2905 #2904] Replaced static raw array with GroundedArrayCell | Dickless | 2024-07-06 | 1 | -3/+9 |
| * | cargo +nightly fmt | Dickless | 2024-07-05 | 1 | -3/+1 |
| * | rustfmt | Dickless | 2024-07-05 | 1 | -2/+1 |
| * | add SAI example | Dickless | 2024-07-05 | 2 | -0/+190 |
| * | stm32 adc: introduce blocking_read | Andres Vahter | 2024-07-03 | 2 | -3/+3 |
| * | add async dma read example | Alexandros Liarokapis | 2024-07-02 | 1 | -0/+76 |
| * | stm32/gpio: refactor AfType | Jan Špaček | 2024-06-16 | 1 | -5/+5 |
| * | Clarified comments about the cortex_m::asm::delay functionality in al… (#3064) | Daniel Philipp | 2024-06-12 | 1 | -2/+2 |
| * | prepare for embassy-time 0.3.1 release | Ulf Lilleengen | 2024-06-04 | 1 | -1/+1 |
| * | fix broken links to embassy book | Ulf Lilleengen | 2024-06-03 | 1 | -1/+1 |
| * | Prepare for embassy-sync 0.6.0 release | Ulf Lilleengen | 2024-05-29 | 1 | -1/+1 |
| * | stm32/usart: remove instance generic params | Jan Špaček | 2024-05-23 | 1 | -2/+1 |
| * | Merge pull request #2985 from rumcake-rs/stm32-adc-anyadcchannel | Dario Nieuwenhuis | 2024-05-23 | 1 | -1/+1 |
| |\ |
|
| | * | add AnyAdcChannel | Univa | 2024-05-20 | 1 | -1/+1 |
| * | | stm32/i2c: remove peripheral generic param. | Dario Nieuwenhuis | 2024-05-21 | 1 | -3/+2 |
| |/ |
|
| * | stm32/spi: remove peripheral generic param. | Dario Nieuwenhuis | 2024-05-20 | 3 | -6/+5 |
| * | stm32h7: add shared bus example | Felipe Balbi | 2024-05-16 | 2 | -0/+113 |
| * | examples/stm32: do not enable vbus detect by default, it doesn't work on all ... | Dario Nieuwenhuis | 2024-05-13 | 1 | -7/+5 |
| * | examples/stm32: reduce packet queue count to avoid OOM on smaller chips. | Dario Nieuwenhuis | 2024-05-13 | 2 | -4/+4 |
| * | format | Pegasis | 2024-05-03 | 2 | -2/+2 |
| * | add example for bdma | Pegasis | 2024-05-03 | 3 | -0/+122 |
| * | fixed: example loops crashing after 256 passes | Peter Kövesdi | 2024-04-29 | 1 | -1/+1 |
| * | Reduce use of the full `futures` crate. | Dario Nieuwenhuis | 2024-04-26 | 2 | -2/+2 |