zephyr/samples/drivers/mbox/remote
Sebastian Głąb 4a9ca27060 samples: drivers: mbox: Disable UART Flow Control on nrf54h20 and nrf54l15
Nrf54h20dk and nrf54l15 have UART Flow Control enabled
by default on all cores.
It's a source of problem when mbox sample is run in Twister.
Twister opens serial port only on host core,
thus nobody confirms reception of logs from remote core.
As a result, remote core stucks on printing boot banner.

Twister fails sample due to the timeout while waiting for messages
from remote to host.

Disable Flow Control on remote core when mbox sample is executed
on nrf54h20 or nrf54l15.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
2024-08-19 10:01:00 -04:00
..
boards samples: drivers: mbox: Disable UART Flow Control on nrf54h20 and nrf54l15 2024-08-19 10:01:00 -04:00
src samples: mbox: Align to NO MULTITHREADING 2024-08-01 13:31:53 +02:00
CMakeLists.txt samples: drivers: mbox: add samples for ESP32 and ESP32S3 2024-08-07 07:17:01 -04:00
Kconfig
prj.conf