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
4646includes.extra=
4747includes.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"
4848includes.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"
5050
5151# "-I{ap3core.exactle.path}/apollo-host/projects/common"
5252# "-I{ap3core.exactle.path}/projects/generic/stacklib/gcc/bin-cortex-m4"
5353# "-I{ap3core.exactle.path}/sw/apps/app"
5454# "-I{ap3core.exactle.path}/sw/apps/app/generic"
5555# "-I{ap3core.exactle.path}/sw/apps/app/include"
56- # "-I{ap3core.exactle.path}/sw/hci/ambiq"
56+
5757# "-I{ap3core.exactle.path}/sw/hci/ambiq/apollo3"
5858# "-I{ap3core.exactle.path}/sw/hci/include"
5959# "-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+
13void setup () {
24 // put your setup code here, to run once:
35
You can’t perform that action at this time.
0 commit comments