mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 00:02:48 +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>
5 lines
106 B
Plaintext
5 lines
106 B
Plaintext
CONFIG_GDBSTUB=y
|
|
CONFIG_GDBSTUB_SERIAL_BACKEND_NAME="UART_1"
|
|
CONFIG_NO_OPTIMIZATIONS=y
|
|
CONFIG_USERSPACE=y
|