Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: removed wax and props utils | Josh Blum | 2011-11-07 | 1 | -2/+1 |
| | |||||
* | gps: use absolute timeout for communication | Josh Blum | 2011-09-28 | 1 | -6/+6 |
| | |||||
* | usrp2: uart/udp work in host and fw, working | Josh Blum | 2011-09-28 | 1 | -10/+22 |
| | |||||
* | gps_ctrl: make GPSDO parsing more robust, add retries | Nick Foster | 2011-08-11 | 1 | -32/+51 |
| | |||||
* | GPS ctrl fixes for uncooperative Firefly devices (Bastien Auneau) | Nick Foster | 2011-08-05 | 1 | -0/+7 |
| | |||||
* | Refactor GPS code to duplicate way less stuff, make members private | Nick Foster | 2011-06-17 | 1 | -120/+101 |
| | |||||
* | USRP2/N210: set VITA time even if GPS not locked. harmless to do so. | Nick Foster | 2011-06-17 | 1 | -1/+1 |
| | |||||
* | UHD: implemented gps_locked sensor. usrp2 mboard doesn't init VITA time if ↵ | Nick Foster | 2011-06-17 | 1 | -0/+22 |
| | | | | time not valid. | ||||
* | UHD: GPS work. | Nick Foster | 2011-06-17 | 1 | -48/+77 |
| | | | | | | | * Rewrote NMEA acquisition to be more general * Added GPS sensors instead of member fns for data access * GPS sensors added to mboard sensors to keep ABI compat * VITA time initialized to GPS time on init | ||||
* | uhd: removed more iostream stuff from usrp* implementations | Josh Blum | 2011-05-04 | 1 | -5/+6 |
| | |||||
* | GPS parser fixes for get_time. | Nick Foster | 2011-04-29 | 1 | -5/+5 |
| | |||||
* | USRP2: Added GPS time support to the sensors interface. gps_time sensor ↵ | Nick Foster | 2011-04-29 | 1 | -0/+4 |
| | | | | returns epoch time as time_t. Untested. | ||||
* | uhd: update copyright headers with automated script | Josh Blum | 2011-03-23 | 1 | -1/+1 |
| | |||||
* | uhd: replaced instanced of std::exception with the uhd exceptions | Josh Blum | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | uhd: renamed the assert header to assert has | Josh Blum | 2011-02-24 | 1 | -3/+2 |
| | | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match | ||||
* | N210: longer GPS timeout, removed try/catch in safe_recv loop (since it ↵ | Nick Foster | 2011-01-25 | 1 | -12/+4 |
| | | | | can't throw any more) | ||||
* | next: generalized the GPS interface to any USRP device. just give it a ↵ | Nick Foster | 2011-01-17 | 1 | -0/+210 |
function to write/read strings to UART. not sure if i'm happy with the interface; maybe inheriting is cleaner. this works though. gps interface for usrp2 is disabled right now in mboard_impl. |