Skip to content

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 188 commits into from
Apr 26, 2019
Merged

Release candidate for mbed-os-5.12.2 #10469

merged 188 commits into from
Apr 26, 2019

Conversation

adbridge
Copy link
Contributor

No description provided.

TacoGrandeTX and others added 30 commits April 24, 2019 13:37
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.
hennadiykytsun and others added 17 commits April 24, 2019 13:53
- Also remove WICED library build for ARMC5
# Conflicts:
#	components/TARGET_PSA/TARGET_TFM/COMPONENT_NSPE/interface/src/tfm_ns_lock_rtx.c
- Remove un-needed files
- Disable printf and uart
- Modify include paths
- Guard macros from mbed_lib with ifndef

(cherry picked from commit 1f30b52)
(cherry picked from commit 71cd34d)
- Add Secure/non-secure code and secure heap to memory check
- Link to bug tracking: https://developer.trustedfirmware.org/T224
@adbridge
Copy link
Contributor Author

CI started

@mbed-ci
Copy link

mbed-ci commented Apr 25, 2019

Test run: FAILED

Summary: 2 of 11 test jobs failed
Build number : 3
Build artifacts

Failed test jobs:

  • jenkins-ci/mbed-os-ci_exporter
  • jenkins-ci/mbed-os-ci_greentea-test

@ciarmcom
Copy link
Member

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

@ciarmcom ciarmcom requested a review from a team April 25, 2019 11:07
@adbridge
Copy link
Contributor Author

@cmonr Can you approve please once you get online as you're one of the only ones able to today? Or @kjbracey-arm either ?

@adbridge
Copy link
Contributor Author

@teetak01 Can you test client against this PR please ?

@adbridge
Copy link
Contributor Author

Tested against client and given the OK by @teetak01

@adbridge adbridge merged commit cfa7938 into mbed-os-5.12 Apr 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.