summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorMichael Brown <mbrown@fensystems.co.uk>2016-02-09 16:15:51 -0500
committerEric S. Raymond <esr@thyrsus.com>2016-02-09 16:15:51 -0500
commit58a352431b563ca46e071eced3e8445133cd0b80 (patch)
treee6a09ec2dfd75825fc306307d71516412cf3405c /SConstruct
parentdfedfaa584a5d3d6dde66785c1f677298a585d79 (diff)
downloadgpsd-58a352431b563ca46e071eced3e8445133cd0b80.tar.gz
Add support for stashed partial messages
The Spectratime iSync GRClok and LNRClok devices generate NMEA-format status packets, which report the status of the GPS-disciplined rubidium oscillator. These packets are inserted randomly into the middle of packets from the embedded u-Blox GPS. Add support for a stash buffer, used to hold the initial portion of interrupted NMEA packets.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 3b4cb89c..d136306f 100644
--- a/SConstruct
+++ b/SConstruct
@@ -146,6 +146,7 @@ boolopts = (
("timing", False, "latency timing support"),
("control_socket", True, "control socket for hotplug notifications"),
("systemd", systemd, "systemd socket activation"),
+ ("stash", True, "enable stash buffer"),
# Client-side options
("clientdebug", True, "client debugging support"),
("ncurses", True, "build with ncurses"),