mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-22 08:45:23 +00:00
gdb_server was removed in commit 0f669132a0
("kernel: remove
gdb_server"), but still has a testcase that sets CONFIG_GDB_SERVER=y,
and some code in arch/x86/debug.
Remove the leftover parts. This also gets gets rid of undefined
references to the CONFIG_GDB_SERVER symbol.
Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
25 lines
627 B
YAML
25 lines
627 B
YAML
tests:
|
|
test_debug:
|
|
build_only: true
|
|
extra_args: CONF_FILE=debug.conf
|
|
tags: apps
|
|
test_newlib:
|
|
build_only: true
|
|
extra_args: CONF_FILE=newlib.conf
|
|
tags: apps
|
|
test_runtime_nmi:
|
|
arch_whitelist: arm
|
|
build_only: true
|
|
extra_args: CONF_FILE=runtime_nmi.conf
|
|
tags: apps
|
|
test_mcuboot_bootloader:
|
|
build_only: true
|
|
platform_whitelist: nrf51_pca10028 nrf52_pca10040
|
|
extra_configs:
|
|
- CONFIG_BOOTLOADER_MCUBOOT=y
|
|
test_utf8_in_kconfig_values:
|
|
build_only: true
|
|
tags: apps
|
|
extra_configs:
|
|
- CONFIG_KERNEL_BIN_NAME="A_kconfig_value_with_a_utf8_char_in_it_Bøe_"
|