1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/stm32
Joshua DeWeese fd105b7e77 cpu/stm32: remove redundant conditional compile
This patch removes a largely redundant block of conditional includes.

The removed includes are moved into the family specific headers so that
the more specific headers may override defaults defined in the shared
headers.
2024-03-20 11:29:25 -04:00
..
bootloader cpu/stm32: implement reset to bootloader 2020-06-05 18:41:06 +02:00
dist build-system: Allow out of tree BUILD_DIR 2023-05-16 22:23:03 +02:00
include cpu/stm32: remove redundant conditional compile 2024-03-20 11:29:25 -04:00
kconfigs cpu/stm32: add CPU_FAM_STM32C0 support 2024-01-29 14:44:10 -05:00
lcd_fmc cpu/stm32: add FMC support for LCD with parallel interface 2023-10-12 18:19:03 +02:00
ldscripts cpu/stm32: add FMC RAM as heap 2023-07-26 09:02:10 +02:00
periph boards/nucleo-u575zi-q: Add support 2024-03-01 11:18:18 +01:00
stmclk cpu/stm32: add CPU_FAM_STM32C0 support 2024-01-29 14:44:10 -05:00
vectors cpu/stm32: Add Kconfig dependency modeling 2021-07-02 15:11:05 +02:00
cpu_common.c cpu/stm32: add CPU_FAM_STM32C0 support 2024-01-29 14:44:10 -05:00
cpu_init.c cpu/stm32: add CPU_FAM_STM32C0 support 2024-01-29 14:44:10 -05:00
doc.txt treewide/stm32: Make CLOCK_HS* configurable 2022-11-03 11:37:28 +01:00
Kconfig cpu/stm32: implement periph_timer_query_freqs 2023-12-07 16:15:06 +01:00
Makefile cpu/stm32: add FMC support for LCD with parallel interface 2023-10-12 18:19:03 +02:00
Makefile.cmsis cpu/stm32: add CPU_FAM_STM32C0 support 2024-01-29 14:44:10 -05:00
Makefile.default cpu: make pm_layered a DEFAULT_MODULE 2021-01-27 13:21:20 +01:00
Makefile.dep cpu/stm32/periph: add SDMMC support for F2/F4/F7/L4 2023-12-21 18:37:43 +01:00
Makefile.features cpu/stm32: implement periph_spi_reconfigure 2024-02-15 19:11:37 +01:00
Makefile.include cpu/stm32: add FMC RAM as heap 2023-07-26 09:02:10 +02:00
stm32_info.mk cpu/stm32: add CPU_FAM_STM32C0 support 2024-01-29 14:44:10 -05:00
stm32_line.mk cpu/stm32: add CPU_FAM_STM32C0 support 2024-01-29 14:44:10 -05:00
stm32_mem_lengths.mk cpu/stm32: add CPU_FAM_STM32C0 support 2024-01-29 14:44:10 -05:00
stm32_riotboot.mk cpu/stm32: fix riotboot settings for L4 and WB 2023-05-23 17:47:04 +02:00
stm32.config cpu/stm32: Add Kconfig dependency modeling 2021-07-02 15:11:05 +02:00