summaryrefslogtreecommitdiff
path: root/examples/device
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2026-06-18 21:51:38 +0700
committerGitHub <[email protected]>2026-06-18 21:51:38 +0700
commit3f3fbbb623660c48ae1df58ff1b51d81414f33da (patch)
treeab0a3d5cf94709f5517ed0db602a9b02fbf0648d /examples/device
parent17b38ffc2ad70e1c722df5b3dc5a8c49f7addefc (diff)
parentd9dc891ee2aaedb733da4c0f2fee5a68be001ee7 (diff)
Merge pull request #3713 from hathach/claude/hil-audio-require-alsa
test/hil: fail audio test on missing alsa-utils instead of skipping
Diffstat (limited to 'examples/device')
-rw-r--r--examples/device/audio_test_freertos/sdkconfig.defaults3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/device/audio_test_freertos/sdkconfig.defaults b/examples/device/audio_test_freertos/sdkconfig.defaults
index 83871619e..6e7a1cf52 100644
--- a/examples/device/audio_test_freertos/sdkconfig.defaults
+++ b/examples/device/audio_test_freertos/sdkconfig.defaults
@@ -1,3 +1,6 @@
CONFIG_IDF_CMAKE=y
+# 1000 Hz tick: the UAC iso IN endpoint must be serviced every 1 ms frame;
+# ESP-IDF's default 100 Hz starves the audio task -> host capture fails (arecord EIO).
+CONFIG_FREERTOS_HZ=1000
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION=y