logging: Add logging v2 implementation for log_msg
Added implementation of log_msg2 which is creating log messages using cbprintf packaging and storing them in circular ring buffer (mpsg_pbuf). Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
ba1aa75c66
commit
f6a40ae183
14 changed files with 1008 additions and 20 deletions
|
@ -153,6 +153,13 @@
|
|||
} GROUP_LINK_IN(ROMABLE_REGION)
|
||||
#endif /* CONFIG_PCIE */
|
||||
|
||||
SECTION_DATA_PROLOGUE(log_strings_sections,,)
|
||||
{
|
||||
__log_strings_start = .;
|
||||
KEEP(*(SORT(.log_strings*)));
|
||||
__log_strings_end = .;
|
||||
} GROUP_ROM_LINK_IN(RAMABLE_REGION, ROMABLE_REGION)
|
||||
|
||||
SECTION_DATA_PROLOGUE(log_const_sections,,)
|
||||
{
|
||||
__log_const_start = .;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue