From 2e146c9fe758842e9b6957b6c5e669f0641ecdec Mon Sep 17 00:00:00 2001 From: "Sadik.Ozer" Date: Wed, 1 Feb 2023 10:05:26 +0300 Subject: [PATCH] Addd source/daplink in assembly include path 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 --- records/hic_hal/max32625.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/records/hic_hal/max32625.yaml b/records/hic_hal/max32625.yaml index c7140bf22..d97dafcf9 100644 --- a/records/hic_hal/max32625.yaml +++ b/records/hic_hal/max32625.yaml @@ -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