Skip to content

Commit 7913763

Browse files
committed
samples: bluetooth: bap_broadcast: enable LIBLC3 for NXP iMXRT Family
- Added i.MXRT1062 MCU to enable LC3 Codec as it supports FPU and used to evaluate BLE Audio applications using LC3 based payload. Signed-off-by: Nirav Agrawal <nirav.agrawal@nxp.com>
1 parent faf1e02 commit 7913763

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/bluetooth/bap_broadcast_sink/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ config ENABLE_LC3
4848
# By default let's enable it in the platforms we know are capable of supporting it
4949
default y
5050
depends on CPU_HAS_FPU && \
51-
(ARCH_POSIX || SOC_COMPATIBLE_NRF52X || SOC_COMPATIBLE_NRF5340_CPUAPP)
51+
(ARCH_POSIX || SOC_COMPATIBLE_NRF52X || SOC_COMPATIBLE_NRF5340_CPUAPP || SOC_MIMXRT1062)
5252
select LIBLC3
5353
select FPU
5454

samples/bluetooth/bap_broadcast_source/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ config ENABLE_LC3
2525
# By default let's enable it in the platforms we know are capable of supporting it
2626
default y
2727
depends on CPU_HAS_FPU && \
28-
(ARCH_POSIX || SOC_COMPATIBLE_NRF52X || SOC_COMPATIBLE_NRF5340_CPUAPP)
28+
(ARCH_POSIX || SOC_COMPATIBLE_NRF52X || SOC_COMPATIBLE_NRF5340_CPUAPP || SOC_MIMXRT1062)
2929
select LIBLC3
3030
select FPU
3131

0 commit comments

Comments
 (0)