embassy/examples/stm32g4/src/bin
Barnaby Walters 6d7458dac7 Refinements
* Implemented boost mode dance (RM0440 p234-245, 6.5.1)
* Enabled boost mode in usb_serial example, tested on hardware
* Removed hard requirement of a valid 48MHz source (HSI48 is checked if
  requested, PLL passed through as-is and assumed to be valid)
* Used calc_pclk to calculate APB frequencies
* Refactored 48MHz configuration code to remove unnecessary let and block
* Renamed ahb_freq to hclk for clarity and consistency
2024-02-17 00:30:16 +01:00
..
adc.rs [embassy-stm32]: started stm32g4 RCC refactor 2024-02-15 23:56:26 +01:00
blinky.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
button.rs Change GPIO inherent methods back to &self. 2024-01-10 00:00:10 +01:00
button_exti.rs stm32/gpio: remove generics. 2024-01-22 21:31:06 +01:00
can.rs Add FDCAN examples for STM32G4, STM32H5 and STM32H7 2024-01-31 05:40:05 +10:00
pll.rs [embassy-stm32]: started stm32g4 RCC refactor 2024-02-15 23:56:26 +01:00
pwm.rs ci: use beta, add secondary nightly ci. 2023-12-21 15:03:57 +01:00
usb_serial.rs Refinements 2024-02-17 00:30:16 +01:00