panda jungle (#1547)

* mv jungle

* match pedal style

* fix linter

* fix fw path

* fix paths

* safety!
This commit is contained in:
Adeeb Shihadeh
2023-08-03 23:55:13 -07:00
committed by GitHub
parent e7894e6770
commit d7120be904
45 changed files with 1755 additions and 64 deletions

View File

@@ -182,6 +182,9 @@ SConscript('board/SConscript')
# pedal fw
SConscript('board/pedal/SConscript')
# panda jungle fw
SConscript('board/jungle/SConscript')
# test files
if GetOption('test'):
SConscript('tests/libpanda/SConscript')