summaryrefslogtreecommitdiffstats
path: root/host/utils
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | U2P: saner image burner output messagesNick Foster2010-11-111-2/+2
| | | | | | |
* | | | | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-11-111-3/+3
|\ \ \ \ \ \ \
| * | | | | | | uhd: created a meta range that is a range of ranges for gains and freqsJosh Blum2010-11-101-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-nextNick Foster2010-11-106-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 enabledJosh Blum2010-11-101-1/+6
| | |_|_|_|/ | |/| | | |
| * | | | | uhd: reorganized utils cmakefile to use list of sourcesJosh Blum2010-11-101-24/+23
| | |_|_|/ | |/| | |
| * | | | uhd: for eeprom writeback, write and set only those values changedJosh Blum2010-11-051-11/+13
| | | | |
| * | | | usrp: replaced device specific burner apps with one generic one for mboard ↵Josh Blum2010-11-045-177/+86
| | | | | | | | | | | | | | | | | | | | eeproms
| * | | | usrp: print eeprom key/value pairs in the probe app, fixed mac addr sizeJosh Blum2010-11-041-4/+4
| | |_|/ | |/| |
* | | | 2+: moved mboard_rev to usrp2/ in preparation for merging upstreamNick Foster2010-11-102-85/+0
| | | |
* | | | USRP2P: mboard rev works through props interface.Nick Foster2010-10-122-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 Foster2010-10-071-15/+44
| | | | | | | | | | | | | | | | state info.
* | | | USRP2P: internal reference selected by default.Nick Foster2010-10-051-6/+6
| | | |
* | | | U2P: 32/64Mbit FLASH support, internal reference support for U2P r2Nick Foster2010-10-051-6/+7
| | | |
* | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-09-154-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 Blum2010-09-091-4/+11
| | |/ | |/|
| * | Added serial number read. Renamed the usrp1-specific utilities.Nick Foster2010-08-313-6/+7
| | |
| * | Added usrp_serial_burner.cpp and capabilities for setting serial number in ↵Nick Foster2010-08-313-1/+79
| | | | | | | | | | | | mboard_impl. Have not yet added read support.
| * | EEPROM burning in UHD. Changed some USB device handle stuff. Added ↵Nick Foster2010-08-312-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 usrp2pNick Foster2010-08-181-0/+259
|\ \ | |/ |/|
| * Moved UDP firmware update stuff out of fw_common.h into udp_fw_update.h.Nick Foster2010-08-181-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.pyNick Foster2010-08-171-1/+1
| |
| * UDP firmware update support for USRP2P.Nick Foster2010-08-171-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 functionJosh Blum2010-08-121-2/+2
|/
* usrp2: work on card burner to pad the image file before a writeJosh Blum2010-08-102-12/+32
|
* usrp: removed gain handler code (replaced by gain group)Josh Blum2010-07-271-1/+1
|
* usrp2: added codec impl for codec properties to usrp2Josh Blum2010-07-271-0/+15
|
* uhd: work on tune logic, and subdev connection logicJosh Blum2010-07-161-2/+1
|
* usrp: removed spectrum inverted property from subdev code and tune helper ↵Josh Blum2010-07-161-1/+0
| | | | (it wasnt used)
* uhd: renamed prefix on usrp burn eeprom utilityJosh Blum2010-07-062-7/+21
|
* usrp2: removed usrp2.hpp header, its not needed, just use the ↵Josh Blum2010-07-051-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 Blum2010-06-181-11/+1
| | | | dboard code
* created uhd usrp probeJosh Blum2010-06-092-0/+170
|
* mac os x card burner support and documentation notesJosh Blum2010-05-211-0/+21
|
* clean up parsing of dd.exe --list for windows usrp2 card burnerJosh Blum2010-05-211-24/+22
|
* use only procfs /proc/partitions for discovering raw devices on linuxJosh Blum2010-05-201-6/+4
|
* split the card burner into two python apps, one command line app with ↵Josh Blum2010-05-203-158/+193
| | | | implementation, and the other a gui only app, updated docs as well
* burn sd card fix, units for seek and skip in blocks not bytesJosh Blum2010-05-181-2/+2
|
* card burner: added --list option, added warning, added sync on linuxJosh Blum2010-05-131-6/+19
|
* work on usrp2 card burner, uses blockdev and /proc/paritions to check for ↵Josh Blum2010-05-131-37/+83
| | | | devices, windows tweaks as well
* Added card burner python app with gui and windows support.Josh Blum2010-05-123-5/+294
|
* Expanded the dboard id API to create dboard id types from strings and ints.Josh Blum2010-05-032-6/+4
| | | | | | And created utility functions to go between representations. Created to_pp_string for pretty print strings for dboard ids and device addrs. Minor changes to the various classes that call these utilities.
* setting size of buffers from device argsJosh Blum2010-04-271-1/+1
|
* added dboard id burner appJosh Blum2010-04-242-0/+109
|
* Created args string contructor for device address.Josh Blum2010-04-201-12/+2
| | | | | Using the args string for the find devices app. Added documentation to simple usrp.
* moved props into usrp and multiple hpp filesJosh Blum2010-04-012-3/+2
|
* use find to discover devicesJosh Blum2010-03-302-8/+8
|
* Added utility methods to device addr and mac addr to make them more usable.Josh Blum2010-03-291-6/+11
|
* refactored types.hpp into types directoryJosh Blum2010-03-271-1/+1
|
* Split utils.hpp into subdir with multiple files.Josh Blum2010-03-272-2/+4
| | | | | | | static for static block and static instance (singleton) assert for assertion and throwing related stuff algorithm for my addons to std::algorithm (has) and a new one, safe main, for having a main catch-all