Dario Nieuwenhuis
|
ccd2c574c3
|
stm32/rcc: port F0 to new API.
|
2024-02-13 01:21:51 +01:00 |
|
Dario Nieuwenhuis
|
6c72638ed0
|
stm32/rcc: fix more build failures.
|
2024-02-04 22:47:29 +01:00 |
|
Dario Nieuwenhuis
|
e3fe08428f
|
stm32/rcc: fix build for some f0 and l4 chips.
Fixes #2531
|
2024-02-04 22:07:17 +01:00 |
|
Dario Nieuwenhuis
|
9866847375
|
stm32: autogenerate clocks struct, enable mux for all chips.
|
2024-02-02 23:24:34 +01:00 |
|
xoviat
|
bbd12c9372
|
stm32: update metapac
|
2023-10-17 20:31:44 -05:00 |
|
xoviat
|
b24520579a
|
rcc: ahb/apb -> hclk/pclk
|
2023-10-15 19:51:35 -05:00 |
|
Dario Nieuwenhuis
|
b91d1eaca0
|
stm32/rcc: add LSE/LSI to all chips, add RTC to more chips.
|
2023-10-11 04:12:38 +02:00 |
|
Dario Nieuwenhuis
|
e892014b65
|
Update stm32-metapac, includes chiptool changes to use real Rust enums now.
|
2023-06-29 02:01:33 +02:00 |
|
chemicstry
|
1fd5022e72
|
Refactor IWDG to use LSI frequency from RCC
|
2022-07-10 20:59:36 +03:00 |
|
Dario Nieuwenhuis
|
a8703b7598
|
Run rustfmt.
|
2022-06-12 22:22:31 +02:00 |
|
Dario Nieuwenhuis
|
39d06b59cd
|
Update stm32-data
|
2022-02-14 02:12:06 +01:00 |
|
Dario Nieuwenhuis
|
2eb0cc5df7
|
stm32/rcc: remove Rcc struct, RccExt trait.
All the RCC configuration is executed in init().
|
2022-01-05 00:00:44 +01:00 |
|
Dario Nieuwenhuis
|
b06e705a73
|
stm32/rcc: change family-specific code from dirs to single files.
Consistent with how other peripherals handle their versions.
|
2022-01-04 19:28:15 +01:00 |
|