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>
7 lines
113 B
Plaintext
7 lines
113 B
Plaintext
CONFIG_TEST=y
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_SERIAL=n
|
|
CONFIG_UART_CONSOLE=n
|
|
CONFIG_SEMIHOST=y
|
|
CONFIG_SEMIHOST_CONSOLE=y
|