[rtems-tools commit] bsp-builder: Add lm3s6965_qemu to ARM bsp list. Fix network-debug options.
Chris Johns
chrisj at rtems.org
Thu Aug 25 06:15:10 UTC 2016
Module: rtems-tools
Branch: master
Commit: e9fb4c5bbf9ed54842100838bd2244c649847c22
Changeset: http://git.rtems.org/rtems-tools/commit/?id=e9fb4c5bbf9ed54842100838bd2244c649847c22
Author: Chris Johns <chrisj at rtems.org>
Date: Thu Aug 25 16:14:57 2016 +1000
bsp-builder: Add lm3s6965_qemu to ARM bsp list. Fix network-debug options.
---
tester/rtems/rtems-bsps.ini | 8 ++++----
1 file 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
More information about the vc
mailing list