zephyr/samples/subsys
Kai Vehmanen 855adb1514 samples/subsys/audio/sof: fix sys-ticks-per-sec to 15000
The value of CONFIG_SYS_CLOCK_TICKS_PER_SEC has side-effects that
are not expected with tickless kernel mode. In bug #46378, application
code is shown to run slower with higher sys clock tick value. In SOF
bug #5921, audio quality issues were root-caused to k_timer inaccuracy
with 50000 sys clock tick.

Set the the value to 15000 for all SOF applications. All existing
test cases pass with this value.

BugLink: https://github.com/zephyrproject-rtos/zephyr/issues/46378
BugLink: https://github.com/thesofproject/sof/issues/5921
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
2022-06-22 12:28:48 +02:00
..
audio/sof samples/subsys/audio/sof: fix sys-ticks-per-sec to 15000 2022-06-22 12:28:48 +02:00
canbus samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
console samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
cpp samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
debug samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
display logging: Remove logging v1 from the logging 2022-06-16 10:51:15 -04:00
edac samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
fs arm: Enable NOCACHE_MEMORY on nucleo_h743zi when littlefs sample is run 2022-05-24 08:47:20 -07:00
ipc ipc: static_vrings: Support DT-defined buffer size 2022-06-05 14:46:18 +02:00
logging logging: Remove logging v1 from the logging 2022-06-16 10:51:15 -04:00
lorawan/class_a samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
mgmt logging: Remove logging v1 from the logging 2022-06-16 10:51:15 -04:00
modbus samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
nvs samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
pm/device_pm samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
portability samples: remove redundant <zephyr/zephyr.h> includes 2022-06-15 09:13:11 +02:00
settings samples: subsys: esp32s2: add configuration file 2022-06-22 12:27:32 +02:00
shell samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
task_wdt samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
testsuite everywhere: fix typos 2022-03-18 13:24:08 -04:00
tracing samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
usb samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
video samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
subsys.rst