Skip to content

Commit

Permalink
Fix builds for MG24
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed May 30, 2024
1 parent 3502451 commit bf85eaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/build_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,10 @@ def main():
args.build_dir / "config/sl_memory_config.h",
args.build_dir / "config/sl_board_control_config.h",
args.build_dir / "config/FreeRTOSConfig.h",
# Hardware-specific startup config
args.build_dir / "config/sl_device_init_lfxo_config.h",
args.build_dir / "config/sl_device_init_hfxo_config.h",
args.build_dir / "config/sl_device_init_dcdc_config.h",
],
):
try:
Expand Down

0 comments on commit bf85eaa

Please sign in to comment.