arch: common: dedicated SEMIHOST
symbol
Control the usage of semihosting with a dedicated symbol, instead of implying semihosting from the usage of `SEMIHOST_CONSOLE`. This allows semihosting to be used without the semihost console. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
This commit is contained in:
parent
8904bd1650
commit
070422db46
5 changed files with 23 additions and 10 deletions
|
@ -2,4 +2,5 @@ CONFIG_TEST=y
|
|||
CONFIG_CONSOLE=y
|
||||
CONFIG_SERIAL=n
|
||||
CONFIG_UART_CONSOLE=n
|
||||
CONFIG_SEMIHOST=y
|
||||
CONFIG_SEMIHOST_CONSOLE=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue