aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/octoclock.dox
Commit message (Collapse)AuthorAgeFilesLines
* docs: updated OctoClock Doxygen fileNicholas Corgan2015-12-301-62/+151
|
* Merge branch 'maint'Martin Braun2015-07-201-2/+2
|\ | | | | | | | | Conflicts: host/include/uhd/transport/nirio/nirio_driver_iface.h
| * docs: OctoClock API link fixed.Martin Braun2015-07-201-2/+2
| |
* | OctoClock bugfixesNicholas Corgan2015-07-091-24/+7
|/ | | | | | * Bumped compatibility version to 3 * firmware: Ethernet, clkdist bugfixes * lib: fixed invalid rev detection
* 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