-
Notifications
You must be signed in to change notification settings - Fork 3k
Release candidate for mbed-os-5.11.0-rc3 #9064
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
Add tests setup code and random bytes generator test.
* Add support for entropy injection * Move psa_crypto_init & mbedtls_psa_crypto_free to setup & teardown handlers * Skip test_crypto_asymmetric_encrypt_decrypt if RSA generation is not supported
ESP8266 maximum packet size when sending is 2048 bytes.
* Styling * Correct error codes on failing connection * Add panics where needed * correct skip defines * Fix psa_spm_init_refence_counter bug
* Modify linker scripts to be compatible with bootloader and PSA * Add memory protection * Modify original post-build step to allow link with PSA binaries * Config kvstore for ITS on FUTURE_SEQUANA_PSA * Enable PSA-Crypto on PSoC6 with NVSeed
"ns_types.h" results in build failure when networking feature is ignored with .mbedignored. ESP8266 component should be enabled only when NSAPI is present.
…present Build failures were observed when rtos is ignored with .mbedignored. Components dependent on RTOS should be guarded with MBED_CONF_RTOS_PRESENT
- Remove require integrity flag (authentication) - always authenticate - Use RBP KV to store CMAC also in write once case - Allow removing a key if reading it failed on RBP authentication error - Disable SecureStore if user disables MBED TLS AES CTR or CMAC
While connecting will run HW reset for the modem if reset wire is attached to a know pin.
Add the platform config DISABLE_MPU to allow the MPU to be disabled from an application.
Make the option positively named, and as it is a platform config option make sure it only affects platform code. HAL functions still remain available even if platform is told not to use them.
…r parameter as SocketAddress *addr.
The cause of the pelion-enablement test failures for Nuvoton boards is not caused by or related to the MPU so this patch re-enables the MPU for these boards. The cause of the pelion-enablement test failures for the UBLOX_C030_U201 has been identified and corrected so this patch re-enables the MPU for this board. This reverts commit b217c5f.
/morph build |
/morph mbed2-release |
@adbridge xD Those morph commands no longer to anything 😄 |
The following PRs were added into RC3 to resolve patching conflicts:
|
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
We need to remove that morph commands |
0xc0170
approved these changes
Dec 12, 2018
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.