-
Notifications
You must be signed in to change notification settings - Fork 3k
Release candidate for mbed-os-5.5.3 #4760
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
Basic TCP/UDP tests for PPP based onboard cellular modems. Tests basic public APIs defined in CellularBase.h A customer port must pass this test set, hence verifying their particular implementation.
Previously if updating a branch in the ARMmbed version of an example repo, the branch would be created initially from master. This update allows the new branch to be created by any pre-existing branch. This update also moves the branch / fork / tag configuration data to the json config file. It thus simplifies the command line. -b on its own now indicates use the branch information in the config -f on its own now indicates use the fork information in the config
If a test is empty, it leads to undef. Therefore if a test requires additional details, it should print an error [NOT SUPPORTED].
This fixes a problem when the path to include files have spaces. See ARMmbed/mbed-os-example-uvisor#31 for an example of this problem. Signed-off-by: Mo Chen <[email protected]>
Fixes a bug where quoting gets stripped by the shell used in the makefile and another bug where the lack of escaping would cause parser errors in eclipse.
1. Private _acquire() function is added to avoid multiple locking/unlocking 2. format and frequency functions updated to use appropriate function calls instead of a aquire()
…ted in a change of sign
…nning of declaration [-Wold-style-declaration]
… : Pragma push for CC_ARM option is inside GNUC define, same hierarchy to be followed while pop
…o determine kMCG_ModePEE in case of PEE to switch back manually as default after wakeup MCG is in PBE mode. this is required only when PEE mode is required
/morph test-nightly |
/morph mbed2-release |
/morph export-build |
typo in flash_s struct
fix STM32F439 flash HAL
/morph test-nightly |
/morph echo |
I recieved your comment! Here's what you wrote!
|
/morph test-nightly |
/morph mbed2-release |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
|
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputTest failed! |
/morph export-build |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 87 All exports and builds passed! |
Do not ticker read in ISR, use reminder to schedule the next interrupt, this should make ticker much faster. read - disable Timer0 while reading it, if ISR is pending just reread the time again via read() function These 2 improvements should decrease time spent when reading/scheduling ticker events.
backported one more fix, that was not taken to 5.5.2. Restarting CI |
/morph test-nightly |
/morph mbed2-release |
/morph export-build |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
|
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 88 All exports and builds passed! |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
All green, will merge this soon to continue with the release |
No description provided.