zephyr/subsys/mgmt/ec_host_cmd/backends
Tom Chang 797779d4c2 mgmt: ec_host_cmd: npcx: remove the SHI enable in the init
This commit removes the SHI enable in the initialization. It can be
enabled by the application explicitly calling it when needed. The SHI
backend relies on the application layer to provide a data buffer for EC
Host Commands. If SHI is enabled before this buffer is initialized,
there is a risk that the driver may access a NULL buffer, leading to a
system panic.

Signed-off-by: Tom Chang <CHChang19@nuvoton.com>
2025-05-22 11:31:47 +02:00
..
CMakeLists.txt
ec_host_cmd_backend_espi.c
ec_host_cmd_backend_shi_ite.c
ec_host_cmd_backend_shi_npcx.c mgmt: ec_host_cmd: npcx: remove the SHI enable in the init 2025-05-22 11:31:47 +02:00
ec_host_cmd_backend_shi.h
ec_host_cmd_backend_simulator.c
ec_host_cmd_backend_spi_stm32.c mgmt: ec_host_cmd: stm32_spi: fix rx reload for STM32H7 chips 2024-12-04 16:11:54 +01:00
ec_host_cmd_backend_uart.c mgmt: ec_host_cmd: remove response leftovers 2025-03-07 20:21:02 +01:00
Kconfig mgmt: ec_host_cmd: uart: add timeout config 2025-01-16 22:41:09 +01:00