Add a macro to make initialization easier#103
Add a macro to make initialization easier#103zeenix merged 3 commits intorust-embedded:masterfrom JalonWong:master
Conversation
zeenix
left a comment
There was a problem hiding this comment.
Sounds good to me, thanks! Just a bit of nitpicks and it should be mergable.
|
@zeenix I have made improvements based on the suggestions, and I added a |
|
@JalonWong I'll merge soon but I want to first give others a chance to have a look. CC @adamgreig @sgued |
|
My only thought is that people are likely to want to configure where the backing store for the heap is located in memory using
|
How about a combination of these two: we add the optional argument for the linker section and if people need to add other attributes, they just don't use the macro? |
|
@zeenix @adamgreig If someone want to use |
zeenix
left a comment
There was a problem hiding this comment.
Sorry but still some things to do. Thank you for your patience and hard work on this so far. 👍
zeenix
left a comment
There was a problem hiding this comment.
A tiny nit and then we're good to merge. 👍
Co-authored-by: Zeeshan Ali Khan <zeenix@gmail.com>
No description provided.