zephyr/tests
Andrey Borisovich 23b3cae1b1 inte_adsp: ipc: prevent ipc message send during Device power transition
When CONFIG_PM_DEVICE is enabled IPC Device may be during power transition
during a call to intel_adsp_ipc_send_message function.
Changed signatures of intel_adsp_ipc_send_message and its sync version
to return int and negative error codes on error.
On attempt to send IPC message during Device power transition
-ESHUTDOWN error code is returned, on busy state -EBUSY.
Updated all function references.

Signed-off-by: Andrey Borisovich <andrey.borisovich@intel.com>
2023-06-22 06:14:57 -04:00
..
application_development scripts: gen_relocate_app.py: Give sections unique names 2023-06-20 16:33:49 +02:00
arch tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
benchmarks tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
bluetooth Bluetooth: Unit: Fix unit tests that rely on settings 2023-06-17 07:58:07 -04:00
boards inte_adsp: ipc: prevent ipc message send during Device power transition 2023-06-22 06:14:57 -04:00
boot tests: boot: mcuboot: disable test 2023-05-25 16:29:40 -04:00
bsim tests: Bluetooth: don't assume handle is 0 2023-06-21 16:07:05 +02:00
cmake tests: snippets: Rework the snippet test 2023-05-25 21:51:26 +02:00
crypto tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
drivers tests: drivers: uart: async: esp32c3: use internal loopback 2023-06-22 08:13:36 +00:00
kernel tests: kernel/mp: move CONFIG_KERNEL_COHERENCE to Kconfig 2023-06-21 13:59:36 -04:00
lib device: make device dependencies optional 2023-06-21 09:32:05 +02:00
misc tests: misc: check_init_priorities: check for zephyr_pre1 target 2023-06-21 09:32:05 +02:00
net net: lwm2m: Ensure string termination 2023-06-21 10:42:31 +02:00
posix tests: posix: pthread_pressure: enable pthread barrier in twister 2023-06-12 14:06:10 -04:00
robot Twister: Add integration with renode-test 2023-05-26 09:43:49 -04:00
subsys tests: subsys: debug: coredump backends: add esp32xx overlay 2023-06-21 16:06:06 -04:00
unit samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
ztest tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
test_config.yaml twister: add support for levels and test configuration 2023-03-07 15:49:16 +01:00