summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-01-04 19:21:11 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-01-04 19:23:15 +0100
commit6600585fc8e5fa299bf1ca1e0856d44b23c195cf (patch)
treea043775a4b56edf7b9166daa85c8f1df510f56f2 /spec/build/bsps
parentbsp/stm32h7: Split start configuration (diff)
downloadrtems-6600585fc8e5fa299bf1ca1e0856d44b23c195cf.tar.bz2
bsp/stm32h7: Split console configuration
This allows applications to individually provide configuration structures. Update #4209.
Diffstat (limited to '')
-rw-r--r--spec/build/bsps/arm/stm32h7/bspstm32h7.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/spec/build/bsps/arm/stm32h7/bspstm32h7.yml b/spec/build/bsps/arm/stm32h7/bspstm32h7.yml
index 6424de3c3f..1e54838c66 100644
--- a/spec/build/bsps/arm/stm32h7/bspstm32h7.yml
+++ b/spec/build/bsps/arm/stm32h7/bspstm32h7.yml
@@ -268,15 +268,25 @@ source:
- bsps/arm/shared/start/bsp-start-memcpy.S
- bsps/arm/stm32h7/console/console.c
- bsps/arm/stm32h7/console/console-uart4.c
+- bsps/arm/stm32h7/console/console-uart4-cfg.c
- bsps/arm/stm32h7/console/console-uart5.c
+- bsps/arm/stm32h7/console/console-uart5-cfg.c
- bsps/arm/stm32h7/console/console-uart7.c
+- bsps/arm/stm32h7/console/console-uart7-cfg.c
- bsps/arm/stm32h7/console/console-uart8.c
+- bsps/arm/stm32h7/console/console-uart8-cfg.c
- bsps/arm/stm32h7/console/console-uart9.c
+- bsps/arm/stm32h7/console/console-uart9-cfg.c
- bsps/arm/stm32h7/console/console-usart10.c
+- bsps/arm/stm32h7/console/console-usart10-cfg.c
- bsps/arm/stm32h7/console/console-usart1.c
+- bsps/arm/stm32h7/console/console-usart1-cfg.c
- bsps/arm/stm32h7/console/console-usart2.c
+- bsps/arm/stm32h7/console/console-usart2-cfg.c
- bsps/arm/stm32h7/console/console-usart3.c
+- bsps/arm/stm32h7/console/console-usart3-cfg.c
- bsps/arm/stm32h7/console/console-usart6.c
+- bsps/arm/stm32h7/console/console-usart6-cfg.c
- bsps/arm/stm32h7/console/printk-support.c
- bsps/arm/stm32h7/hal/stm32h7xx_hal_adc.c
- bsps/arm/stm32h7/hal/stm32h7xx_hal_adc_ex.c