-
Notifications
You must be signed in to change notification settings - Fork 3k
Release candidate for mbed-os-5.11.0-rc2 #8974
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
Fix comes from rabbitmq: > On December 1st, 2018 (GMT) all repositories under the RabbitMQ account on PackageCloud will be switched to use the new signing keys. RabbitMQ users who install packages from PackageCloud must import the new signing keys before the migration. The recommended way of doing that is by re-running PackageCloud setup scripts (RabbitMQ, Erlang). Signing keys can be downloaded and imported directly as well (RabbitMQ, Erlang). If the new keys are not imported, package installation will start failing with a signature verification error.
…ion parameter. Unlike the public address, the RANDOM address is guaranteed to exist. If privacy is enabled, it means the controller will generates random resolvable addresses or non resolvable addresses depending on the config. If privacy is not enabled then the device will use the device's random static address that doesn't change between radio processes.
This change makes it consistent with PeriodicAdvertisingReportEvent.
Use "macros_add" rather than "marcos" so any macros defined by MCU_PSOC6 are not overwritten.
Turn off the MPU for the PSOC 6 since it has a non-standard memory map. This fixes crashes on boot for this target.
Remove all outdated information including supported services and old documentation links
Correct typo of PSA_PS_ERROR_OFFSET to PSA_ITS_ERROR_OFFSET.
Correct typo of PSA_PS_ERROR_OFFSET to PSA_ITS_ERROR_OFFSET.
Use internal TDBStore instance instead of default one
PID should come first to create - to prevent timing attacks. Each partition can only request its own files. Thus starting lookup from the PID makes more sence.
PSA PID is of int32_t type - use native type during the whole flow for better readability. Convert PID to unsigned for calculations only. Add dedicated inline function for logic shift right.
40a538f
to
9256d6f
Compare
/morph build |
/morph mbed2-release |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
|
CI started |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
Restarting exporters (timeouted) |
Exporters still running after 2 hours ? !! |
@adbridge No, the build history shows that an error was encountered, and @ARMmbed/mbed-os-test-team stopped, deployed a fix, and restarted. |
No description provided.