mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 09:13:52 +08:00
* remove DPANDA * -22 * lil more * canfd * lil more * update cppcheck * uart cleanup * always harness * sbu sense * lil more * enable spi * rm ENABLE_SPI
5 lines
154 B
Python
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, [])
|