mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-09-15 03:54:03 +08:00
Pigeond (#25561)
* split out pigeond from boardd * also want to turn off power * fix manager calls * move to sensord folder * release files: * add assistnow code * no bare except * add test script to test TTFF Co-authored-by: Comma Device <device@comma.ai>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Import('env', 'envCython', 'common', 'cereal', 'messaging')
|
||||
|
||||
libs = ['usb-1.0', common, cereal, messaging, 'pthread', 'zmq', 'capnp', 'kj']
|
||||
env.Program('boardd', ['main.cc', 'boardd.cc', 'panda.cc', 'pigeon.cc'], LIBS=libs)
|
||||
env.Program('boardd', ['main.cc', 'boardd.cc', 'panda.cc'], LIBS=libs)
|
||||
env.Library('libcan_list_to_can_capnp', ['can_list_to_can_capnp.cc'])
|
||||
|
||||
envCython.Program('boardd_api_impl.so', 'boardd_api_impl.pyx', LIBS=["can_list_to_can_capnp", 'capnp', 'kj'] + envCython["LIBS"])
|
||||
|
||||
Reference in New Issue
Block a user