Skip to content

Remove ST support from Security Manager example #154

New issue

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

Merged
merged 1 commit into from
Jun 1, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BLE_SM/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Hardware requirements are in the [main readme](https://github.com/ARMmbed/mbed-o

Building instructions for all samples are in the [main readme](https://github.com/ARMmbed/mbed-os-example-ble/blob/master/README.md).

Note: example currently doesn't use ST provided stack and instead uses a Cordio port for the ST.
Note: this example currently is currently not supported on ST BLUENRG targets.
14 changes: 0 additions & 14 deletions BLE_SM/mbed_app.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,2 @@
{
"target_overrides": {
"K64F": {
"target.features_add": ["BLE"],
"target.extra_labels_add": ["ST_BLUENRG"]
},
"NUCLEO_F401RE": {
"target.features_add": ["BLE"],
"target.extra_labels_add": ["ST_BLUENRG", "CORDIO"]
},
"DISCO_L475VG_IOT01A": {
"target.features_add": ["BLE"],
"target.extra_labels_add": ["ST_BLUENRG", "CORDIO"]
}
}
}
1 change: 0 additions & 1 deletion BLE_SM/shields/TARGET_ST_BLUENRG.lib

This file was deleted.