Skip to content

cpu/fe310: use common names for heap markers#12328

Closed
benpicco wants to merge 1 commit intoRIOT-OS:masterfrom
benpicco:fe310-heap_markers
Closed

cpu/fe310: use common names for heap markers#12328
benpicco wants to merge 1 commit intoRIOT-OS:masterfrom
benpicco:fe310-heap_markers

Conversation

@benpicco
Copy link
Contributor

Contribution description

Other archs use _sheap and _eheap to mark the start and end of the heap.
fe310 uses _heap_start and _heap_end, so platform independent code that wants to make use of this will needlessly fail.

For compatibility with common code, name them the same on fe310

Testing procedure

Only variable names changed, the same binary should still be generated.

Issues/PRs references

needed for #12032

Other archs use _sheap and _eheap to mark the start and end of
the heap.

For compatibility with common code, name them the same on fe310.
@benpicco benpicco added Type: cleanup The issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation Platform: RISC-V Platform: This PR/issue effects RISC-V-based platforms CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Sep 28, 2019
@benpicco benpicco added the Impact: minor The PR is small in size and might only require a quick look of a knowledgeable reviewer label Sep 29, 2019
@benpicco benpicco requested a review from kaspar030 September 29, 2019 17:02
@gschorcht
Copy link
Contributor

Affects PR #10953.

@benpicco benpicco removed the Impact: minor The PR is small in size and might only require a quick look of a knowledgeable reviewer label Sep 30, 2019
@aabadie aabadie added CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR and removed CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Oct 2, 2019
@benpicco
Copy link
Contributor Author

benpicco commented Oct 2, 2019

@kenrabold any objections to the name change?

@kenrabold
Copy link
Contributor

No objections from me

@stale
Copy link

stale bot commented Apr 4, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions.

@stale stale bot added the State: stale State: The issue / PR has no activity for >185 days label Apr 4, 2020
@stale stale bot closed this May 5, 2020
@benpicco benpicco deleted the fe310-heap_markers branch May 5, 2020 18:53
@gschorcht
Copy link
Contributor

@benpicco This PR was just forgotten, we should reopen it.

@benpicco
Copy link
Contributor Author

benpicco commented May 6, 2020

Well this was a precursor for #12032 which seems equally abandoned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Platform: RISC-V Platform: This PR/issue effects RISC-V-based platforms State: stale State: The issue / PR has no activity for >185 days Type: cleanup The issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants