zephyr/subsys/mgmt/ec_host_cmd
Dawid Niedzwiecki d1ad180567 ec_host_cmd: improve handling IN_PROGRESS commands
Add the ec_host_cmd_send_in_progress_continue function which allows
continuing execution of a handler, while the ec_host_cmd thread is not
blocked and new commands can be handled.

That means some long command handlers can executed in the background
while the Host Command subsys is not frozen.

Signed-off-by: Dawid Niedzwiecki <dawidn@google.com>
2024-01-31 10:34:47 -06:00
..
backends ec_host_cmd: spi_stm32: prevent accessing null pointer 2024-01-19 10:33:51 +01:00
CMakeLists.txt
ec_host_cmd_handler.c ec_host_cmd: improve handling IN_PROGRESS commands 2024-01-31 10:34:47 -06:00
Kconfig
Kconfig.logging