diff options
author | Philip Balister <philip@opensdr.com> | 2010-06-07 14:46:14 +0000 |
---|---|---|
committer | Philip Balister <philip@opensdr.com> | 2010-06-13 19:24:35 +0000 |
commit | 617488fd6a4f6a2efa0c966a07d6ac1b6201c3aa (patch) | |
tree | aa01cdd7e9c445c724db28d453212e2ff88f63c0 /host/apps | |
parent | 7edefe21d6476e0570313a0bbdeada38ea835b9a (diff) | |
download | uhd-617488fd6a4f6a2efa0c966a07d6ac1b6201c3aa.tar.gz uhd-617488fd6a4f6a2efa0c966a07d6ac1b6201c3aa.tar.bz2 uhd-617488fd6a4f6a2efa0c966a07d6ac1b6201c3aa.zip |
Rename loopback of random length packets test program so we know it needs
loopback fpga image. Needs debug.
Diffstat (limited to 'host/apps')
-rw-r--r-- | host/apps/omap_debug/Makefile | 4 | ||||
-rw-r--r-- | host/apps/omap_debug/usrp-e-random-loopback.c (renamed from host/apps/omap_debug/usrp-e-rw-random.c) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/host/apps/omap_debug/Makefile b/host/apps/omap_debug/Makefile index 17a3858cf..c11609bdd 100644 --- a/host/apps/omap_debug/Makefile +++ b/host/apps/omap_debug/Makefile @@ -1,7 +1,7 @@ CFLAGS=-Wall -I../../lib/usrp/usrp_e/ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -O3 CXXFLAGS=-Wall -I../../lib/usrp/usrp_e/ -march=armv7-a -mtune=cortex-a8 -mfpu=neon -O3 -all : usrp-e-spi usrp-e-i2c usrp-e-loopback usrp-e-uart usrp-e-led usrp-e-ctl usrp-e-button usrp-e-uart-rx fpga-downloader usrp-e-gpio usrp-e-debug-pins usrp-e-rw-random usrp-e-timed usrp-e-lb-test usrp-e-crc-rw clkgen-config +all : usrp-e-spi usrp-e-i2c usrp-e-loopback usrp-e-uart usrp-e-led usrp-e-ctl usrp-e-button usrp-e-uart-rx fpga-downloader usrp-e-gpio usrp-e-debug-pins usrp-e-random-loopback usrp-e-timed usrp-e-lb-test usrp-e-crc-rw clkgen-config usrp-e-spi : usrp-e-spi.c @@ -13,7 +13,7 @@ usrp-e-loopback : usrp-e-loopback.c usrp-e-timed : usrp-e-timed.c gcc -o $@ $< -lpthread ${CFLAGS} -usrp-e-rw-random : usrp-e-rw-random.c +usrp-e-random-loopback : usrp-e-random-loopback.c gcc -o $@ $< -lpthread ${CFLAGS} usrp-e-crc-rw : usrp-e-crc-rw.c diff --git a/host/apps/omap_debug/usrp-e-rw-random.c b/host/apps/omap_debug/usrp-e-random-loopback.c index 5960b8fbd..5960b8fbd 100644 --- a/host/apps/omap_debug/usrp-e-rw-random.c +++ b/host/apps/omap_debug/usrp-e-random-loopback.c |