1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 09:52:45 +01:00
RIOT/boards/common/stm32/include
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
..
cfg_i2c1_pb6_pb7.h boards/stm32: introduce shared i2c configuration 2019-09-02 08:17:21 +02:00
cfg_i2c1_pb8_pb9.h boards/stm32: adapt default i2c config for stm32l5 2020-10-23 18:28:27 +02:00
cfg_rtt_default.h cpu/stm32_common: make RTT_FREQUENCY configurable 2020-05-05 14:36:31 +02:00
cfg_timer_tim2.h boards: add nucleo-wl55jc 2021-04-20 21:04:29 +02:00
cfg_timer_tim5.h boards/stm32: adapt tim5 default config for stm32l5 2020-10-23 18:21:50 +02:00
cfg_usb_otg_fs.h cpu/stm32/periph: Use uintptr_t for periph addr 2021-12-03 10:12:32 +01:00
cfg_usb_otg_hs_fs.h cpu/stm32/periph: Use uintptr_t for periph addr 2021-12-03 10:12:32 +01:00