Files
panda-meb/board/SConscript
Adeeb Shihadeh 5ac6305a95 quick garbage collection pass (#2231)
* remove DPANDA

* -22

* lil more

* canfd

* lil more

* update cppcheck

* uart cleanup

* always harness

* sbu sense

* lil more

* enable spi

* rm ENABLE_SPI
2025-07-19 21:05:12 -07:00

5 lines
154 B
Python

Import('build_project', 'base_project_f4', 'base_project_h7')
build_project("panda", base_project_f4, [])
build_project("panda_h7", base_project_h7, [])