Commit graph

14 commits

Author SHA1 Message Date
Josh Blum
8bf1ad45de added to the time spec documentation 2010-04-26 23:41:39 -07:00
Josh Blum
1217b8d67c Got eeprom read/write dboard ids working.
Moved named prop implementation into cpp,
and made named prop a struct (tuples are trouble).
2010-04-26 12:16:37 -07:00
Josh Blum
0c609b9657 Added i2c interface to serial.hpp, using in usrp2_iface for i2c and eeprom. 2010-04-26 00:17:08 -07:00
Josh Blum
eae0bec99b Created args string contructor for device address.
Using the args string for the find devices app.
Added documentation to simple usrp.
2010-04-20 12:05:33 -07:00
Josh Blum
8375ae721c moved spi and i2c api into serial.hpp, its used for more than the dboard interfacing 2010-04-16 22:10:35 -07:00
Josh Blum
36d81c5658 renamed dxc to dsp for tune result 2010-04-14 11:47:55 -07:00
Josh Blum
d743784919 converted timespec to use nanoseconds for fractional part 2010-04-08 10:57:16 -07:00
Josh Blum
ed5cb33eb4 renamed dict get key and value methods 2010-04-05 18:11:32 -07:00
Josh Blum
83bd55d639 extended stream cmd with mode enum, and extended fragment flags in metadata 2010-04-03 19:43:20 -07:00
Josh Blum
f9be69cae7 Added io type and otw type for describing types. 2010-03-30 14:07:19 -07:00
Josh Blum
1295df8cbb Added utility methods to device addr and mac addr to make them more usable. 2010-03-29 12:58:06 -07:00
Josh Blum
b71d0cbea9 refactored types.hpp into types directory 2010-03-27 14:27:55 -07:00
Josh Blum
af586ae149 Overhaullllllled the way we do streaming. There is an odd bug where
a zero length command (now, no chain) used to stop the streaming.
Now it seems to do the reverse... must investigate.

Made all clock configuration into enums. The strings were painful
and there cant be that many variations that enums cant cover them.
The enums will make more sense to developers than mystery strings.
2010-03-25 18:36:16 -07:00
Josh Blum
d1ecc555e5 Moved typedefs from props.hpp into new file types.hpp.
Created structs to replace range tuples, and clock config struct.
Merged clock config props into one property using config struct.
Added templated dict construction to use the assign::map_list_of.
Added gcc flag to set visibility to hidden and use the api macro.
2010-03-21 00:58:34 -07:00