krzysztof-cabaj
c6113d2630
cpu/stm32: move licenses to SPDX format
2025-10-02 10:24:48 +02:00
Marian Buschsieweke
cac44edec7
tree-wide: replace multiple empty lines with one
...
For each C source/header `$file`: `sed -e '/^$/N;/^\n$/D' -i $file`.
2025-05-21 22:51:04 +02:00
KSKNico
fe821eaa1d
cpu: replace header guards with #pragma once
2025-05-21 17:13:37 +02:00
Joshua DeWeese
1e4526111f
cpu/stm32: moved includes out of header where not used
2024-03-21 11:02:29 -04:00
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
Jason Parker
b5d72d8242
cpu/stm32: add CPU_FAM_STM32C0 support
2024-01-29 14:44:10 -05:00