Skip to content

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

Merged
merged 1 commit into from
Nov 22, 2019
Merged

Conversation

jeromecoutant
Copy link
Collaborator

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)
  • DTCM RAM use
  • license header update for all files
  • alignment for the 3 tool chains
  • alignment within the STM32F7 family
Documentation (Details of any document updates required)

Pull request type (required)

[x] Patch update (Bug fix / Target update / Docs update / Test update / Refactor)
[] Feature update (New feature / Functionality change / New API)
[] Major update (Breaking change E.g. Return code change / API behaviour change)

Test results (required)

[] No Tests required for this change (E.g docs only update)
[x] Covered by existing mbed-os tests (Greentea or Unittest)
[] Tests / results supplied as part of this PR

Reviewers (optional)


Release Notes (required for feature/major PRs)

Summary of changes
Impact of changes
Migration actions required

@ciarmcom ciarmcom requested a review from a team November 15, 2019 10:00
@ciarmcom
Copy link
Member

@jeromecoutant, thank you for your changes.
@ARMmbed/mbed-os-maintainers please review.

@jeromecoutant
Copy link
Collaborator Author

Hi
Can we start CI ?

* Copyright (c) 2016-2019 STMicroelectronics.
* All rights reserved.
*
* This software component is licensed by ST under BSD 3-Clause license,
Copy link
Contributor

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)

Copy link
Contributor

@0xc0170 0xc0170 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add SPDX identifiers

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 19, 2019

Otherwise looks good, so once updated, we shall start CI asap

- license header
- DTCM RAM use
- alignment within the STM32F7 family
@jeromecoutant
Copy link
Collaborator Author

Add SPDX identifiers

done

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 22, 2019

CI started

@mbed-ci
Copy link

mbed-ci commented Nov 22, 2019

Test run: SUCCESS

Summary: 11 of 11 test jobs passed
Build number : 1
Build artifacts

@0xc0170 0xc0170 merged commit cc120f3 into ARMmbed:master Nov 22, 2019
@jeromecoutant jeromecoutant deleted the PR_F7_LINKER branch November 22, 2019 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants