@@ -39,13 +39,37 @@ compiler.extra_flags.axf2bin=
39
39
ap3core.path={runtime.platform.path}/cores/{build.core}
40
40
ap3variant.path={build.variant.path}
41
41
ap3core.ambiq_sdk.path={ap3core.path}/am_sdk_ap3
42
+ ap3core.exactle.path={ap3core.path}/am_sdk_ap3/third_party/exactle
42
43
43
44
44
45
## Core Includes
45
46
includes.extra=
46
47
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"
47
48
includes.cmsis="-I{ap3core.ambiq_sdk.path}/CMSIS/AmbiqMicro/Include" "-I{ap3core.ambiq_sdk.path}/CMSIS/ARM/Include"
48
49
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
+
49
73
includes.core="-I{ap3core.path}/ard_sup" "-I{ap3core.path}/ard_sup/ard_supers" {includes}
50
74
includes.variant="{build.includes}"
51
75
0 commit comments