-
Notifications
You must be signed in to change notification settings - Fork 3k
5.12.0-rc3 #10158
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
5.12.0-rc3 #10158
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The compiler used for the ARM toolchain changes depending on the target. This changes the front end scripts to do the proper toolchain look up before checking the system PATH for the compiler executable. The tools were always checking for the ARMC5 compiler, now it should check for the right version.
Fixes #9974 The error was that the Asymmetric CPUs were assumed to have the same structure as the Symmetric CPUs. This is clearly false. This PR changes the FPU detection of Asymmetric CPUs to find the correct core and use it's cpu settings. [x] Fix [ ] Refactor [ ] Target update [ ] Functionality change [ ] Docs update [ ] Test update [ ] Breaking change
… non secure default region sizes
…6/TARGET_CY8CKIT_062_WIFI_BT_PSA/mbed_lib.json Co-Authored-By: yossi2le <[email protected]>
…Y8C62XX and TARGET_CY8CKIT_062_BLE linker scripts
…PSA index.json file
- Reduce LPC55S69 secure side ITS from 64KB to 32KB
Signed-off-by: Mahesh Mahadevan <[email protected]>
Signed-off-by: Mahesh Mahadevan <[email protected]>
To managed bootloader mode
Due to discovery of inconsistent sector sizes in devices storage the is_valid_erase function was adjusted, For FlashIAPBD the 'code size' was included to the calculation, preventing faulty "virtual" addresses calculation. For SlicingBD the same error was fixed and in all 3 validation functions that sent addresses for validation and program/read/erase different addresses.
@0xc0170, thank you for your changes. |
Update secure binaries for RC3
CI started |
Test run: FAILEDSummary: 1 of 13 test jobs failed Failed test jobs:
|
CI job restarted: ARMc6 license server issues. |
@ARMmbed/mbed-os-test Wasn't caching enabled and we should be good? |
cmonr
approved these changes
Mar 19, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
5.12.0-rc3 , still requires to update PSA. I am currently having issues to build it. Will be pushed soon
cc @alzix
Pull request type
Reviewers
Release Notes