aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/octoclock.dox
Commit message (Collapse)AuthorAgeFilesLines
* docs: Updated Octoclock documentationMarcus Müller2015-04-141-16/+18
| | | | | | - Octoclock uses 10 Base-T interface, not 1000 Base-T - Fixed "Note:**" in Octoclock page, unified formatting - All commands are now `preformat` instead of **bold** or *italic*.
* docs: Cleaned up and rearranged manual structureMartin Braun2014-10-141-1/+1
| | | | | - Removed stray .rst files - Cleared up TOC, manual is now split into two parts
* OctoClock firmware upgrade, added host driverNicholas Corgan2014-07-231-0/+126
* OctoClock can communicate with UHD over Ethernet * Can read NMEA strings from GPSDO and send to host * Added multi_usrp_clock class for clock devices * uhd::device can now filter to return only USRP devices or clock devices * New OctoClock bootloader can accept firmware download over Ethernet * Added octoclock_burn_eeprom,octoclock_firmware_burner utilities * Added test_clock_synch example to show clock API