summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-08-25 16:14:57 +1000
committerChris Johns <chrisj@rtems.org>2016-08-25 16:14:57 +1000
commite9fb4c5bbf9ed54842100838bd2244c649847c22 (patch)
tree1d3498dc239d52eaebbb923d2becf0033b9b73ab
parentf7f07049058e4cdf1031d8391a355053fd693935 (diff)
bsp-builder: Add lm3s6965_qemu to ARM bsp list. Fix network-debug options.
-rw-r--r--tester/rtems/rtems-bsps.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tester/rtems/rtems-bsps.ini b/tester/rtems/rtems-bsps.ini
index 4455197..e0e8f82 100644
--- a/tester/rtems/rtems-bsps.ini
+++ b/tester/rtems/rtems-bsps.ini
@@ -54,7 +54,7 @@ bsps_arm = arm1136jfs,
edb7312,
kit637_v6,
gumstix,
- lm3s3749, lm3s6965, lm3s6965_qemu, lm4f120,
+ lm3s3749, lm3s6965, lm4f120,
lpc1768_mbed, lpc1768_mbed_ahb_ram, lpc1768_mbed_ahb_ram_eth,
lpc17xx_ea_ram, lpc17xx_ea_rom_int, lpc17xx_plx800_ram,
lpc17xx_plx800_rom_int, lpc2362, lpc23xx_tli800, lpc24xx_ea,
@@ -90,7 +90,7 @@ bsps = altcycv_devkit,
edb7312,
kit637_v6,
gumstix,
- lm3s3749, lm3s6965, lm4f120,
+ lm3s3749, lm3s6965, lm3s6965_qemu, lm4f120,
lpc1768_mbed, lpc1768_mbed_ahb_ram, lpc1768_mbed_ahb_ram_eth,
lpc17xx_ea_ram, lpc17xx_ea_rom_int, lpc17xx_plx800_ram,
lpc17xx_plx800_rom_int, lpc2362, lpc23xx_tli800, lpc24xx_ea,
@@ -115,7 +115,7 @@ exclude_smp = arm1136jfs,
edb7312,
kit637_v6,
gumstix,
- lm3s3749, lm3s6965, lm4f120,
+ lm3s3749, lm3s6965, lm3s6965_qemu, lm4f120,
lpc1768_mbed, lpc1768_mbed_ahb_ram, lpc1768_mbed_ahb_ram_eth,
lpc17xx_ea_ram, lpc17xx_ea_rom_int, lpc17xx_plx800_ram,
lpc17xx_plx800_rom_int, lpc2362, lpc23xx_tli800, lpc24xx_ea,
@@ -183,7 +183,7 @@ posix-profiling = --enable-posix --enable-profiling
posix-smp = --enable-posix --enable-smp
network = --enable-networking
no-network = --disable-networking
-network-debug = --enable-debug, --enable-networking
+network-debug = --enable-debug --enable-networking
smp-network = --enable-smp --enable-networking
smp-network-debug = --enable-smp --enable-debug --enable-networking