Skip to content
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

console: Fix console history placement #3140

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

kasjer
Copy link
Contributor

@kasjer kasjer commented Feb 7, 2024

Console history was meant to be stored in section pointed by bssnz_t This section is usually defined in bsp.h that was not included. Section was put in normal ram and console history was not able to persist across reboots as was the intentions.

Now bsp.h is included and console history can be accessed after reboot if bsp defines section that is not cleared during startup.

Console history was meant to be stored in section pointed by bssnz_t
This section is usually defined in bsp.h that was not included.
Section was put in normal ram and console history was not able
to persist across reboots as was the intentions.

Now bsp.h is included and console history can be accessed after reboot
if bsp defines section that is not cleared during startup.

Signed-off-by: Jerzy Kasenberg <[email protected]>
@kasjer kasjer merged commit 0cbd5e7 into apache:master Feb 7, 2024
16 checks passed
@kasjer kasjer deleted the kasjer/console-ram-history-fix branch February 7, 2024 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants