-
Notifications
You must be signed in to change notification settings - Fork 2k
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
core: introduce crossfile arrays (xfa) v3 #15002
Merged
Merged
Commits on Feb 16, 2021
-
core: Introduce cross file arrays (XFA)
Co-Authored-By: Joakim Nohlgård <joakim.nohlgard@eistec.se>
Configuration menu - View commit details
-
Copy full SHA for 66092f5 - Browse repository at this point
Copy the full SHA 66092f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97e1be0 - Browse repository at this point
Copy the full SHA 97e1be0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6adeec0 - Browse repository at this point
Copy the full SHA 6adeec0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12a2243 - Browse repository at this point
Copy the full SHA 12a2243View commit details -
Configuration menu - View commit details
-
Copy full SHA for abca94b - Browse repository at this point
Copy the full SHA abca94bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a23b29d - Browse repository at this point
Copy the full SHA a23b29dView commit details
Commits on Feb 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3099e02 - Browse repository at this point
Copy the full SHA 3099e02View commit details -
cpu/cortexm_common: add XFA handling to linkerscript
The global core/ldscripts/xfa.ld doesn't match our cortexm_base.ld. This commit directly adds the two XFA lines to cortexm_base.ld. In addition to that, a dummy (empty) xfa.ld is added, which the linker will pick instead of core/ldscripts/xfa.ld, effectingly not using it.
Configuration menu - View commit details
-
Copy full SHA for d8d34e0 - Browse repository at this point
Copy the full SHA d8d34e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdd59ae - Browse repository at this point
Copy the full SHA bdd59aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2474fa7 - Browse repository at this point
Copy the full SHA 2474fa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91b987a - Browse repository at this point
Copy the full SHA 91b987aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06ec602 - Browse repository at this point
Copy the full SHA 06ec602View commit details -
Configuration menu - View commit details
-
Copy full SHA for f411fd4 - Browse repository at this point
Copy the full SHA f411fd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac549ab - Browse repository at this point
Copy the full SHA ac549abView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee9d6c8 - Browse repository at this point
Copy the full SHA ee9d6c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 858b5ca - Browse repository at this point
Copy the full SHA 858b5caView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3b04fa - Browse repository at this point
Copy the full SHA b3b04faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61d9f34 - Browse repository at this point
Copy the full SHA 61d9f34View commit details -
Configuration menu - View commit details
-
Copy full SHA for b54afa1 - Browse repository at this point
Copy the full SHA b54afa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6711388 - Browse repository at this point
Copy the full SHA 6711388View commit details -
core/xfa: make const XFA's volatile
This prevents gcc from figuring out that an XFA that has been initialized in the same file is technically empty when the compilation unit is seen by itself. This happened with gcc 10.1.0 on msp430-elf.
Configuration menu - View commit details
-
Copy full SHA for 50dc68b - Browse repository at this point
Copy the full SHA 50dc68bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e827f0b - Browse repository at this point
Copy the full SHA e827f0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bc7bb4 - Browse repository at this point
Copy the full SHA 2bc7bb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 249ed5f - Browse repository at this point
Copy the full SHA 249ed5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d310044 - Browse repository at this point
Copy the full SHA d310044View commit details -
Configuration menu - View commit details
-
Copy full SHA for df4dc36 - Browse repository at this point
Copy the full SHA df4dc36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 439b2d5 - Browse repository at this point
Copy the full SHA 439b2d5View commit details
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.