embassy/examples
bors[bot] d600f39260
Merge #743
743: Add PLL config support for F2 r=Dirbaio a=Gekkio

- minor changes to make the F2 RCC API a bit more flexible
- low-level PLL config with assertions based on datasheet specs. It shouldn't be very difficult to later add a "reverse API" where you pass the clocks you want to a function and it generates a `PLLConfig` struct for you
- PLL API tested on my custom board with 12 MHz HSE as source for PLL to generate max clocks for SYSCLK/AHB/APB/APB1/PLL48
- the example *should* work but is untested since I don't have the Nucleo board 😞 

Co-authored-by: Joonas Javanainen <joonas.javanainen@gmail.com>
2022-04-30 21:08:43 +00:00
..
boot Fix linker script for nrf bootloader example 2022-04-28 14:11:01 +02:00
nrf executor: Add Spawner::for_current_executor. 2022-04-26 19:08:18 +02:00
rp Switch to crates.io embedded-hal, embedded-hal-async. 2022-04-22 19:58:24 +02:00
std net: auto-enable defmt in smoltcp using namespaced features. 2022-04-13 17:46:27 +02:00
stm32f0 Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
stm32f1 Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
stm32f2 Use defmt-friendly error handling 2022-04-30 11:41:17 +03:00
stm32f3 executor: fix unsoundness in InterruptExecutor::start. 2022-04-25 22:09:04 +02:00
stm32f4 executor: fix unsoundness in InterruptExecutor::start. 2022-04-25 22:09:04 +02:00
stm32f7 embassy-stm32/eth: convert LAN8742 driver to generic SMI driver 2022-04-30 04:49:24 +02:00
stm32g0 Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
stm32g4 Use embassy/defmt-timestamp-uptime in all examples. 2022-04-02 04:35:06 +02:00
stm32h7 embassy-stm32/eth: convert LAN8742 driver to generic SMI driver 2022-04-30 04:49:24 +02:00
stm32l0 Add bootloader to CI 2022-04-27 15:17:18 +02:00
stm32l1 Add bootloader to CI 2022-04-27 15:17:18 +02:00
stm32l4 Switch to crates.io embedded-hal, embedded-hal-async. 2022-04-22 19:58:24 +02:00
stm32u5 stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests. 2022-04-27 01:16:14 +02:00
stm32wb Add missing stm32wl/stm32wb chips except stm32wle 2022-04-08 03:15:27 +02:00
stm32wl Add bootloader to CI 2022-04-27 15:17:18 +02:00
wasm embassy, embassy-nrf: add nightly Cargo feature to gate nightly-only features. 2022-02-12 01:16:31 +01:00