From 1ea6540c6243e879ef79e709bdb981157c41c3c2 Mon Sep 17 00:00:00 2001 From: Karel Gardas Date: Mon, 16 May 2022 13:11:09 +0200 Subject: bsps/stm32h7: disable all U(S)ARTs except USART1 on stm32h757i-eval BSP This patch disables all U(S)ARTs which are not supported by the board itself and its provided connectors. Sponsored-By: Precidata --- spec/build/bsps/arm/stm32h7/optenuart4.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'spec/build/bsps/arm/stm32h7/optenuart4.yml') diff --git a/spec/build/bsps/arm/stm32h7/optenuart4.yml b/spec/build/bsps/arm/stm32h7/optenuart4.yml index cd5fd31370..8665f4c821 100644 --- a/spec/build/bsps/arm/stm32h7/optenuart4.yml +++ b/spec/build/bsps/arm/stm32h7/optenuart4.yml @@ -3,7 +3,10 @@ actions: - define-condition: null build-type: option default: true -default-by-variant: [] +default-by-variant: +- value: false + variants: + - arm/stm32h757i-eval enabled-by: true format: '{}' links: [] -- cgit v1.2.3