summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 4 insertions, 6 deletions
diff --git a/TODO b/TODO
index a1a35ac7..41585602 100644
--- a/TODO
+++ b/TODO
@@ -32,13 +32,11 @@ packet aggregation issue as it doesn't happen with test logs.
*** Driver issues
-**** There are portability issues in some binary drivers.
+**** There are portability issues in the rtcm2 driver
-The italk, ntrip, tsip, ublox, and rtcm2 binary drivers fail port
-tests on the following architectures: armel, armhf, mips, powerpc,
-ppc64, s390, s390x, and sparc. This could indicate toolchain issues,
-endianness/word-length problems, or glitches produced by running a
-32-bit userland over a 64-bit kernel.
+The rtcm2 binary driver fails port testing on the following
+architectures: s390, s390x, and sparc. This is probably due
+to the compiler not honoring #pragma pack(1).
**** gpsctl -b should work on UBX, but does not.