1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/common/stm32
Marian Buschsieweke 7cd9d615fa
cpu/stm32/periph: Use uintptr_t for periph addr
The peripheral register addresses are fixed, properly aligned addresses. Storing
them as uintptr_t makes live easier when casting them to helper structs, as no
intermediate cast to uintptr_t is needed to silence -Wcast-align.
2021-12-03 10:12:32 +01:00
..
dist cpu/stm32: add stm32wl 2021-04-20 20:57:48 +02:00
include cpu/stm32/periph: Use uintptr_t for periph addr 2021-12-03 10:12:32 +01:00
doc.txt boards: add path for STM32-shared config snippets 2018-05-24 19:00:42 +02:00
Kconfig boards/stm32g4: add clock configuration via Kconfig 2020-08-25 12:57:03 +02:00