logging: Add MIPI sys-t support for v2 logging subsystem.
Adding functions log_output_msg2_syst_process and hexdump2_print to support v2 logging subsystem. Updates west.yml to pick up a new version of the MIPI sys-t library that supports vprintf. Signed-off-by: Aastha Grover <aastha.grover@intel.com> Signed-off-by: Maureen Helm <maureen.helm@intel.com>
This commit is contained in:
parent
45ef0d2aef
commit
a89fae798c
6 changed files with 58 additions and 5 deletions
|
@ -320,6 +320,8 @@ static void process(const struct log_backend *const backend,
|
|||
{
|
||||
uint32_t flags = log_backend_std_get_flags();
|
||||
|
||||
flags |= IS_ENABLED(CONFIG_LOG_BACKEND_RTT_SYST_ENABLE) ? LOG_OUTPUT_FLAG_FORMAT_SYST : 0;
|
||||
|
||||
log_output_msg2_process(&log_output_rtt, &msg->log, flags);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue