-
Notifications
You must be signed in to change notification settings - Fork 3k
Release candidate for mbed-os-5.12.2 #10469
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
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
For single-threaded apps __iar_Initlocks() is not required and must not be called because the proper IAR library is brought in only if "--threaded_lib" is defined in the linker command.
sckt_data is not free'd when `coap_connection_handler_open_connection` fails.
- reanme US_TICKER_TIMER1 to US_TICKER_COUNTER - reanme US_TICKER_TIMER2 to US_TICKER_INTERRUPT
FastModels are a software simulator for Arm platform/cores. They mean to be used as a tool for testing or early prototype stage development. Due to the nature of software simulator can't grantee the timing accuracy like HW. So time drifting test is skipped for software models.
This patch is missing in F7 HAL. Fix #10049 Signed-off-by: Vincent Veron <[email protected]>
…in, which was causing EMW3166 to crash. Correction has been done and new binaries genearated
The FileRefs allow you to preserve the correct file paths in the online compiler. It also allows you to preserve the correct file paths for generated files.
This file was being dumped to the filesystem without going through the "gen_file" mechanism, thus it was missed when being zipped up.
When zipping up projects, the makefile exporter brings every directory supplied as --source under the same directory, even if they are in a parent directory. There was some code that was clearing the leading "../" components. This lead to an empty string ("") being supplied to the "into_path" arg for "resources.add_directory". Since "" is not None, the default behavior to place it in the same directory was not being used. The extra "" caused a leading "/" to be added, making everything placed a the absolute root of the filesystem ("/"). Now we check to see if the "into_path" is an empty string and ignore it if that's the case.
This change moves all PDL drivers into common source and include directories to alleviate issue with Windows version of GNU Make 4.x maximum command line length limit.
- Also remove WICED library build for ARMC5
# Conflicts: # components/TARGET_PSA/TARGET_TFM/COMPONENT_NSPE/interface/src/tfm_ns_lock_rtx.c
- Link to bug tracking: https://developer.trustedfirmware.org/T230 (cherry picked from commit 0c23e86)
- Link to bug tracking: https://developer.trustedfirmware.org/T240 (cherry picked from commit fc78640)
) - Link to bug tracking: https://developer.trustedfirmware.org/T241 (cherry picked from commit da01e34)
#236) - Link to bug tracking: https://developer.trustedfirmware.org/T236 (cherry picked from commit 008bf1b)
- Add Secure/non-secure code and secure heap to memory check - Link to bug tracking: https://developer.trustedfirmware.org/T224
Fix TF-M import commits order
CI started |
Test run: FAILEDSummary: 2 of 11 test jobs failed Failed test jobs:
|
@adbridge, thank you for your changes. |
@cmonr Can you approve please once you get online as you're one of the only ones able to today? Or @kjbracey-arm either ? |
@teetak01 Can you test client against this PR please ? |
bulislaw
approved these changes
Apr 25, 2019
Tested against client and given the OK by @teetak01 |
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.
No description provided.