mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-07 17:25:40 +08:00
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:
@@ -209,6 +209,7 @@ env = Environment(
|
||||
"#third_party/qrcode",
|
||||
"#third_party",
|
||||
"#cereal",
|
||||
"#msgq",
|
||||
"#opendbc/can",
|
||||
"#third_party/maplibre-native-qt/include",
|
||||
f"#third_party/maplibre-native-qt/{arch}/include"
|
||||
@@ -224,6 +225,7 @@ env = Environment(
|
||||
CXXFLAGS=["-std=c++1z"] + cxxflags,
|
||||
LIBPATH=libpath + [
|
||||
"#cereal",
|
||||
"#msgq",
|
||||
"#third_party",
|
||||
"#opendbc/can",
|
||||
"#selfdrive/pandad",
|
||||
@@ -357,6 +359,7 @@ gpucommon = [_gpucommon]
|
||||
Export('common', 'gpucommon')
|
||||
|
||||
# Build cereal and messaging
|
||||
SConscript(['msgq/SConscript'])
|
||||
SConscript(['cereal/SConscript'])
|
||||
|
||||
# Build other submodules
|
||||
|
||||
Reference in New Issue
Block a user