zephyr/tests
Tom Burdick 897553af17 logging: Remove hda log backend
The HDA log backend has been buggy for some time, and the fixes are well
understood. The issue with HDA log as it is implemented today means
there are concurrency and ISR issues where it can deadlock.

The fixes are effectively dropping the usage of ipc to communicate
status, using polling on the hda stream, and having a formatter per call
context (cores + isr) when log mode immediate is enabled to fix log
mangling. However it was found this had a lot of unintentional side
effects that made it difficult to make progress on when it came to
changes of the host side python tooling.

Meanwhile the feature has sat unused for nearly a year. Remove it, and
it can always be revisited in the future if something like it happens to
be needed.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2024-01-17 09:52:48 +01:00
..
application_development code_relocation: Add NOKEEP option 2024-01-15 13:20:17 +01:00
arch tests: Refactor ACPI info sample 2023-12-19 11:04:19 +01:00
benchmarks tests: latency_measure: Update sample output 2024-01-08 10:10:21 +01:00
bluetooth Bluetooth: Audio: Fix off-by-one error in codec.c:ltv_set_val 2024-01-16 10:00:04 +01:00
boards logging: Remove hda log backend 2024-01-17 09:52:48 +01:00
boot test: mcuboot: enable test on rt1010/1015/1040 and k22f/82f platforms 2023-12-18 09:28:34 +01:00
bsim CI bsim workflow: Add UART tests to the bsim workflow 2024-01-16 14:55:07 -05:00
cmake tests/cmake/*: Switch to native_sim 2023-11-27 16:06:42 +00:00
crypto tests: crypto: rand32: Check return code of sys_csrand_get 2024-01-03 23:57:13 -06:00
drivers tests: drivers: gpio_basic_api add board mimx93_evk_a55 2024-01-16 20:50:11 -05:00
kconfig/configdefault tests: Remove stray uses of CONFIG_ZTEST_NEW_API 2023-10-26 10:55:38 +02:00
kernel tests/kernel/context: Improve to resist parallel threads interrupting 2024-01-15 09:58:26 +01:00
lib posix: Fix name collision with __bswap 2024-01-10 18:13:44 +00:00
misc tests/*: Switch integration platform to native_sim 2023-11-30 09:42:25 -05:00
modules tests: modules: nanopb: Add a custom nested library 2023-12-01 10:50:26 +00:00
net tests: net: buf: add tests for data matching 2024-01-16 09:40:04 -06:00
posix tests: posix: separate suite for pthread_t and pthread_attr_t 2024-01-16 00:35:45 -05:00
robot Twister: Add integration with renode-test 2023-05-26 09:43:49 -04:00
subsys tests: modem: pipe: mock: Implement TRANSMIT_IDLE event 2024-01-15 15:11:50 +01:00
unit tests: unit: util: Add test for CONCAT macro 2024-01-12 09:57:57 +01:00
ztest ztest: fix ztest_run_test_suite usage and macros 2024-01-09 08:15:22 -05:00
test_config.yaml twister: tests: Add some generic driver tests to the scope 2023-11-30 19:38:50 -05:00