Skip to content

Commit e35217a

Browse files
author
Owen L - SFE
committed
Add wsf_types.h and wsf_trace.h
1 parent cc6616e commit e35217a

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,7 +46,7 @@ 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="-I{ap3core.exactle.path}/sw/hci/ambiq"
49+
includes.exactle="-I{ap3core.exactle.path}/sw/hci/ambiq" "-I{ap3core.exactle.path}/ws-core/sw/wsf/ambiq"
5050

5151
# "-I{ap3core.exactle.path}/apollo-host/projects/common"
5252
# "-I{ap3core.exactle.path}/projects/generic/stacklib/gcc/bin-cortex-m4"
@@ -66,7 +66,7 @@ includes.exactle="-I{ap3core.exactle.path}/sw/hci/ambiq"
6666
# "-I{ap3core.exactle.path}/ws-core/include"
6767
# "-I{ap3core.exactle.path}/ws-core/projects/common/gcc"
6868
# "-I{ap3core.exactle.path}/ws-core/sw/util"
69-
# "-I{ap3core.exactle.path}/ws-core/sw/wsf/ambiq"
69+
7070
# "-I{ap3core.exactle.path}/ws-core/sw/wsf/generic"
7171
# "-I{ap3core.exactle.path}/ws-core/sw/wsf/include"
7272

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 "wsf_types.h"
2+
#include "wsf_trace.h"
13
#include "hci_drv_apollo.h"
24

35
void setup() {

0 commit comments

Comments
 (0)