Skip to content

Commit 7919cb9

Browse files
author
Owen L - SFE
committed
List possible include paths for exactle
1 parent 37855ca commit 7919cb9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

platform.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,37 @@ compiler.extra_flags.axf2bin=
3939
ap3core.path={runtime.platform.path}/cores/{build.core}
4040
ap3variant.path={build.variant.path}
4141
ap3core.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
4546
includes.extra=
4647
includes.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"
4748
includes.cmsis="-I{ap3core.ambiq_sdk.path}/CMSIS/AmbiqMicro/Include" "-I{ap3core.ambiq_sdk.path}/CMSIS/ARM/Include"
4849
includes.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+
4973
includes.core="-I{ap3core.path}/ard_sup" "-I{ap3core.path}/ard_sup/ard_supers" {includes}
5074
includes.variant="{build.includes}"
5175

0 commit comments

Comments
 (0)