mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 08:22:29 +00:00
Sample example built with gdbstub enabled. Two serials are used, one for normal output and another one that is used talk with gdb in the host machine. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
14 lines
213 B
YAML
14 lines
213 B
YAML
#
|
|
# Copyright (c) 2020 intel Corporation.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
sample:
|
|
name: gdbstub sample
|
|
tests:
|
|
sample.debug.gdbstub:
|
|
build_only: true
|
|
platform_allow: qemu_x86
|
|
tags: debug
|