File tree Expand file tree Collapse file tree 10 files changed +688
-8
lines changed
samples/bluetooth/broadcast_config_tool Expand file tree Collapse file tree 10 files changed +688
-8
lines changed Original file line number Diff line number Diff line change 3737/applications /matter_weather_station / @ nrfconnect/ncs-matter
3838/applications /nrf_desktop / @ MarekPieta
3939/applications /nrf5340_audio / @ nrfconnect/ncs-audio
40- /applications /audio / @ nrfconnect/ncs-audio
4140/applications /serial_lte_modem / @ SeppoTakalo @ MarkusLassila @ rlubos @ tomi-font
4241/applications /zigbee_weather_station / @ milewr
4342# Boards
@@ -167,6 +166,7 @@ Kconfig* @tejlmand
167166/samples /sensor /bh1749 / @ nrfconnect/ncs-cia
168167/samples /sensor /bme68x_iaq / @ nrfconnect/ncs-cia
169168/samples /bluetooth / @ alwa-nordic @ jori-nordic @ carlescufi @ KAGA164
169+ /samples /bluetooth /broadcast_config_tool / @ nrfconnect/ncs-audio
170170/samples /bluetooth /mesh / @ nrfconnect/ncs-paladin
171171/samples /bluetooth /direction_finding_connectionless_rx / @ ppryga-nordic
172172/samples /bluetooth /direction_finding_connectionless_tx / @ ppryga-nordic
Original file line number Diff line number Diff line change 969969.. _`Bluetooth SIG's Assigned Numbers`: https://www.bluetooth.com/specifications/assigned-numbers/
970970
971971.. _`Auracast™`: https://www.bluetooth.com/auracast/how-it-works/
972+ .. _`Basic Audio Profile specification`: https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/16212-BAP-html5/out/en/index-en.html#UUID-c9d31763-9ede-2270-6b9c-c042ae684cc3
972973
973974.. ### Source: openmobilealliance.org
974975
16281629
16291630.. _`Wireless Logic LTE-M/NB-IoT network coverage`: https://www.wirelesslogic.com/simclaim/nsctrial/
16301631
1632+ .. _`ISO 639-2 code`: https://www.loc.gov/standards/iso639-2/php/code_list.php
1633+
16311634.. ### Temp: nRF54H and nRF54L related links, repositories, and documents
16321635
16331636.. _`nrf-regtool`: https://github.com/nrfconnect/nrf-regtool/
16731676
16741677.. _`Git for Windows`: https://git-scm.com/download/win
16751678
1676-
16771679.. _`curl`: https://curl.se/
16781680
16791681.. _`nRF54H20 firmware bundle`: https://files.nordicsemi.com/artifactory/SDSC/external/nrf54h20_soc_binaries_v0.5.0.zip
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ project(BCT)
1010
1111# Include application events and configuration headers
1212zephyr_library_include_directories(app PRIVATE
13- ${ZEPHYR_NRF_MODULE_DIR} /applications/audio /broadcast_config_tool/include
13+ ${ZEPHYR_NRF_MODULE_DIR} /samples/bluetooth /broadcast_config_tool/include
1414 ${ZEPHYR_NRF_MODULE_DIR} /applications/nrf5340_audio/include
1515 ${ZEPHYR_NRF_MODULE_DIR} /applications/nrf5340_audio/src/bluetooth
1616 ${ZEPHYR_NRF_MODULE_DIR} /applications/nrf5340_audio/src/modules
@@ -21,6 +21,8 @@ add_subdirectory(${ZEPHYR_NRF_MODULE_DIR}/applications/nrf5340_audio/src/bluetoo
2121
2222target_sources_ifdef(CONFIG_NRF5340_AUDIO_SD_CARD_MODULE app PRIVATE ${ZEPHYR_NRF_MODULE_DIR} /applications/nrf5340_audio/src/modules/sd_card.c)
2323
24+ target_sources (app PRIVATE ${ZEPHYR_NRF_MODULE_DIR} /applications/nrf5340_audio/src/modules/led.c)
25+
2426
2527FILE (GLOB app_sources src/*.c)
2628
Original file line number Diff line number Diff line change 44# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55#
66
7- rsource "../.. /nrf5340_audio/src/audio/Kconfig"
8- rsource "../.. /nrf5340_audio/src/bluetooth/Kconfig"
9- rsource "../.. /nrf5340_audio/src/modules/Kconfig"
10- rsource "../.. /nrf5340_audio/src/utils/Kconfig"
7+ rsource "${ZEPHYR_NRF_MODULE_DIR}/applications /nrf5340_audio/src/audio/Kconfig"
8+ rsource "${ZEPHYR_NRF_MODULE_DIR}/applications /nrf5340_audio/src/bluetooth/Kconfig"
9+ rsource "${ZEPHYR_NRF_MODULE_DIR}/applications /nrf5340_audio/src/modules/Kconfig"
10+ rsource "${ZEPHYR_NRF_MODULE_DIR}/applications /nrf5340_audio/src/utils/Kconfig"
1111
1212#----------------------------------------------------------------------------#
1313
File renamed without changes.
You can’t perform that action at this time.
0 commit comments