From d2664faa39cfd17fa20c84d0ff1623335c21bdac Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 12 Jan 2023 10:26:38 +0100 Subject: build: Replace variant patterns with a list Replace the variant patterns in the default-by-variant list with an explicit list of matching BSPs. The change was tested by comparing the output of ./waf bspdefaults before and after the change. --- spec/build/bsps/arm/lpc24xx/optuart2cfg.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'spec/build/bsps/arm/lpc24xx/optuart2cfg.yml') diff --git a/spec/build/bsps/arm/lpc24xx/optuart2cfg.yml b/spec/build/bsps/arm/lpc24xx/optuart2cfg.yml index 3e523147ca..0f9bbad26b 100644 --- a/spec/build/bsps/arm/lpc24xx/optuart2cfg.yml +++ b/spec/build/bsps/arm/lpc24xx/optuart2cfg.yml @@ -9,13 +9,19 @@ default: false default-by-variant: - value: false variants: - - arm/lpc23.* + - arm/lpc2362 + - arm/lpc23xx_tli800 - value: false variants: - - arm/lpc24xx_ncs_.* + - arm/lpc24xx_ncs_ram + - arm/lpc24xx_ncs_rom_ext + - arm/lpc24xx_ncs_rom_int - value: false variants: - - arm/.*_plx800_.* + - arm/lpc17xx_plx800_ram + - arm/lpc17xx_plx800_rom_int + - arm/lpc24xx_plx800_ram + - arm/lpc24xx_plx800_rom_int description: | configuration for UART 2 enabled-by: true -- cgit v1.2.3