1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/stm32/dist
Gilles DOFFE 91a12c200c cpu/stm32: do not retrieve cmsis headers
Normally, CMSIS headers are retrieved as package from ST git repository
for each stm32.
However stm32mp1 family does not have a CMSIS headers repository but
have been included into RIOT source code in a previous commit.
For stm32mp1, CMSIS headers package must then not be retrieved and
vectors have to be generated from already in-source CMSIS headers.

Signed-off-by: Gilles DOFFE <gilles.doffe@savoirfairelinux.com>
2020-11-13 10:43:08 +01:00
..
clk_conf cpu/stm32: add stm32mp1 support to clk_conf 2020-11-13 10:43:08 +01:00
irqs cpu/stm32: do not retrieve cmsis headers 2020-11-13 10:43:08 +01:00
kconfig cpu/stm32/kconfig: create family directory if not exist 2020-10-23 18:21:51 +02:00
.gitignore