| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump executor crate version to 0.3.0 | Dániel Buga | 2023-08-23 | 1 | -1/+1 |
| | | |||||
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 4 | -4/+5 |
| | | |||||
| * | Merge remote-tracking branch 'origin/main' into bxcan_timestamp | chemicstry | 2023-07-31 | 6 | -32/+25 |
| |\ | |||||
| | * | Merge pull request #1606 from JcBernack/rng-update | Dario Nieuwenhuis | 2023-07-30 | 2 | -4/+7 |
| | |\ | | | | | | | | | | STM32: RNG update | ||||
| | | * | stm32/rng: use bind_interrupts!. | Dario Nieuwenhuis | 2023-07-31 | 2 | -4/+7 |
| | | | | |||||
| | * | | Set frequency in stm32 SPI examples | bofh | 2023-07-31 | 2 | -2/+10 |
| | | | | |||||
| | * | | Fix formatting | bofh | 2023-07-30 | 1 | -9/+1 |
| | | | | |||||
| | * | | Fix stm32 SPI examples | bofh | 2023-07-30 | 2 | -13/+1 |
| | |/ | |||||
| | * | stm32/pwm: add output type control | xoviat | 2023-07-29 | 2 | -3/+5 |
| | | | |||||
| | * | stm32/timer: merge pwm module into timer. (#1703) | Dario Nieuwenhuis | 2023-07-28 | 2 | -5/+5 |
| | | | | | | | | | The traits there are applicable to timer use cases other than PWM. It doesn't make sense to keep them separated. | ||||
| * | | stm32/can: implement proper RX timestamps | chemicstry | 2023-07-25 | 1 | -2/+16 |
| |/ | |||||
| * | Merge pull request #1685 from chemicstry/bxcan_async_enable | Dario Nieuwenhuis | 2023-07-24 | 1 | -2/+5 |
| |\ | | | | | | | stm32/can: bxcan async enable | ||||
| | * | stm32/can: bxcan async enable | chemicstry | 2023-07-24 | 1 | -2/+5 |
| | | | |||||
| * | | Merge pull request #1676 from adamgreig/fix-dac-example | Dario Nieuwenhuis | 2023-07-24 | 2 | -2/+2 |
| |\ \ | |/ |/| | | | stm32: Fix DAC examples | ||||
| | * | stm32: remove duplicate features from stm32f4 examples Cargo.toml | Adam Greig | 2023-07-22 | 1 | -1/+1 |
| | | | |||||
| | * | stm32: fix DAC examples | Adam Greig | 2023-07-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | The DAC driver defaults to enabling the channel trigger, but leaves it at the default value of TIM6 TRGO, then performs a software trigger after writing the new output value. We could change the trigger selection to software trigger, but for this example it's simpler to just disable the trigger. | ||||
| * | | Add notes about setting chip name correctly for examples. | Adam Greig | 2023-07-22 | 1 | -1/+2 |
| |/ | |||||
| * | stm32/eth: add set_poll_interval | xoviat | 2023-07-15 | 1 | -1/+1 |
| | | |||||
| * | stm32/eth: impl. poll interval | xoviat | 2023-07-15 | 1 | -1/+1 |
| | | |||||
| * | stm32/eth: add f4 example | xoviat | 2023-07-15 | 1 | -0/+111 |
| | | |||||
| * | Merge pull request #1624 from embassy-rs/release-embassy-time-v0.1.2 | Dario Nieuwenhuis | 2023-07-05 | 1 | -1/+1 |
| |\ | | | | | | | Release embassy-time v0.1.2 | ||||
| | * | Release embassy-time v0.1.2 | Dario Nieuwenhuis | 2023-07-06 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #1578 from schphil/can-split | xoviat | 2023-07-05 | 1 | -8/+10 |
| |\ \ | |/ |/| | | | stm32 can split method | ||||
| | * | make stm32f4 example work | Philipp Scheff | 2023-07-04 | 1 | -8/+10 |
| | | | |||||
| * | | Merge pull request #1565 from JuliDi/main | Dario Nieuwenhuis | 2023-06-29 | 1 | -4/+5 |
| |\ \ | | | | | | | | | | Implement DMA for DAC on STM32 | ||||
| | * | | Update DAC examples, add DAC + DMA example | JuliDi | 2023-06-28 | 1 | -4/+5 |
| | |/ | |||||
| * | | Update probe-rs-cli -> probe-rs | Dario Nieuwenhuis | 2023-06-29 | 1 | -2/+2 |
| | | | |||||
| * | | stm32/otg: add VBUS detection. | Dario Nieuwenhuis | 2023-06-27 | 2 | -2/+6 |
| |/ | | | | Fixes #1442. | ||||
| * | stm32/can: update interrupts | xoviat | 2023-06-19 | 1 | -2/+11 |
| | | |||||
| * | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 1 | -6/+2 |
| | | |||||
| * | 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 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1340: Add I2S for f4 r=Dirbaio a=xoviat This is only for f4, but it puts us equal to or ahead of the standard rust hal. 1474: stm32: Fix watchdog timeout computation r=Dirbaio a=rmja Co-authored-by: xoviat <[email protected]> Co-authored-by: Rasmus Melchior Jacobsen <[email protected]> | ||||
| | * | | 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 |
| | |/ |/| | | | | | disable lora functionality for now | ||||
| * | | Merge #1419 | bors[bot] | 2023-05-19 | 1 | -28/+3 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | 1419: stm32/pwm: improve dead-time api r=Dirbaio a=xoviat Co-authored-by: xoviat <[email protected]> | ||||
| | * | | 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 |
| |\ \ | |/ |/| | | | | | | | | | | | 1376: rtc: cleanup and consolidate r=Dirbaio a=xoviat This removes an extra file that I left in, adds an example, and consolidates the files into one 'v2' file. Co-authored-by: xoviat <[email protected]> | ||||
| | * | stm32/rtc: cleanup and consolidate | xoviat | 2023-04-18 | 2 | -0/+31 |
| | | | |||||
