-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add memory bank example, improve docs a bit #4
Conversation
Its nice to have this feature, but if the linker script changes names, it may break the custom target. This happens all the time I try to compile with updated Mbed-os. So I would prefer to use existing MCU names, especially for devices with many memory banks. |
fwiw, I am working on a linker script "style guide" that will help standardize on what to use in linker scripts. It should cut down on instances where linker scripts change in incompatible ways. Here's what I've got so far:
|
This example has gotten a bit out of date, so I am updating it with:
I also took the chance to update the github action workflow and to update a few comments in CMakeLists.txt to provide some more details.