Jason Parker
|
b5d72d8242
|
cpu/stm32: add CPU_FAM_STM32C0 support
|
2024-01-29 14:44:10 -05:00 |
|
Joshua DeWeese
|
094977d9e0
|
cpu/stm32: make bus arg consistent
Some periph clock functions took the bus arg as a `uin8_t`, others took
it as a `bus_t`. This patch makes them all take it as a `bus_t`.
|
2023-05-19 10:44:24 -04:00 |
|
Joshua DeWeese
|
99337cda9c
|
cpu/stm32: fix incorrect doc
The doxygen doc for `periph_lpclk_dis()` and `periph_clk_dis()` we
flip-flopped. This patch corrects this.
|
2023-05-19 10:44:24 -04:00 |
|
Alexandre Abadie
|
4d75c6ddde
|
cpu/stm32: group periph definitions by periph type
|
2022-01-02 20:07:51 +01:00 |
|