* booting

* cleanup

---------

Co-authored-by: Comma Device <device@comma.ai>
This commit is contained in:
Adeeb Shihadeh
2024-01-23 23:15:59 -08:00
committed by GitHub
parent 7c613fdcb5
commit a2d5d8ad07
6 changed files with 94 additions and 5 deletions

View File

@@ -15,4 +15,7 @@ for project_name, project in build_projects.items():
if ("ENABLE_SPI" in os.environ or "h7" in project_name) and not project_name.startswith('pedal'):
flags.append('-DENABLE_SPI')
if "H723" in os.environ:
flags.append('-DSTM32H723')
build_project(project_name, project, flags)