embassy/examples/stm32g4
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
..
.cargo Update probe-rs-cli -> probe-rs 2023-06-29 02:39:28 +02:00
src/bin Refinements 2024-02-17 00:30:16 +01:00
build.rs stm32: add stm32g4 support. 2021-11-27 02:34:23 +01:00
Cargo.toml Add FDCAN examples for STM32G4, STM32H5 and STM32H7 2024-01-31 05:40:05 +10:00