File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
drivers/ble/FEATURE_BLE/COMPONENT_BlueNRG_MS Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 44# List of all connectivity libraries available.
55add_library (mbed-802.15.4-rf INTERFACE )
66add_library (mbed-ble INTERFACE )
7- add_library (mbed-ble-blue_nrg INTERFACE )
87add_library (mbed-ble-cordio INTERFACE )
98add_library (mbed-ble-cordio_ll INTERFACE )
109add_library (mbed-cellular INTERFACE )
Original file line number Diff line number Diff line change 11# Copyright (c) 2020 ARM Limited. All rights reserved.
22# SPDX-License-Identifier: Apache-2.0
33
4- target_sources (mbed-ble-blue_nrg
4+ target_include_directories (mbed-ble
55 INTERFACE
6- BlueNrgMsHCIDriver.cpp
6+ .
77)
88
9- target_link_libraries (mbed-ble-blue_nrg
9+ target_sources (mbed-ble
1010 INTERFACE
11- mbed-ble
11+ BlueNrgMsHCIDriver.cpp
1212)
You can’t perform that action at this time.
0 commit comments