File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
zzz_temporary-ble-build-out Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,14 @@ ap3core.exactle.path={ap3core.path}/am_sdk_ap3/third_party/exactle
46
46
includes.extra=
47
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"
48
48
includes.cmsis="-I{ap3core.ambiq_sdk.path}/CMSIS/AmbiqMicro/Include" "-I{ap3core.ambiq_sdk.path}/CMSIS/ARM/Include"
49
- includes.exactle=
49
+ includes.exactle="-I{ap3core.exactle.path}/sw/hci/ambiq"
50
50
51
51
# "-I{ap3core.exactle.path}/apollo-host/projects/common"
52
52
# "-I{ap3core.exactle.path}/projects/generic/stacklib/gcc/bin-cortex-m4"
53
53
# "-I{ap3core.exactle.path}/sw/apps/app"
54
54
# "-I{ap3core.exactle.path}/sw/apps/app/generic"
55
55
# "-I{ap3core.exactle.path}/sw/apps/app/include"
56
- # "-I{ap3core.exactle.path}/sw/hci/ambiq"
56
+
57
57
# "-I{ap3core.exactle.path}/sw/hci/ambiq/apollo3"
58
58
# "-I{ap3core.exactle.path}/sw/hci/include"
59
59
# "-I{ap3core.exactle.path}/sw/profiles" # there are a LOT of subfolders to this one
Original file line number Diff line number Diff line change
1
+ #include " hci_drv_apollo.h"
2
+
1
3
void setup () {
2
4
// put your setup code here, to run once:
3
5
You can’t perform that action at this time.
0 commit comments