Rewrite ubloxd in Python (#36112)

* Rewrite ubloxd in Python

* lil more

* rm from third_party/

* cleanup

* ubx replay

* try this

* back to kaitai

* Revert "ubx replay"

This reverts commit 570bd3d25fbabc590379ce0a9f98d30de55cf1b3.
This commit is contained in:
Adeeb Shihadeh
2025-09-07 15:40:48 -07:00
committed by GitHub
parent a885111c0c
commit 8dca43881a
25 changed files with 1241 additions and 4628 deletions
-1
View File
@@ -1,4 +1,3 @@
Import('env')
env.Library('json11', ['json11/json11.cpp'], CCFLAGS=env['CCFLAGS'] + ['-Wno-unqualified-std-cast-call'])
env.Library('kaitai', ['kaitai/kaitaistream.cpp'], CPPDEFINES=['KS_STR_ENCODING_NONE'])