summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/include/bsp.h')
-rw-r--r--bsps/arm/stm32h7/include/bsp.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/bsps/arm/stm32h7/include/bsp.h b/bsps/arm/stm32h7/include/bsp.h
index 0ed9c361a5..6b0c7bd7f6 100644
--- a/bsps/arm/stm32h7/include/bsp.h
+++ b/bsps/arm/stm32h7/include/bsp.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/*
- * Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+ * Copyright (C) 2020 embedded brains GmbH & Co. KG
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -57,6 +57,13 @@ 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);
+void stm32h7_init_qspi(void);
+
/** @} */
#ifdef __cplusplus