summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2007-12-10 22:22:23 +0000
committerEric S. Raymond <esr@thyrsus.com>2007-12-10 22:22:23 +0000
commit2187a700b2c8d5be8507d938d5ab195b1559217e (patch)
treedb7fde7d50c5a2e1cd282d8aaa23d8e9259bed7c /TODO
parentc316ce943c369343cccb0850bd8b94be22bcb3f4 (diff)
downloadgpsd-2187a700b2c8d5be8507d938d5ab195b1559217e.tar.gz
Document the new regression-test organization.
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 15 insertions, 0 deletions
diff --git a/TODO b/TODO
index 7d81b152..e1eeb8f5 100644
--- a/TODO
+++ b/TODO
@@ -12,6 +12,21 @@ The list of bugs exposed by gpsd in other software has moved to
** Bugs in gpsd and its clients:
+*** Support for the Trimble Lassen and other TSIP-based chips is flaky
+
+Regression tests have revealed some serious numerical instabilties in
+the TSIP driver; it should not be considered reliable. It does not
+currently have an active mmaintainer. The TSIP-related regression
+tests have been moved to unstable.
+
+*** The Garmin binary driver will probably fail on big-endian machines
+
+The driver for the binary protocol used by Garmin USB GPSes has some
+serious endianness dependencies due to naive structure unpacking in
+the C code (a practice Garmin's incomplete and ancient technical
+documentation stupidly encourages). It will probably fail on
+big-endian machines
+
*** Support for the True North magnetic compass is currently broken
Massimo Burcheri reported that it broke somewhere between rev 3654 and