summaryrefslogtreecommitdiffstats
path: root/host/include
Commit message (Collapse)AuthorAgeFilesLines
* removed boost exception stuff that makes it incompadible with 1.36, remember ↵Josh Blum2010-04-253-3/+11
| | | | this diff
* Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-04-2816-83/+355
|\
| * added to the time spec documentationJosh Blum2010-04-261-6/+17
| |
| * added simple usrp api to read rssi and get LO lock statusJosh Blum2010-04-261-0/+11
| |
| * Renamed the prop set/get error macros so they make sense for not-implemented ↵Josh Blum2010-04-261-6/+6
| | | | | | | | properties.
| * added lock detect status to dboardsJosh Blum2010-04-261-4/+4
| |
| * prefixed the ASSERT_THROW macro with UHD for the sake of namespaceJosh Blum2010-04-261-1/+1
| |
| * Got eeprom read/write dboard ids working.Josh Blum2010-04-261-9/+20
| | | | | | | | | | Moved named prop implementation into cpp, and made named prop a struct (tuples are trouble).
| * Added i2c interface to serial.hpp, using in usrp2_iface for i2c and eeprom.Josh Blum2010-04-261-0/+61
| |
| * Work on exceptions.Josh Blum2010-04-253-18/+47
| | | | | | | | | | Added props exception macro to make the set/get prop switch statements easier. Made use of boost throw exception macro for throw-site information in throw assert.
| * set dboard eeprom from dboard propertiesJosh Blum2010-04-244-13/+18
| |
| * Moved reading the eeprom (dboard ids) onto the host.Josh Blum2010-04-232-0/+56
| | | | | | | | | | Created a eeprom parser for the format in the dboard. Removed the support from the microblaze code.
| * Created args string contructor for device address.Josh Blum2010-04-202-10/+57
| | | | | | | | | | Using the args string for the find devices app. Added documentation to simple usrp.
| * added comments to cmakelists, makedir in file generation script so python ↵Josh Blum2010-04-191-2/+8
| | | | | | | | doesnt have to
| * moved spi and i2c api into serial.hpp, its used for more than the dboard ↵Josh Blum2010-04-164-29/+64
| | | | | | | | interfacing
| * added automatic ref source enumJosh Blum2010-04-161-0/+1
| |
* | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-04-1618-294/+438
|\| | | | | | | | | Conflicts: .gitignore
| * removed some windows warningsJosh Blum2010-04-141-2/+2
| |
| * Added gain control to rfx. Switched string constants to caps (gains, ↵Josh Blum2010-04-142-5/+9
| | | | | | | | | | | | antennas, subdevs). Made dboard interface for aux dac and adc use volts.
| * removed clock rate prop, we dont need to expose that since ticks are in nsecsJosh Blum2010-04-142-2/+0
| |
| * renamed dxc to dsp for tune resultJosh Blum2010-04-142-4/+4
| |
| * renamed dboard interface to dboard iface, the lengthy name was getting to be ↵Josh Blum2010-04-143-17/+17
| | | | | | | | a burden
| * Moved clock control into abstraction clock control class.Josh Blum2010-04-131-8/+0
| |
| * Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into usrp2Josh Blum2010-04-132-49/+0
| |\
| | * forgot dangling fileJosh Blum2010-04-132-49/+0
| | |
| * | merged unit type and gpio bank for dboard interface into one type, expanded ↵Josh Blum2010-04-121-35/+44
| | | | | | | | | | | | dboard clock config api
| * | moved spi transact to usrp2 impl, and removed spi readJosh Blum2010-04-121-41/+27
| | |
| * | Merge branch 'rfx' of git@ettus.sourcerepo.com:ettus/uhd into ioJosh Blum2010-04-125-61/+86
| |\ \ | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/io_impl.cpp
| | * | converted timespec to use nanoseconds for fractional partJosh Blum2010-04-083-15/+30
| | | |
| | * | Reworked the spi part of the dboard interface.Josh Blum2010-04-071-45/+55
| | | | | | | | | | | | | | | | | | | | | | | | It turns out to be more complicated. The integer type is better for holding the bits. The edges can be different, so the spi config hold 2 edge setting for mosi and miso.
| | * | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into rfxJosh Blum2010-04-069-32/+100
| | |\|
| | * | some work on rfx board codeJosh Blum2010-04-021-1/+1
| | | |
| * | | Added data type conversion routines to transport api.Josh Blum2010-04-123-1/+61
| | | |
| * | | Created zero copy interface/framework, made use of it in usrp2 udp transport ↵Josh Blum2010-04-124-69/+139
| | |/ | |/| | | | | | | stuff.
* | | Merge branch 'master' into usrp_eJosh Blum2010-04-129-32/+100
|\| |
| * | handle tx fragment eob flag caseJosh Blum2010-04-051-0/+1
| | |
| * | renamed dict get key and value methodsJosh Blum2010-04-051-2/+2
| | |
| * | some doxygen fixes after mergeJosh Blum2010-04-052-2/+2
| | |
| * | paradigm shift for the dsp abstractionJosh Blum2010-04-054-11/+19
| | |
| * | added 16 bit peek and poke, 16 bit register defs for gpios and atrsJosh Blum2010-04-051-4/+4
| | |
| * | extended stream cmd with mode enum, and extended fragment flags in metadataJosh Blum2010-04-033-17/+76
| |/
* | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into usrp_eJosh Blum2010-04-0114-212/+348
|\| | | | | | | | | Conflicts: host/include/uhd/usrp/CMakeLists.txt
| * hardcoded values for enum props, added clock get/set for simple usrpJosh Blum2010-04-016-44/+43
| |
| * Moved usrp specific things into usrp directories and namespaces.Josh Blum2010-04-016-19/+22
| | | | | | | | | | Renamed simple device to simple usrp (it was usrp specific). Moved tune helper to usrp dir for same reason.
| * moved props into usrp and multiple hpp filesJosh Blum2010-04-0112-151/+298
| |
| * Refactor ATR part of dboard interface (and some constants).Josh Blum2010-03-311-44/+31
| | | | | | | | | | | | Added peek and poke to the dude/bro protocol. Started moving more control code through peek and poke. Added usrp_regs.hpp to be like memory map for slave perifs.
* | filled in some gpio handling code, some mboard impl, added usrp_e_regs (like ↵Josh Blum2010-03-301-0/+1
| | | | | | | | memory map)
* | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into usrp_eJosh Blum2010-03-301-4/+2
|\|
| * removed masks for ddr and gpio write in dboard interfaceJosh Blum2010-03-301-4/+2
| |
* | compiling with master merge, renamed usrp1e to usrp_eJosh Blum2010-03-302-11/+11
| |