-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sys/log: Add number of entries support in logs
- Add number of entries support in logs - Add TLV for number of entries support - Also update log_shell and add syscfgs to support the same. - Added support in fcb2 and cbmem for number of entries - This makes it such that log entries are backwards and forwards compatible. - Number of entries can be read using the console or newtmgr - This is an optional feature enabled only if LOG_FLAGS_TLV_SUPPORT: 1 and LOG_TLV_NUM_ENTRIES: 1
- Loading branch information
Showing
7 changed files
with
715 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.