mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
Detect H723 in firmware (#1988)
* determine H723 based on package type * wrong way round * misra... * enable SYSCFG clock before reading * whitelist certain package types
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