zephyr/samples/subsys/usb/uac2_explicit_feedback/Kconfig
Tomasz Moń e0c2372eeb samples: usb: uac2: Implement feedback on nRF54H20
Add configuration and feedback implementation necessary to run UAC2
samples on nRF54H20. Limit nRF54H20 to Full-Speed only operation because
the samples currently don't have necessary logic to support High-Speed.

Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
2025-06-23 15:44:52 +01:00

22 lines
810 B
Plaintext

# Copyright (c) 2023-2024 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
menu "UAC2 external feedback sample options"
config APP_USE_I2S_LRCLK_EDGES_COUNTER
bool "Measure I2S LRCLK edges directly"
help
Use this to use I2S LRCLK edge counting for calculating feedback.
On nRF53 this option requires externally connecting I2S LRCLK back to
separate GPIOTE input pin (P1.09).
On nRF54 this option requires externally connecting TDM FSYNC back to
separate GPIOTE input pin (P0.08).
endmenu
# Source common USB sample options used to initialize new experimental USB
# device stack. The scope of these options is limited to USB samples in project
# tree, you cannot use them in your own application.
source "samples/subsys/usb/common/Kconfig.sample_usbd"
source "Kconfig.zephyr"