enable dma hil test with hfp.json

This commit is contained in:
hathach
2024-10-04 16:33:58 +07:00
parent 06347661de
commit 7cdab1c94b
3 changed files with 6 additions and 3 deletions

View File

@@ -27,8 +27,8 @@ def main():
else:
toolchain = 'arm-gcc'
if 'build_flags_on' in board:
for f in board['build_flags_on']:
if 'build' in board and 'flags_on' in board['build']:
for f in board['build']['flags_on']:
if f == '':
matrix[toolchain].append(f'-b {name}')
else: