mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23: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
12 lines
217 B
Python
12 lines
217 B
Python
import os
|
|
|
|
Import('build_project', 'base_project_h7')
|
|
|
|
flags = [
|
|
"-DPANDA_JUNGLE",
|
|
]
|
|
if os.getenv("FINAL_PROVISIONING"):
|
|
flags += ["-DFINAL_PROVISIONING"]
|
|
|
|
build_project("panda_jungle_h7", base_project_h7, flags)
|