summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/lpc32xx
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-12 10:26:38 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-17 08:31:48 +0100
commitd2664faa39cfd17fa20c84d0ff1623335c21bdac (patch)
treec6503cc795816f0c4f03ed74fd764878e017979b /spec/build/bsps/arm/lpc32xx
parentbuild: Format build items (diff)
downloadrtems-d2664faa39cfd17fa20c84d0ff1623335c21bdac.tar.bz2
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.
Diffstat (limited to 'spec/build/bsps/arm/lpc32xx')
-rw-r--r--spec/build/bsps/arm/lpc32xx/optotgi2c.yml4
-rw-r--r--spec/build/bsps/arm/lpc32xx/optotgvbus.yml4
-rw-r--r--spec/build/bsps/arm/lpc32xx/optscratchsz.yml4
3 files changed, 9 insertions, 3 deletions
diff --git a/spec/build/bsps/arm/lpc32xx/optotgi2c.yml b/spec/build/bsps/arm/lpc32xx/optotgi2c.yml
index 0931bda7ca..2f7d54425c 100644
--- a/spec/build/bsps/arm/lpc32xx/optotgi2c.yml
+++ b/spec/build/bsps/arm/lpc32xx/optotgi2c.yml
@@ -9,7 +9,9 @@ default: 0x00000000
default-by-variant:
- value: 0x00000058
variants:
- - arm/lpc32xx_mzx.*
+ - arm/lpc32xx_mzx
+ - arm/lpc32xx_mzx_stage_1
+ - arm/lpc32xx_mzx_stage_2
description: |
USB OTG transceiver I2C address used by USB stack
enabled-by: true
diff --git a/spec/build/bsps/arm/lpc32xx/optotgvbus.yml b/spec/build/bsps/arm/lpc32xx/optotgvbus.yml
index 0d9d6b65f5..e5d2563a7b 100644
--- a/spec/build/bsps/arm/lpc32xx/optotgvbus.yml
+++ b/spec/build/bsps/arm/lpc32xx/optotgvbus.yml
@@ -9,7 +9,9 @@ default: false
default-by-variant:
- value: USB_OTG_VBUS_POWER_WITH_CHARGE_PUMP
variants:
- - arm/lpc32xx_mzx.*
+ - arm/lpc32xx_mzx
+ - arm/lpc32xx_mzx_stage_1
+ - arm/lpc32xx_mzx_stage_2
description: |
USB OTG transceiver VBUS policy
enabled-by: true
diff --git a/spec/build/bsps/arm/lpc32xx/optscratchsz.yml b/spec/build/bsps/arm/lpc32xx/optscratchsz.yml
index c54f1ae7b3..ad8473d57d 100644
--- a/spec/build/bsps/arm/lpc32xx/optscratchsz.yml
+++ b/spec/build/bsps/arm/lpc32xx/optscratchsz.yml
@@ -9,7 +9,9 @@ default: 0
default-by-variant:
- value: 4096
variants:
- - arm/lpc32xx_mzx.*
+ - arm/lpc32xx_mzx
+ - arm/lpc32xx_mzx_stage_1
+ - arm/lpc32xx_mzx_stage_2
description: |
size of scratch area
enabled-by: true