| # Copyright (c) 2018-2019 PHYTEC Messtechnik GmbH |
| # SPDX-License-Identifier: Apache-2.0 |
| bool "Debug Access Port support [EXPERIMENTAL]" |
| Debug Access Port support (currently CMSIS DAP only) |
| config CMSIS_DAP_PACKET_COUNT |
| int "Maximum packet buffers for request and response data." |
| Maximum packet buffers for request and response data. |
| config CMSIS_DAP_PACKET_SIZE |
| int "Maximum packet size for request and response data." |
| Maximum packet size for request and response data. |
| config CMSIS_DAP_PROBE_VENDOR |
| config CMSIS_DAP_PROBE_NAME |
| config CMSIS_DAP_BOARD_VENDOR |
| string "Target board vendor" |
| config CMSIS_DAP_BOARD_NAME |
| string "Target board name" |
| config CMSIS_DAP_DEVICE_VENDOR |
| string "Target device vendor" |
| config CMSIS_DAP_DEVICE_NAME |
| string "Target device name" |
| source "subsys/logging/Kconfig.template.log_config" |