Skip to content

Commit cc6616e

Browse files
author
Owen L - SFE
committed
Add prototype for radio boot, and include path
1 parent 5d74915 commit cc6616e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

platform.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ ap3core.exactle.path={ap3core.path}/am_sdk_ap3/third_party/exactle
4646
includes.extra=
4747
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"
4848
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"
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

zzz_temporary-ble-build-out/zzz_temporary-ble-build-out.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include "hci_drv_apollo.h"
2+
13
void setup() {
24
// put your setup code here, to run once:
35

0 commit comments

Comments
 (0)