mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
H7: detect board type with second ID pin group (#1975)
* H7: detect board type based on package * detect smps * misra fix * jungle? * pkg isn't reliable, need syscfg enabled --------- Co-authored-by: Comma Device <device@comma.ai>
This commit is contained in:
@@ -15,7 +15,4 @@ for project_name, project in build_projects.items():
|
||||
if ("ENABLE_SPI" in os.environ or "h7" in project_name):
|
||||
flags.append('-DENABLE_SPI')
|
||||
|
||||
if "H723" in os.environ:
|
||||
flags.append('-DSTM32H723')
|
||||
|
||||
build_project(project_name, project, flags)
|
||||
|
||||
Reference in New Issue
Block a user