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:
parent
df81ca548b
commit
91d86cd76d
|
@ -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
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in a new issue