aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g4/src
Commit message (Expand)AuthorAgeFilesLines
* initial support for STM32G4 ADCDaehyeok Mun2023-09-041-0/+41
* stm32/pwm: add output type controlxoviat2023-07-291-1/+2
* stm32/timer: merge pwm module into timer. (#1703)Dario Nieuwenhuis2023-07-281-2/+2
* STM32G4: Add CRS support to RCCKevin Lannen2023-06-281-9/+19
* stm32: update metapac, includes fix for OTG with 9 endpoints (H7)Dario Nieuwenhuis2023-06-271-1/+3
* stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-191-3/+1
* STM32G4: Add USB Serial exampleKevin Lannen2023-06-141-0/+110
* stm32g4: PLL: Add support for configuring PLL_P and PLL_QKevin Lannen2023-06-141-3/+12
* Rename to follow ref manual and CubeIDECarl St-Laurent2023-06-081-2/+2
* Added Vcore boost mode and Flash wait stateCarl St-Laurent2023-06-041-2/+2
* Use HSI16 for exemple since HSE might have a different value depending on boardCarl St-Laurent2023-06-041-3/+2
* Example using PLLCarl St-Laurent2023-06-031-0/+27
* stm32: fix defective examplexoviat2023-04-161-2/+2
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-183-5/+5
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-173-6/+6
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-293-8/+8
* rename PwmPin::new_chX, update examples.Dario Nieuwenhuis2022-07-231-2/+3
* embassy-stm32: Simplify timeGrant Miller2022-07-101-2/+2
* Run rustfmt.Dario Nieuwenhuis2022-06-124-9/+6
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-025-29/+12
* stm32: Remove OptionalPinDario Nieuwenhuis2022-02-101-2/+1
* stm32/exti: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-1/+0
* stm32/gpio: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-192-5/+3
* Port the PWM example to H7, add low-level API example implementing 32-bit PWM.Matous Hybl2022-01-131-2/+2
* examples/stm32g4: add pwm exampleDario Nieuwenhuis2021-11-271-0/+36
* stm32: add stm32g4 support.Dario Nieuwenhuis2021-11-274-0/+102