| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reverted adding AnyBinding, removed AnyChannel, removed ability for ExtiInput... | WillaWillNot | 2025-11-22 | 1 | -6/+1 |
| * | Fixed broken examples/formatting reported by CI | WillaWillNot | 2025-11-21 | 1 | -2/+1 |
| * | Updated documentation, fixed EXTI definition issues with chips that have touc... | WillaWillNot | 2025-11-21 | 1 | -2/+14 |
| * | Merge pull request #4910 from fbrozovic/h7-async-flash | xoviat | 2025-11-19 | 1 | -0/+84 |
| |\ |
|
| | * | stm32: add async flash example for h7 | Filip Brozovic | 2025-11-18 | 1 | -0/+84 |
| * | | Add new{_with_phy}, new_mii{_with_phy} | datdenkikniet | 2025-11-14 | 3 | -18/+18 |
| |/ |
|
| * | adc: remove sample_time from struct | xoviat | 2025-11-10 | 1 | -4/+2 |
| * | feat: stm32 spi driver slave mode | Cristian Milatinov | 2025-11-04 | 3 | -3/+3 |
| * | rtc: use consistent api between stop and non-stop | xoviat | 2025-11-04 | 1 | -2/+2 |
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 20 | -23/+23 |
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -2/+2 |
| * | stm32: add config to MCO to control the drive strength. | Daniel Nilsson | 2025-10-01 | 2 | -4/+17 |
| * | stm32/sai: update for new metapac, simplify cfgs. | Dario Nieuwenhuis | 2025-09-05 | 1 | -68/+4 |
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 13 | -17/+17 |
| * | rustfmt | Süha Ünüvar | 2025-08-08 | 3 | -27/+3 |
| * | i2c examples | Süha Ünüvar | 2025-08-08 | 3 | -6/+0 |
| * | stm32: adapt examples to timer API changes | melvdl | 2025-06-27 | 2 | -6/+6 |
| * | fix ci | jrmoulton | 2025-06-10 | 1 | -2/+2 |
| * | merge new embassy changes | jrmoulton | 2025-06-10 | 13 | -86/+78 |
| |\ |
|
| | * | Add rand-core v0.9 support. | Dario Nieuwenhuis | 2025-05-18 | 3 | -3/+0 |
| | * | Merge pull request #4170 from yutannihilation/chore/fix-unsafe-attribute-rust... | Ulf Lilleengen | 2025-05-09 | 3 | -4/+4 |
| | |\ |
|
| | | * | chore: Wrap link_section attribute with unsafe | Hiroaki Yutani | 2025-05-06 | 3 | -4/+4 |
| | * | | fix h7 sai example start sequence | vinsynth | 2025-05-05 | 1 | -1/+3 |
| | |/ |
|
| | * | refactor to reduce code duplication | Anton Lazarev | 2025-03-31 | 1 | -1/+1 |
| | * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 3 | -11/+10 |
| | * | stm32/dac: remove DMA generic params. | Dario Nieuwenhuis | 2025-03-25 | 2 | -5/+5 |
| | * | stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes. | Dario Nieuwenhuis | 2025-01-26 | 3 | -12/+9 |
| | * | stm32: change all examples and tests to use GenericSMI::new_auto(). | Dario Nieuwenhuis | 2025-01-26 | 3 | -3/+3 |
| | * | Remove manual settings of `composite_with_iads=true` | Eekle | 2024-12-24 | 1 | -7/+0 |
| | * | 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 |
| | * | 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 |
| | * | | 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 | 2 | -2/+6 |
| | * | | 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 |
| * | 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 | 1 | -0/+189 |
| * | 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 |
| * | fix broken links to embassy book | Ulf Lilleengen | 2024-06-03 | 1 | -1/+1 |