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:
parent
c8349073d5
commit
f3255fdd03
@ -0,0 +1,7 @@
|
||||
/* SPDX-License-Identifier: Apache-2.0 */
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
zephyr,gdbstub-uart = &uart0;
|
||||
};
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user