-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sys/log: Add number of entries support in log #3168
Open
vrahane
wants to merge
8
commits into
apache:master
Choose a base branch
from
vrahane:vipul/logging_num_entries
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Jun 4, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for df10d9e - Browse repository at this point
Copy the full SHA df10d9eView commit details -
- fcb2 and config_fcb2 and log_fcb2 should be selectable via the target using syscfgs, it does not need to be specific to the app
Configuration menu - View commit details
-
Copy full SHA for 73d13af - Browse repository at this point
Copy the full SHA 73d13afView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddce678 - Browse repository at this point
Copy the full SHA ddce678View commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 159a6f0 - Browse repository at this point
Copy the full SHA 159a6f0View commit details
Commits on Jun 10, 2024
-
sys/log: Update selftests to account for header and trailers
- Earlier these would only account for the entries, now they also account for headers and trailers
Configuration menu - View commit details
-
Copy full SHA for 8333460 - Browse repository at this point
Copy the full SHA 8333460View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4760b88 - Browse repository at this point
Copy the full SHA 4760b88View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2c38d9e - Browse repository at this point
Copy the full SHA 2c38d9eView commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a7a659b - Browse repository at this point
Copy the full SHA a7a659bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.