smp: deprecate legacy SMP core switching support
authorAntonio Borneo <borneo.antonio@gmail.com>
Mon, 28 Feb 2022 10:46:46 +0000 (11:46 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 7 May 2022 11:00:00 +0000 (11:00 +0000)
commitb4f8d99c8d9e453b2beb3f6c9db7ff01c8d00756
treeb8976e6f745a1510bc1814a634163b4ac368eb46
parent66335683fec62ac89da48d64932fd9d082314225
smp: deprecate legacy SMP core switching support

The deprecation was already in the documentation since v0.11.0
through commit 85ba2dc4c6ab ("rtos/hwthread: add hardware-thread
pseudo rtos") but OpenOCD was not informing the user printing a
runtime message.

Remove the deprecated method from the documentation and print a
deprecated message at runtime.
There is no reliable way to print the same message in GDB console,
so we have to rely on user noticing it in the OpenOCD log.
Target is to remove the functionality after v0.12.0.

Change-Id: Idd2d9e3b6eccc92dcf0432c3c7de2f8a0fcabe9f
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6862
Tested-by: jenkins
doc/openocd.texi
src/server/gdb_server.c
src/target/smp.c
src/target/smp.h