2016-11-22 22:28:57 +08:00
|
|
|
# Kconfig - external debug source code configuration options
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Nordic Semiconductor ASA.
|
|
|
|
#
|
2017-01-21 09:22:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-11-22 22:28:57 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
# When adding new entries keep the list in alphabetical order
|
|
|
|
|
|
|
|
menu "Debug libraries"
|
|
|
|
|
|
|
|
source "ext/debug/segger/Kconfig"
|
|
|
|
|
|
|
|
endmenu
|