bca3deb1e7
In order to generalize the currently specialized nRF51 IC setup hook, make the following changes: - Generalize the hook to bt_ic_setup() - Use a weak NOP version by default - Move the currently existing one to the board folder Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
5 lines
121 B
CMake
5 lines
121 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_include_directories(${ZEPHYR_BASE}/subsys/bluetooth)
|
|
add_subdirectory(hci)
|