summaryrefslogtreecommitdiffstats
path: root/host/apps
Commit message (Collapse)AuthorAgeFilesLines
* Updates to test programs.Philip Balister2010-04-233-14/+181
|
* Update transfer test program to use usrp_transfer_frame struct.Philip Balister2010-04-222-17/+60
|
* Add program to setup debug pins.Philip Balister2010-04-203-1/+83
| | | | Add script to reload fpga and module.
* Initialize data array to help show when reads fail. Report return valuePhilip Balister2010-04-201-0/+5
| | | | from ioctl
* usrp-e-spi: change active edges around.Philip Balister2010-04-201-1/+1
|
* usrp-e-i2c always uses hex arguments.Philip Balister2010-04-201-6/+10
|
* Always put new bin file in /home/root.Philip Balister2010-04-201-2/+2
|
* Fix silly typo in script.Josh Blum2010-04-201-0/+1
|
* Fix script to write board id eeprom.Josh Blum2010-04-201-2/+2
|
* Add scripts to read and write board id info into usrp e id eepromPhilip Balister2010-04-202-0/+20
|
* pulled in master and got usrp-e code compilingJosh Blum2010-04-162-2/+2
|
* Fix typo.Philip Balister2010-04-131-0/+1
|
* Test program to verify GPIO on daughterboards. For success, connect gpios onPhilip Balister2010-04-093-7/+94
| | | | TX to corresponding ones on RX.
* Attempt to make scripts run inside and outside GHQ.Philip Balister2010-04-035-6/+22
| | | | | | | When at GHQ: export GHQ=1 export GHQ_USER="something that can log in to astro"
* Add program to read from serial port and print to screen. (works)Philip Balister2010-04-032-1/+57
|
* Add ability to change uart baud rate. (works)Philip Balister2010-04-031-1/+12
|
* Yes, I am an idiot.Philip Balister2010-04-031-0/+0
|
* Update to use register definitions from header file.Philip Balister2010-04-023-4/+4
|
* Don't need to use malloc to get the correct sized struct anymore.Philip Balister2010-04-021-12/+8
|
* Convert to use register include file. Fix peek/poke16 program.Philip Balister2010-04-025-13/+112
| | | | | Add program to cycle through LED's and test buttons. Only pushbuttons tested at the moment.
* Handle 32 bit data to spi controller.Philip Balister2010-04-021-2/+5
|
* Allow variable length spi messages.Philip Balister2010-04-011-5/+6
|
* Spi word length is in bits, not bytes.Philip Balister2010-04-011-1/+1
|
* Merge branch 'usrp_e' of git@ettus.sourcerepo.com:ettus/uhd into usrp_ePhilip Balister2010-04-015-279/+0
|\
| * compiling with master merge, renamed usrp1e to usrp_eJosh Blum2010-03-301-47/+0
| |
| * Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into usrp_eJosh Blum2010-03-304-232/+0
| |\ | | | | | | | | | | | | | | | Conflicts: host/include/uhd/usrp/dboard_id.hpp host/lib/usrp/usrp2/usrp2_impl.cpp
| | * Reorganized apps dir into utils and examples dir.Josh Blum2010-03-235-323/+0
| | | | | | | | | | | | The files get installed into the pkg data directory.
| | * Added example app to receive timed samples.Josh Blum2010-03-232-0/+94
| | | | | | | | | | | | | | | Added useful calls to simple device. Fixed vrt frac time usage (wrong word).
* | | Minor fixes.Philip Balister2010-03-291-2/+2
|/ /
* | Working version.Philip Balister2010-03-261-1/+1
| |
* | Add test program to send characters to the wishbone uart.Philip Balister2010-03-262-1/+42
| |
* | Update read/write test program to new header name and add to Makefile.Philip Balister2010-03-252-3/+7
| |
* | Updates for header file change from usrp1_e.h to usrp_e.h.root2010-03-254-16/+16
| |
* | Makefile and usrp-e-spi edits, add i2c test program.Philip Balister2010-03-243-1/+84
| |
* | Merge branch 'u1e_uhd' of git@ettus.sourcerepo.com:ettus/uhd into u1e_uhdPhilip Balister2010-03-241-5/+21
|\ \
| * \ Merge branch 'u1e_uhd' of git@ettus.sourcerepo.com:ettus/uhd into u1e_uhdroot2010-03-246-0/+0
| |\ \
| * | | Update usrp1_e.h header file to match kernel driver.root2010-03-241-5/+21
| | | |
* | | | Start applying order through Makefile.Philip Balister2010-03-241-0/+1
| |/ / |/| |
* | | Start renaming stuff in line with product name USRP Embedded.Philip Balister2010-03-246-0/+0
|/ /
* | Commit random test code.root2010-03-239-5/+294
| | | | | | | | | | Unfiltered commit of test code I am accumlating on my ewewoneee. Most of this should go away before release.
* | Merge branch 'u1e_uhd' of git@ettus.sourcerepo.com:ettus/uhd into u1e_uhdroot2010-03-236-23/+213
|\ \
| * | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into u1e_uhdJosh Blum2010-03-182-0/+53
| |\|
| | * added more help and verbose on recovery appJosh Blum2010-03-161-3/+5
| | |
| | * Added recovery app to use raw socket to burn known ip addr.Josh Blum2010-03-162-0/+51
| | | | | | | | | | | | Fixed up fw so the device can reply after new addrs are set.
| * | Merge branch 'u1e_uhd' of git@ettus.sourcerepo.com:ettus/uhd into u1e_uhdJosh Blum2010-03-151-6/+6
| |\ \
| | * \ Merge branch 'u1e_uhd' of ettus.sourcerepo.com:ettus/uhd into u1e_uhdMatt Ettus2010-03-083-13/+67
| | |\ \
| | * | | proper flags bitsMatt Ettus2010-03-081-6/+6
| | | | |
| * | | | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into u1e_uhdJosh Blum2010-03-153-5/+88
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/| | | | | Conflicts: host/apps/CMakeLists.txt host/lib/usrp/usrp2/usrp2_impl.cpp
| | * | Ability to burn mac addr and ip addr to usrp2 (over ip/udp for now).Josh Blum2010-03-152-2/+86
| | | | | | | | | | | | | | | | Added firmware support and usrp2 burner host app.
| | * | Added simple device to handle wrapping general properties up into simple api.Josh Blum2010-03-101-1/+1
| | | | | | | | | | | | | | | | | | | | Added setting time capability to the usrp2 impl. Messing with props and time specs...