Split cereal into cereal/msgq (#32631)

* squash

* fix doc

* compile device

* compile device

* Update ref

* add msgq to precommit exclusions

* No service ports

* fix compile

* address comments

* More comments

* Delete logger

* Update opendbc

* Linting

* bump msgq
This commit is contained in:
Harald Schäfer
2024-06-06 14:31:56 -07:00
committed by GitHub
parent 4c549778c0
commit e71ec4e8d7
82 changed files with 6240 additions and 66 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
Import('env', 'common', 'cereal', 'messaging')
Import('env', 'common', 'cereal', 'messaging', 'socketmaster')
loc_libs = [cereal, messaging, 'zmq', common, 'capnp', 'kj', 'kaitai', 'pthread']
loc_libs = [cereal, messaging, socketmaster, 'zmq', common, 'capnp', 'kj', 'kaitai', 'pthread']
if GetOption('kaitai'):
generated = Dir('generated').srcnode().abspath