Skip to content

Commit

Permalink
Merge pull request #2 from emb4fun/development
Browse files Browse the repository at this point in the history
Added SKIP_SYSCLK_INIT for the loader
  • Loading branch information
Masmiseim36 authored Jun 13, 2020
2 parents 740db1e + 82c97fb commit 71d9486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/iMXRT/Loader2/Loader.hzp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
arm_target_loader_default_loader=""
arm_target_loader_parameter="666"
batch_build_configurations="MIMXRT1011_Release;MIMXRT1015_Release;MIMXRT1020_Release;MIMXRT1050_Release;MIMXRT1060_Release;MIMXRT1064_Release"
c_preprocessor_definitions="__THUMB;FSL_DRIVER_TRANSFER_DOUBLE_WEAK_IRQ=0"
c_preprocessor_definitions="__THUMB;FSL_DRIVER_TRANSFER_DOUBLE_WEAK_IRQ=0;SKIP_SYSCLK_INIT"
c_system_include_directories="$(StudioDir)/include;$(PackagesDir)/include;$(TargetsDir)/iMXRT;$(PackagesDir)/libraries/libmem_drivers"
debug_register_definition_file="../XML/$(DeviceName)_registers.xml"
debug_startup_completion_point="main"
Expand Down

0 comments on commit 71d9486

Please sign in to comment.