Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: only install usrp2 apps when the component is enabled | Josh Blum | 2010-12-04 | 1 | -6/+9 |
| | |||||
* | uhd: only enable C when we are building the USRP-E100 utilty apps | Josh Blum | 2010-12-04 | 1 | -0/+1 |
| | |||||
* | Merge branch 'usrp_e100' into next | Josh Blum | 2010-11-23 | 8 | -0/+1220 |
|\ | | | | | | | | | Conflicts: images/Makefile | ||||
| * | Merge branch 'master' into usrp_e100_i2c | Josh Blum | 2010-11-10 | 1 | -1/+6 |
| |\ | | | | | | | | | | | | | Conflicts: host/utils/CMakeLists.txt | ||||
| * \ | Merge branch 'master' into usrp_e100 | Josh Blum | 2010-11-10 | 1 | -50/+34 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: host/utils/CMakeLists.txt | ||||
| * | | | usrp-e100: add header path for the utils directory as well | Josh Blum | 2010-11-09 | 1 | -0/+3 |
| | | | | |||||
| * | | | Merge branch 'master' into usrp_e_next | Josh Blum | 2010-11-09 | 6 | -181/+92 |
| |\ \ \ | |||||
| * | | | | USRP-E: updated the loopback tester for length checking. | root | 2010-10-13 | 1 | -5/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Checks lengths by pushing them into a circular buffer and popping them out. Protected by mutex so it doesn't go chewing on itself. | ||||
| * | | | | Merge branch 'master' into usrp_e | Josh Blum | 2010-09-09 | 1 | -4/+11 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/examples/CMakeLists.txt | ||||
| * \ \ \ \ | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Philip Balister | 2010-09-09 | 3 | -0/+152 |
| |\ \ \ \ \ | |||||
| * | | | | | | Add clkgen-config, usrp-e-i2c and usrp-e-spi to the installed utils. | Philip Balister | 2010-09-09 | 4 | -0/+449 |
| | | | | | | | |||||
| * | | | | | | Add usrp-e-debug-pins to utils. This is the wrong place for the regs header | Philip Balister | 2010-08-29 | 3 | -0/+277 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | file. | ||||
| * | | | | | | Test if usrp_e kernel module is loaded before trying to load the FPGA. Do | Philip Balister | 2010-08-28 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | not load the the fpga if the kernel module is loaded. | ||||
| * | | | | | | Move fpga-downloader and usrp-e-loopback into utils so they get packaged | Philip Balister | 2010-08-28 | 3 | -0/+453 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | for installation on the USRP Embedded. | ||||
* | | | | | | | Updated fw rev number in N2XX burner. | Nick Foster | 2010-11-18 | 1 | -2/+1 |
| | | | | | | | |||||
* | | | | | | | usrp-n: renamed docs and burner app, added burner app documentation | Josh Blum | 2010-11-11 | 1 | -0/+0 |
| | | | | | | | |||||
* | | | | | | | U2P: saner image burner output messages | Nick Foster | 2010-11-11 | 1 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-11-11 | 1 | -3/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | uhd: created a meta range that is a range of ranges for gains and freqs | Josh Blum | 2010-11-10 | 1 | -3/+3 |
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | created a templated range that that holds a start, stop, and step created a meta-range template that is a vector of ranges meta-range can calculate the overall start, stop, step or be indexed to get at components replaced instances of range.min, max, step with the functions start() stop() and step() the xcvr frequency range is now expressed in as two ranges (have to fix its clip function though) | ||||
* | | | | | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p-next | Nick Foster | 2010-11-10 | 6 | -201/+116 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: firmware/microblaze/lib/u2_init.c host/lib/usrp/usrp2/clock_ctrl.cpp host/lib/usrp/usrp2/fw_common.h host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_iface.cpp host/lib/usrp/usrp2/usrp2_iface.hpp | ||||
| * | | | | | | usrp1: usrp1 util is conditionally enabled | Josh Blum | 2010-11-10 | 1 | -1/+6 |
| | |_|_|_|/ | |/| | | | | |||||
| * | | | | | uhd: reorganized utils cmakefile to use list of sources | Josh Blum | 2010-11-10 | 1 | -24/+23 |
| | |_|_|/ | |/| | | | |||||
| * | | | | uhd: for eeprom writeback, write and set only those values changed | Josh Blum | 2010-11-05 | 1 | -11/+13 |
| | | | | | |||||
| * | | | | usrp: replaced device specific burner apps with one generic one for mboard ↵ | Josh Blum | 2010-11-04 | 5 | -177/+86 |
| | | | | | | | | | | | | | | | | | | | | eeproms | ||||
| * | | | | usrp: print eeprom key/value pairs in the probe app, fixed mac addr size | Josh Blum | 2010-11-04 | 1 | -4/+4 |
| | |_|/ | |/| | | |||||
* | | | | 2+: moved mboard_rev to usrp2/ in preparation for merging upstream | Nick Foster | 2010-11-10 | 2 | -85/+0 |
| | | | | |||||
* | | | | USRP2P: mboard rev works through props interface. | Nick Foster | 2010-10-12 | 2 | -0/+85 |
| | | | | | | | | | | | | | | | | | | | | | | | | Added usrp2_burn_mb_rev.cpp to utils. It is not installed to the utils install dir. Not all happy with the mboard_rev setup -- is_usrp2p() is too specific for a generalized mboard_rev concept. I'm not sure where else to put it so for now it stays. | ||||
* | | | | U2P: Bootloader/ICAP updates. 2-stage bootloader works. Uses EEPROM for ↵ | Nick Foster | 2010-10-07 | 1 | -15/+44 |
| | | | | | | | | | | | | | | | | state info. | ||||
* | | | | USRP2P: internal reference selected by default. | Nick Foster | 2010-10-05 | 1 | -6/+6 |
| | | | | |||||
* | | | | U2P: 32/64Mbit FLASH support, internal reference support for U2P r2 | Nick Foster | 2010-10-05 | 1 | -6/+7 |
| | | | | |||||
* | | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-09-15 | 4 | -4/+163 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/CMakeLists.txt host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_regs.hpp | ||||
| * | | | usrp: dboard eeprom burner app takes slot param (fixed for automatic) | Josh Blum | 2010-09-09 | 1 | -4/+11 |
| | |/ | |/| | |||||
| * | | Added serial number read. Renamed the usrp1-specific utilities. | Nick Foster | 2010-08-31 | 3 | -6/+7 |
| | | | |||||
| * | | Added usrp_serial_burner.cpp and capabilities for setting serial number in ↵ | Nick Foster | 2010-08-31 | 3 | -1/+79 |
| | | | | | | | | | | | | mboard_impl. Have not yet added read support. | ||||
| * | | EEPROM burning in UHD. Changed some USB device handle stuff. Added ↵ | Nick Foster | 2010-08-31 | 2 | -0/+73 |
| |/ | | | | | | | usrp_init_eeprom.cpp. Hacked up the firmware makefile to behave and to generate .bin EEPROM images instead of IHX. | ||||
* | | Merge branch 'usrp2p_udpfw' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-08-18 | 1 | -0/+259 |
|\ \ | |/ |/| | |||||
| * | Moved UDP firmware update stuff out of fw_common.h into udp_fw_update.h. | Nick Foster | 2010-08-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | This stuff should only go back into fw_common.h if we decide to integrate firmware update into the UHD code. Right now it's a separate Python script. Also moved udp_fw_update.h to lib/ because it's the same between USRP2 and USRP2P. | ||||
| * | Removed debugging print from usrp2p_fw_update.py | Nick Foster | 2010-08-17 | 1 | -1/+1 |
| | | |||||
| * | UDP firmware update support for USRP2P. | Nick Foster | 2010-08-17 | 1 | -0/+259 |
| | | | | | | | | | | | | | | | | The hooks are in there for USRP2, but without CPLD changes it won't support it. Added an app host/utils/usrp2p_fw_update.py to write to USRP2P over the wire. Lots of TODOs in that file. Caveat -- fw_common.h, bootloader_utils.h, and the .py app MUST ALL AGREE! | ||||
* | | uhd: made split string utility function | Josh Blum | 2010-08-12 | 1 | -2/+2 |
|/ | |||||
* | usrp2: work on card burner to pad the image file before a write | Josh Blum | 2010-08-10 | 2 | -12/+32 |
| | |||||
* | usrp: removed gain handler code (replaced by gain group) | Josh Blum | 2010-07-27 | 1 | -1/+1 |
| | |||||
* | usrp2: added codec impl for codec properties to usrp2 | Josh Blum | 2010-07-27 | 1 | -0/+15 |
| | |||||
* | uhd: work on tune logic, and subdev connection logic | Josh Blum | 2010-07-16 | 1 | -2/+1 |
| | |||||
* | usrp: removed spectrum inverted property from subdev code and tune helper ↵ | Josh Blum | 2010-07-16 | 1 | -1/+0 |
| | | | | (it wasnt used) | ||||
* | uhd: renamed prefix on usrp burn eeprom utility | Josh Blum | 2010-07-06 | 2 | -7/+21 |
| | |||||
* | usrp2: removed usrp2.hpp header, its not needed, just use the ↵ | Josh Blum | 2010-07-05 | 1 | -2/+3 |
| | | | | | | discovery/factory system uhd: added usrp_mimo skeleton code/header | ||||
* | uhd: added dboard manager call to register xcvr board, implemented in xcvr ↵ | Josh Blum | 2010-06-18 | 1 | -11/+1 |
| | | | | dboard code | ||||
* | created uhd usrp probe | Josh Blum | 2010-06-09 | 2 | -0/+170 |
| | |||||
* | mac os x card burner support and documentation notes | Josh Blum | 2010-05-21 | 1 | -0/+21 |
| |