Skip to content

Commit

Permalink
Addd source/daplink in assembly include path
Browse files Browse the repository at this point in the history
Due to source\hic_hal\maxim\max32625\armcc\startup_max32625.S
file requires daplink_defaults.h file
It was worked but some update in daplink repository break it,
to fix it above addition has been added

Signed-off-by: Sadik.Ozer <sadik.ozer@analog.com>
  • Loading branch information
ozersa authored and mathias-arm committed Feb 1, 2023
1 parent c462d80 commit 2e146c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions records/hic_hal/max32625.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ tool_specific:
misc:
ld_flags:
- --predefine="-I..\..\..\source\hic_hal\maxim\max32625"
asm_flags:
- -I../../../source/daplink
sources:
hic_hal:
- source/hic_hal/maxim/max32625/armcc
Expand Down

0 comments on commit 2e146c9

Please sign in to comment.