| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | examples: use nicer InterrupExt to set irq priority in multprio. | Dario Nieuwenhuis | 2023-06-09 | 1 | -9/+5 |
| * | Remove embassy-cortex-m crate, move stuff to embassy-hal-common. | Dario Nieuwenhuis | 2023-06-09 | 1 | -1/+1 |
| * | net: Support dual stackĀ IP | Ruben De Smet | 2023-06-07 | 1 | -2/+2 |
| * | Rename StaticConfig to StaticConfigV4 | Ruben De Smet | 2023-06-06 | 1 | -1/+1 |
| * | Use make_static! from static-cell v1.1 | Dario Nieuwenhuis | 2023-06-01 | 2 | -19/+15 |
| * | Fix blocking example | Rasmus Melchior Jacobsen | 2023-05-26 | 1 | -2/+2 |
| * | Formatting | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -3/+3 |
| * | Fix examples | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -2/+2 |
| * | Let Flash<Async/Blocking> be a thing | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -1/+1 |
| * | Align with new bind_interrupt | Rasmus Melchior Jacobsen | 2023-05-25 | 2 | -5/+9 |
| * | Align examples | Rasmus Melchior Jacobsen | 2023-05-25 | 2 | -7/+88 |
| *-. | Merge #1340 #1474 | bors[bot] | 2023-05-25 | 1 | -0/+36 |
| |\ \ | |||||
| | * | | stm32/i2s: add module and example for f4 | xoviat | 2023-05-03 | 1 | -0/+36 |
| * | | | stm32: move to bind_interrupts | xoviat | 2023-05-24 | 7 | -22/+42 |
| | |/ |/| | |||||
| * | | Merge #1419 | bors[bot] | 2023-05-19 | 1 | -28/+3 |
| |\ \ | |||||
| | * | | stm32/pwm: improve dead-time api | xoviat | 2023-05-01 | 1 | -28/+3 |
| * | | | net: do not use smoltcp Instant/Duration in public API. | Dario Nieuwenhuis | 2023-05-15 | 1 | -1/+1 |
| * | | | Fix some typos | Dirk Stolle | 2023-05-08 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | Merge #1376 | bors[bot] | 2023-05-01 | 2 | -0/+31 |
| |\ \ | |/ |/| | |||||
| | * | stm32/rtc: cleanup and consolidate | xoviat | 2023-04-18 | 2 | -0/+31 |
| * | | Bump versions preparing for -macros and -executor release | Ulf Lilleengen | 2023-04-27 | 1 | -1/+1 |
| * | | Switch from probe-run to probe-rs-cli. | Dario Nieuwenhuis | 2023-04-26 | 1 | -2/+2 |
| * | | enable inline-asm feature for cortex-m in examples | pennae | 2023-04-18 | 1 | -1/+1 |
| |/ | |||||
| * | stm32/sdmmc: add init_card retry. | Dario Nieuwenhuis | 2023-04-17 | 1 | -1/+12 |
| * | stm32/rtc: remove chrono datetime and add converters | xoviat | 2023-04-16 | 1 | -1/+1 |
| * | stm32/sdmmc: switch to AFIT. | Dario Nieuwenhuis | 2023-04-15 | 1 | -1/+1 |
| * | Release embassy-sync v0.2.0 | Dario Nieuwenhuis | 2023-04-13 | 1 | -1/+1 |
| * | Merge #1330 | bors[bot] | 2023-04-06 | 1 | -0/+77 |
| |\ | |||||
| | * | stm32/pwm: fix unused import | xoviat | 2023-04-05 | 1 | -1/+1 |
| | * | stm32/pwm: add complementary pwm example | xoviat | 2023-04-05 | 1 | -0/+77 |
| * | | Align flash examples | Rasmus Melchior Jacobsen | 2023-04-05 | 1 | -6/+7 |
| |/ | |||||
| * | Merge #1321 | bors[bot] | 2023-04-04 | 2 | -2/+2 |
| |\ | |||||
| | * | executor: add Pender, rework Cargo features. | Dario Nieuwenhuis | 2023-04-03 | 2 | -2/+2 |
| * | | Merge #1313 | bors[bot] | 2023-04-04 | 1 | -12/+2 |
| |\ \ | |||||
| | * | | Fix interrupt handling so it is similar to before the rework, and fix examples | Mathias | 2023-03-31 | 1 | -12/+2 |
| | |/ | |||||
| * | | run fmt | Mathieu Dupont | 2023-04-03 | 1 | -1/+0 |
| * | | Add MCO support for L4 and F4 families | Mathieu Dupont | 2023-04-03 | 1 | -0/+31 |
| |/ | |||||
| * | Fix examples broken by the macro fix. | Dario Nieuwenhuis | 2023-03-08 | 2 | -4/+2 |
| * | Merge pull request #1244 from embassy-rs/interruptexecutor | Dario Nieuwenhuis | 2023-03-01 | 1 | -13/+23 |
| |\ | |||||
| | * | cortex-m/executor: don't use the owned interrupts system. | Dario Nieuwenhuis | 2023-02-28 | 1 | -13/+23 |
| * | | Example fixes. | Dario Nieuwenhuis | 2023-03-01 | 2 | -13/+4 |
| |/ | |||||
| * | stm32/sdmmc: Implement proper clock configuration | chemicstry | 2023-02-23 | 1 | -1/+2 |
| * | stm32/sdmmc: Fix SDIOv1 writes | chemicstry | 2023-02-18 | 1 | -2/+37 |
| * | usb: unify ControlHandler+DeviceStateHandler, route all control requests to a... | Dario Nieuwenhuis | 2023-02-08 | 2 | -2/+0 |
| * | stm32/usb_otg: Add F4 usb_ethernet example | chemicstry | 2023-01-18 | 2 | -1/+174 |
| * | stm32 otg: add examples. | chemicstry | 2023-01-11 | 2 | -2/+109 |
| * | Bump defmt-rtt to 0.4 | Dario Nieuwenhuis | 2022-11-29 | 1 | -1/+1 |
| * | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 1 | -1/+1 |
| * | Merge #1024 | bors[bot] | 2022-10-26 | 1 | -3/+28 |
| |\ | |||||
| | * | Improve examples | Grant Miller | 2022-10-24 | 1 | -4/+8 |
