summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/include/bsp.h
diff options
context:
space:
mode:
authorKarel Gardas <karel@functional.vision>2022-06-03 11:41:52 +0200
committerKarel Gardas <karel@functional.vision>2022-06-10 11:17:17 +0200
commite5e1c00491c70134926220f944ea46466a9f44f0 (patch)
tree3df4f0af44cff6ea12d9d7b110178cfd01de21c8 /bsps/arm/stm32h7/include/bsp.h
parentbsps/arm: fix installation of core_cm4.h (diff)
downloadrtems-e5e1c00491c70134926220f944ea46466a9f44f0.tar.bz2
bsps/stm32h7: move BSP start hooks into boards subdirectories
The idea here is to prepare for better per-board specialization of the hooks function code. Sponsored-By: Precidata
Diffstat (limited to 'bsps/arm/stm32h7/include/bsp.h')
-rw-r--r--bsps/arm/stm32h7/include/bsp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/include/bsp.h b/bsps/arm/stm32h7/include/bsp.h
index 0ed9c361a5..08311bf51e 100644
--- a/bsps/arm/stm32h7/include/bsp.h
+++ b/bsps/arm/stm32h7/include/bsp.h
@@ -57,6 +57,12 @@ extern "C" {
uint32_t stm32h7_systick_frequency(void);
+/* default functions */
+void stm32h7_init_power(void);
+void stm32h7_init_oscillator(void);
+void stm32h7_init_clocks(void);
+void stm32h7_init_peripheral_clocks(void);
+
/** @} */
#ifdef __cplusplus