-
Notifications
You must be signed in to change notification settings - Fork 3k
STM32F7: linker scripts updates #11870
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
Conversation
@jeromecoutant, thank you for your changes. |
Hi |
* Copyright (c) 2016-2019 STMicroelectronics. | ||
* All rights reserved. | ||
* | ||
* This software component is licensed by ST under BSD 3-Clause license, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add SPDX identifier to files with he license like this one? Otherwise we need to create own rules to get the license like this (as it only references the license similar to SPDX)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add SPDX identifiers
Otherwise looks good, so once updated, we shall start CI asap |
- license header - DTCM RAM use - alignment within the STM32F7 family
3972496
to
82a9628
Compare
done |
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description (required)
Since #11711, DTCM-RAM was used only for vectors.
This could make some regression for applications.
(ex with https://os.mbed.com/teams/ST/code/DISCO-F769NI_AUDIO_demo/)
Summary of change (What the change is for and why)
Documentation (Details of any document updates required)
Pull request type (required)
Test results (required)
Reviewers (optional)
Release Notes (required for feature/major PRs)
Summary of changes
Impact of changes
Migration actions required