-
Notifications
You must be signed in to change notification settings - Fork 20
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
<Memory> Optimised data space usage with correct qualifiers #158
Merged
Conversation
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
- Updated DP/SP to use correct qualifiers and types - Updated libresource to use correct qualifiers - <SiFive> Updated ealycon driver, plic driver, plat_timer to use malloc Issue: #157
akashkollipara
added
enhancement
Upgrading feature or request
critical update
This is a critical update
bug-critical
System failure can be predicted
labels
Aug 15, 2022
- Updated linker scipt to keep necessary sections - Updated heap call to show and dump heap
akashkollipara
force-pushed
the
dev_akash_mem_opt
branch
from
August 16, 2022 19:41
75e4ba9
to
189d9f6
Compare
pranjalchanda08
approved these changes
Aug 18, 2022
- Updated system and platform drivers to handle errors better and prevent memory leaks - Updated status code for lists
akashkollipara
force-pushed
the
dev_akash_mem_opt
branch
from
August 18, 2022 19:49
f9ce0a8
to
995dab1
Compare
akashkollipara
force-pushed
the
dev_akash_mem_opt
branch
from
August 18, 2022 19:58
995dab1
to
199ead7
Compare
Kudos, SonarCloud Quality Gate passed! |
akashkollipara
added a commit
that referenced
this pull request
Aug 18, 2022
<Memory> Optimised data space usage with correct qualifiers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug-critical
System failure can be predicted
critical update
This is a critical update
enhancement
Upgrading feature or request
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.
plat_timer to use malloc
Issue: #157