logging: add backend for xtensa simulator

Add backend for the xtensa simulator.

Fixes #10164

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-03-03 20:16:08 -05:00
commit 5cf49956e7
5 changed files with 154 additions and 3 deletions

View file

@ -16,4 +16,7 @@ config IRQ_OFFLOAD_INTNUM
config XTENSA_ASM2
default y
config LOG_BACKEND_XTENSA_SIM
default LOG
endif