@@ -39,13 +39,37 @@ compiler.extra_flags.axf2bin=
3939ap3core.path={runtime.platform.path}/cores/{build.core}
4040ap3variant.path={build.variant.path}
4141ap3core.ambiq_sdk.path={ap3core.path}/am_sdk_ap3
42+ ap3core.exactle.path={ap3core.path}/am_sdk_ap3/third_party/exactle
4243
4344
4445## Core Includes
4546includes.extra=
4647includes.ambiq_sdk="-I{ap3core.ambiq_sdk.path}/mcu/apollo3" "-I{ap3core.ambiq_sdk.path}/mcu/apollo3/hal" "-I{ap3core.ambiq_sdk.path}/mcu/apollo3/regs" "-I{ap3core.ambiq_sdk.path}/utils"
4748includes.cmsis="-I{ap3core.ambiq_sdk.path}/CMSIS/AmbiqMicro/Include" "-I{ap3core.ambiq_sdk.path}/CMSIS/ARM/Include"
4849includes.exactle=
50+
51+ # "-I{ap3core.exactle.path}/apollo-host/projects/common"
52+ # "-I{ap3core.exactle.path}/projects/generic/stacklib/gcc/bin-cortex-m4"
53+ # "-I{ap3core.exactle.path}/sw/apps/app"
54+ # "-I{ap3core.exactle.path}/sw/apps/app/generic"
55+ # "-I{ap3core.exactle.path}/sw/apps/app/include"
56+ # "-I{ap3core.exactle.path}/sw/hci/ambiq"
57+ # "-I{ap3core.exactle.path}/sw/hci/ambiq/apollo3"
58+ # "-I{ap3core.exactle.path}/sw/hci/include"
59+ # "-I{ap3core.exactle.path}/sw/profiles" # there are a LOT of subfolders to this one
60+ # "-I{ap3core.exactle.path}/sw/sec/common"
61+ # "-I{ap3core.exactle.path}/sw/sec/include"
62+ # "-I{ap3core.exactle.path}/sw/services"
63+ # "-I{ap3core.exactle.path}/sw/stack/cfg"
64+ # "-I{ap3core.exactle.path}/sw/stack/hci"
65+ # "-I{ap3core.exactle.path}/sw/stack/include"
66+ # "-I{ap3core.exactle.path}/ws-core/include"
67+ # "-I{ap3core.exactle.path}/ws-core/projects/common/gcc"
68+ # "-I{ap3core.exactle.path}/ws-core/sw/util"
69+ # "-I{ap3core.exactle.path}/ws-core/sw/wsf/ambiq"
70+ # "-I{ap3core.exactle.path}/ws-core/sw/wsf/generic"
71+ # "-I{ap3core.exactle.path}/ws-core/sw/wsf/include"
72+
4973includes.core="-I{ap3core.path}/ard_sup" "-I{ap3core.path}/ard_sup/ard_supers" {includes}
5074includes.variant="{build.includes}"
5175
0 commit comments