-
Notifications
You must be signed in to change notification settings - Fork 3k
Release candidate for mbed-os-5.11.1 #9208
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
Found during editing copyright message
### Description This PR moves the old memap file handling required for differential memap from within memap to the toolchain object. This has the advantage that we can do the `mv <app>.map <app>.map.old` the moment before it is overwritten by the linker. This should allow multiple reruns of memap without modifying your build directory. ### Pull request type [ ] Fix [x] Refactor [ ] Target update [ ] Functionality change [ ] Docs update [ ] Test update [ ] Breaking change
Sync application and testcases with v1.0.0 of the master copy.
Return `MBEDTLS_ERR_ECP_INVALID_KEY` when Cryptocell returns `CRYS_ECPKI_BUILD_KEY_INVALID_PRIV_KEY_SIZE_ERROR` or `CRYS_ECPKI_BUILD_KEY_INVALID_PUBL_KEY_SIZE_ERROR`, When the key size is invalid. Found by the "ECDSA zero private parameter" tests.
…ds to be registered for emac link state changes. Ethernet-tasklet will then handle ethernet cable connection/disconnection events.
In case when lp ticker is already initialized the ticker interrupt should be disabled.
1. Fix copyright year 2. Add SPDX
Currently there are two issues which prevent building Mbed OS with -std=gnu++11 when using Arm Compiler 6: * NanostackRfPhys2lp.cpp contains a narrowing conversion in a braced initializer list * ns_types.h includes <stdalign.h> which Arm Compiler 6 currently does not provide This patch fixes both issues. The first one is fixed by changing the underlying type of the corresponding enumeration when the code is compiled as C++11. The second issue is worked around by avoiding the use of <stdalign.h> header for Arm Compiler versions prior to 6.12.
…ture This PR modifies the name of the bin file generated for SMCC FOTA feature Description Modify name of the bin file from '-payload.bin' to '_update.bin' in REALTEK_RTL8195AM.py file to adapt the manifest tool requirment for the SMCC FOTA feature. Pull request type [ ] Fix [ ] Refactor [x] Target update [ ] Functionality change [ ] Docs update [ ] Test update [ ] Breaking change
Commit ab84d2b missed including qspi_device.h file Signed-off-by: Mahesh Mahadevan <[email protected]>
UDP packets are always received as OOB data. Without checking for new OOB data with a call to "_process_oob" then recv_udp never blocks. If a UDP packet is not available then NSAPI_ERROR_WOULD_BLOCK is returned. This causes mbed-os's DNS handling to always fail when flow control is enabled. This patch fixes recv_udp by always calling "_process_oob" regardless of if flow control is enabled. This ensures that recv_udp follows the timeout parameter and waits for new data to arrive.
This is a fix for Issue 5348. Signed-off-by: Mahesh Mahadevan <[email protected]>
EMPTY response should not be stored to blockwise list. An Empty message only contains the 4-byte header so it does not require any blockwise operations. This will fix unneseccary message sending timeouts which leads mbed cloud client to do unnecessary reconnections which increases the network traffic.
Test run: FAILEDSummary: 3 of 7 test jobs failed Failed test jobs:
|
CI started |
Test run: FAILEDSummary: 3 of 7 test jobs failed Failed test jobs:
|
NUMAKER_PFM_NUC472 does not have ANALOGOUT enabled
CI started |
Test run: FAILEDSummary: 6 of 7 test jobs failed Failed test jobs:
|
@cmonr build failures for GD32_F307VG (issues with including "cmsis.h") |
CI started |
Test run: FAILEDSummary: 2 of 7 test jobs failed Failed test jobs:
|
Looks like the ARM license server wants to take a day off... |
re-check to see if license issue is resolved |
Test run: FAILEDSummary: 2 of 7 test jobs failed Failed test jobs:
|
Still waiting for the license server update 😞 |
CI restarted (should be OK now) |
I restarted tests (already failed due to resource error) |
Test run: FAILEDSummary: 2 of 11 test jobs failed Failed test jobs:
|
Exporters restarted (uvision5 failed with an exception) |
Going well so far :-) Shouldn't exporters job have updated to say running again ? |
It won't be updated here until it's running |
F746ZG devices are on the frtiz. All recent |
Test restarted |
All green 🎉 |
No description provided.