Skip to content

Commit 5c048bc

Browse files
authored
feature: Add configurable clock freq (#72)
1 parent 69d1944 commit 5c048bc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

api/device.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ message DeviceConfiguration {
4141
message DeviceSettings {
4242
string name = 1;
4343
TimeSource time_source = 2;
44+
45+
// If configurable, the desired FPGA clock frequency in hz
46+
uint32 fpga_clock_freq_hz = 3;
4447
}
4548

4649
message GetSettingsQuery {

0 commit comments

Comments
 (0)