tests: debug/gdbstub: add an overlay for ESP-WROVER-KIT

Add an overlay in the GDB stub test for ESP-WROVER-KIT board
to enable using its UART for remote GDB communication.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2025-05-16 13:45:57 -07:00 committed by Daniel DeGrasse
parent c8349073d5
commit f3255fdd03

View File

@ -0,0 +1,7 @@
/* SPDX-License-Identifier: Apache-2.0 */
/ {
chosen {
zephyr,gdbstub-uart = &uart0;
};
};