app: remove rtt config

RTT is something proprietary, not all boards/programmers have. Let's
make the application simpler.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2023-05-03 17:28:31 +02:00 committed by Stephanos Ioannidis
parent df81ca548b
commit 91d86cd76d
2 changed files with 1 additions and 11 deletions

View file

@ -73,8 +73,7 @@ command:
west build -b $BOARD app -- -DOVERLAY_CONFIG=debug.conf west build -b $BOARD app -- -DOVERLAY_CONFIG=debug.conf
``` ```
You can also use it together with the `rtt.conf` file if using Segger RTT. Once Once you have built the application, run the following command to flash it:
you have built the application, run the following command to flash it:
```shell ```shell
west flash west flash

View file

@ -1,9 +0,0 @@
# Copyright (c) 2021 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
#
# This is a Kconfig fragment which can be used to enable Segger RTT options.
# It should be used in conjunction with debug.conf.
# segger RTT console
CONFIG_USE_SEGGER_RTT=y
CONFIG_RTT_CONSOLE=y