| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add FDCAN examples for STM32G4, STM32H5 and STM32H7 | Corey Schuhen | 2024-01-31 | 1 | -0/+56 |
| | | | | | | | | | Fix examples Fix examples Fix examples. | ||||
| * | stm32/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 1 | -3/+2 |
| | | |||||
| * | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 1 | -1/+1 |
| | | | | | | | | With the embedded-hal rc3 update I changed them to require `&mut self`, but in retrospect I think `&self` is better, for extra flexibility. This PR reverts the changes from the rc3 update to inherent methods. | ||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 7 | -7/+0 |
| | | |||||
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -1/+1 |
| | | |||||
| * | stm32/rcc: consistent casing and naming for PLL enums. | Dario Nieuwenhuis | 2023-11-13 | 3 | -8/+8 |
| | | |||||
| * | usb: remove msos-descriptor feature. | Dario Nieuwenhuis | 2023-11-08 | 1 | -0/+1 |
| | | |||||
| * | stm32/rcc: add shared code for hsi48 with crs support. | Dario Nieuwenhuis | 2023-11-05 | 1 | -4/+2 |
| | | |||||
| * | stm32: rename HSI16 -> HSI | Dario Nieuwenhuis | 2023-10-22 | 2 | -2/+2 |
| | | |||||
| * | Merge branch 'master' into center-align | Dion Dokter | 2023-10-20 | 5 | -23/+23 |
| |\ | |||||
| | * | stm32: expand rcc mux to g4 and h7 | xoviat | 2023-10-14 | 1 | -1/+1 |
| | | | |||||
| | * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 4 | -12/+12 |
| | | | | | | | | | convenience methods | ||||
| | * | stm32/rcc: use more PLL etc enums from PAC. | Dario Nieuwenhuis | 2023-10-11 | 1 | -1/+1 |
| | | | |||||
| | * | stm32/rcc: use PLL enums from PAC. | Dario Nieuwenhuis | 2023-10-09 | 3 | -10/+10 |
| | | | |||||
| * | | Fix examples | Dion Dokter | 2023-10-01 | 1 | -1/+1 |
| |/ | |||||
| * | initial support for STM32G4 ADC | Daehyeok Mun | 2023-09-04 | 1 | -0/+41 |
| | | |||||
| * | stm32/pwm: add output type control | xoviat | 2023-07-29 | 1 | -1/+2 |
| | | |||||
| * | stm32/timer: merge pwm module into timer. (#1703) | Dario Nieuwenhuis | 2023-07-28 | 1 | -2/+2 |
| | | | | | The traits there are applicable to timer use cases other than PWM. It doesn't make sense to keep them separated. | ||||
| * | STM32G4: Add CRS support to RCC | Kevin Lannen | 2023-06-28 | 1 | -9/+19 |
| | | | | | Create working CRS USB Example | ||||
| * | stm32: update metapac, includes fix for OTG with 9 endpoints (H7) | Dario Nieuwenhuis | 2023-06-27 | 1 | -1/+3 |
| | | |||||
| * | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 1 | -3/+1 |
| | | |||||
| * | STM32G4: Add USB Serial example | Kevin Lannen | 2023-06-14 | 1 | -0/+110 |
| | | |||||
| * | stm32g4: PLL: Add support for configuring PLL_P and PLL_Q | Kevin Lannen | 2023-06-14 | 1 | -3/+12 |
| | | |||||
| * | Rename to follow ref manual and CubeIDE | Carl St-Laurent | 2023-06-08 | 1 | -2/+2 |
| | | |||||
| * | Added Vcore boost mode and Flash wait state | Carl St-Laurent | 2023-06-04 | 1 | -2/+2 |
| | | |||||
| * | Use HSI16 for exemple since HSE might have a different value depending on board | Carl St-Laurent | 2023-06-04 | 1 | -3/+2 |
| | | |||||
| * | Example using PLL | Carl St-Laurent | 2023-06-03 | 1 | -0/+27 |
| | | |||||
| * | stm32: fix defective example | xoviat | 2023-04-16 | 1 | -2/+2 |
| | | |||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 3 | -5/+5 |
| | | |||||
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 3 | -6/+6 |
| | | |||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 3 | -8/+8 |
| | | |||||
| * | rename PwmPin::new_chX, update examples. | Dario Nieuwenhuis | 2022-07-23 | 1 | -2/+3 |
| | | |||||
| * | embassy-stm32: Simplify time | Grant Miller | 2022-07-10 | 1 | -2/+2 |
| | | | | | | | | | | | - Remove unused `MilliSeconds`, `MicroSeconds`, and `NanoSeconds` types - Remove `Bps`, `KiloHertz`, and `MegaHertz` types that were only used for converting to `Hertz` - Replace all instances of `impl Into<Hertz>` with `Hertz` - Add `hz`, `khz`, and `mhz` methods to `Hertz`, as well as free function shortcuts - Remove `U32Ext` extension trait | ||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 4 | -9/+6 |
| | | |||||
| * | Use embassy/defmt-timestamp-uptime in all examples. | Dario Nieuwenhuis | 2022-04-02 | 4 | -12/+12 |
| | | |||||
| * | stm32: Remove OptionalPin | Dario Nieuwenhuis | 2022-02-10 | 1 | -2/+1 |
| | | | | | | | | | | The idea behind OptionalPin has a few problems: - you need to impl the signal traits for NoPin which is a bit weird https://github.com/embassy-rs/embassy/blob/master/embassy-stm32/src/dcmi.rs#L413-L416 - you can pass any combination of set/unset pins, which needs checking at runtime https://github.com/embassy-rs/embassy/blob/master/embassy-stm32/src/dcmi.rs#L130 The replacement is to do multiple `new` constructors for each combination of pins you want to take. | ||||
| * | stm32/exti: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 1 | -1/+0 |
| | | |||||
| * | stm32/gpio: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 2 | -5/+3 |
| | | |||||
| * | Port the PWM example to H7, add low-level API example implementing 32-bit PWM. | Matous Hybl | 2022-01-13 | 1 | -2/+2 |
| | | |||||
| * | examples/stm32g4: add pwm example | Dario Nieuwenhuis | 2021-11-27 | 1 | -0/+36 |
| | | |||||
| * | stm32: add stm32g4 support. | Dario Nieuwenhuis | 2021-11-27 | 3 | -0/+85 |
