-
Notifications
You must be signed in to change notification settings - Fork 3k
Release candidate for mbed-os-5.12.1 #10326
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
This PR: 3bd3aca#diff-995cd6fe18f4fabfb549266dde0a3784 broke the SAML21J18A target, as there was no `#if DEVICE_ANALOGOUT` call, and this PR added an `#endif` there that's not matched now.
`pscrk` is set to the address of `csrk`, but `csrk` is out of scope when using the resulting value. There's no guarantee that the memory is still valid.
File features/lwipstack/lwip-sys/arch/cc.h fails to compile with error: 'MBED_NORETURN' does not name a type. Fix with adding correct include.
Simplified state machine by removing manual registering state. This was done as some modems did not have all the needed at commands for checking the registered network. Some modem run out of memory as when checking correct network there might be so many networks available. Manual registration still works but it does not do any checks to which network it's registered. Moved manual registering at command earlier in state machine so it forces registering to a correct network. Internal refactor/fix, does not affect applications.
…ts pyocd requirements
There are two EventQueue.h in mbed-os codebase: events/EventQueue.h features/FEATURE_BLE/ble/pal/EventQueue.h By accident, `mbed compile` generates includes.txt with the correct order of include search paths. This is not the case for the CMake exporter: targets with FEATURE_BLE enables fail to compile with errors: mbed-os/features/cellular/framework/AT/ATHandler.h:99:60: error: 'events' has not been declared Update all places to always include either "events/EventQueue.h" or "ble/pal/EventQueue.h": to always find the correct header.
…use. Workaround for the Cordio stack as extended advertising can be reported for a legacy advertising command.
Cellular PPP connect fails too often if timeout is 15s so increased to 60 seconds. Tested to be enough with BG96 and MTB_MTS_DRAGONFLY.
Based on v1.1.0 of S2_LP MCB using STM32F429ZIT6.
…OT brought out on the MTB/MCB.
bc613bc
to
a07dbd7
Compare
#10056 moved to 5.12.2 for now, I rebased (removed #10244 - caused merge conflicts that I failed to resolve - one line changed that is for 5.13 - will be sent separately and can be included here or in 5.12.2). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ci started |
Test run: SUCCESSSummary: 13 of 13 test jobs passed |
No description provided.