debug: Remove deprecated CONFIG_OPENOCD_SUPPORT
CONFIG_OPENOCD_SUPPORT was deprecated in favor of CONFIG_DEBUG_THREAD_INFO in Zephyr v2.6.0 and can now be removed. Signed-off-by: Maureen Helm <maureen.helm@intel.com>
This commit is contained in:
parent
7bbf818cc5
commit
1a7bc06086
5 changed files with 5 additions and 22 deletions
|
@ -1,11 +1,5 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if(CONFIG_OPENOCD_SUPPORT)
|
||||
message(WARNING "CONFIG_OPENOCD_SUPPORT is deprecated
|
||||
Please use DEBUG_THREAD_INFO instead."
|
||||
)
|
||||
endif()
|
||||
|
||||
zephyr_sources_ifdef(
|
||||
CONFIG_DEBUG_THREAD_INFO
|
||||
thread_info.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue