summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/lpc24xx/optcclk.yml
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/lpc24xx/optcclk.yml
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/lpc24xx/optcclk.yml')
-rw-r--r--spec/build/bsps/arm/lpc24xx/optcclk.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/spec/build/bsps/arm/lpc24xx/optcclk.yml b/spec/build/bsps/arm/lpc24xx/optcclk.yml
index aacf2192c2..e9700ce101 100644
--- a/spec/build/bsps/arm/lpc24xx/optcclk.yml
+++ b/spec/build/bsps/arm/lpc24xx/optcclk.yml
@@ -9,16 +9,20 @@ default: 72000000
default-by-variant:
- value: 96000000
variants:
- - arm/lpc17xx_ea.*
+ - arm/lpc17xx_ea_ram
+ - arm/lpc17xx_ea_rom_int
- value: 96000000
variants:
- - arm/lpc40xx_ea.*
+ - arm/lpc40xx_ea_ram
+ - arm/lpc40xx_ea_rom_int
- value: 58982400
variants:
- - arm/lpc23.*
+ - arm/lpc2362
+ - arm/lpc23xx_tli800
- value: 51612800
variants:
- - arm/lpc24xx_plx800_.*
+ - arm/lpc24xx_plx800_ram
+ - arm/lpc24xx_plx800_rom_int
description: |
CPU clock in Hz
enabled-by: true