zephyr/samples/subsys
Tomasz Moń f00f846fe3 samples: usb: add UAC2 explicit feedback sample
The sample illustrates how to calculate feedback value based on I2S
sample clock measurement or indirect I2S FRAMESTART and USBD SOF.
The sample is currently only supported on nrf5340dk_nrf5340_cpuapp
target because the feedback measurement uses target specific
peripherals.

While it should be possible to perform feedback value calculation
entirely in software (possibly with some additional filtering due
to software scheduling jitter), the I2S API does not provide necessary
timestamps.

Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
2024-02-01 15:07:37 +01:00
..
bindesc samples bindesc: Add runtime test and change default to native_sim 2023-11-20 12:02:48 +01:00
canbus samples canbus: Add native_sim to platform_allow 2023-11-20 12:02:48 +01:00
console doc: README.rst added to subsys/console/echo sample 2023-11-22 09:37:38 +00:00
debug arch: arm: rename expection header 2023-12-11 18:22:40 -05:00
display samples: subsys: display: lvgl: add wio_terminal board 2024-01-30 10:35:32 -06:00
edac
fs tests: exclude renode from tests requiring unsimulated peripherals 2024-01-08 16:17:43 +00:00
input samples: input: espressif boards added to input_dump 2023-12-11 18:31:38 +01:00
ipc samples: subsys: rpmsg_service improve terminology 2024-01-30 13:42:02 +01:00
llext llext: rework testcases to share common config 2024-01-24 10:44:48 +01:00
logging samples: logging: dictionary: Add support for runtime filtering 2024-01-15 09:57:54 +01:00
lorawan samples: subsys: lorawan: class_a: add multicast support 2024-01-30 14:14:05 +00:00
mgmt mgmt/osdp: Update ReadMe.rst 2023-12-18 12:24:37 +01:00
modbus
nvs samples: subsys: nvs on nucleo_g431 requires 6kB for storage partitions 2023-11-23 10:02:33 +01:00
pm samples/subsys/pm/latency: Switch to native_sim 2023-11-20 12:02:48 +01:00
portability samples: portability: link to posix samples 2024-01-23 10:03:13 +00:00
rtio/sensor_batch_processing samples: Switch integration_platforms from native_posix to native_sim 2023-11-20 12:02:48 +01:00
sensing sensing: Fix initializer compile-time constant 2024-01-24 10:32:10 +01:00
settings samples/subsys/settings: Switch from native_posix to native_sim 2023-11-20 12:02:48 +01:00
shell samples: shell: shell_module: Enable logging commands 2024-01-15 09:57:54 +01:00
sip_svc
task_wdt tests: fix various test identifiers 2023-11-17 09:27:40 +01:00
testsuite samples: pytest: add README 2023-12-14 10:12:21 +01:00
tracing
usb samples: usb: add UAC2 explicit feedback sample 2024-02-01 15:07:37 +01:00
usb_c samples: usb-c: sink: Add support for WeAct STM32G431 core 2023-11-21 09:54:02 +01:00
video
zbus samples: zbus: add priority boost sample to zbus 2024-01-04 09:41:54 +01:00
subsys.rst