We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the common examples of board_sfe is old than the SDK version. So All makefile should be updated such as below:
INCLUDES = -I$(SDKPATH)/utils INCLUDES+= -I$(SDKPATH)/third_party/exactle/ble-host/sources/stack/l2c INCLUDES+= -I$(SDKPATH)/third_party/exactle/ble-profiles/sources/profiles/hid INCLUDES+= -I$(SDKPATH)/third_party/exactle/ble-profiles/sources/profiles/fmpl INCLUDES+= -I$(SDKPATH)/third_party/exactle/ble-host/sources/stack/att INCLUDES+= -I$(SDKPATH)/third_party/exactle/ble-profiles/sources/profiles/uribeacon INCLUDES+= -I$(SDKPATH)/third_party/exactle/ble-profiles/sources/apps INCLUDES+= -I$(SDKPATH)/third_party/exactle/ble-profiles/sources/profiles/gap
The exactle is cordio in SDK 2.5.1. This issue will cause the example compile fail.
exactle
cordio
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the common examples of board_sfe is old than the SDK version. So All makefile should be updated such as below:
The
exactle
iscordio
in SDK 2.5.1. This issue will cause the example compile fail.The text was updated successfully, but these errors were encountered: