Skip to content

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

Merged
merged 82 commits into from
Jul 17, 2017
Merged

Release candidate for mbed-os-5.5.3 #4760

merged 82 commits into from
Jul 17, 2017

Conversation

adbridge
Copy link
Contributor

No description provided.

Hasnain Virk and others added 30 commits July 14, 2017 15:13
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()
…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
@adbridge
Copy link
Contributor Author

/morph test-nightly

@adbridge
Copy link
Contributor Author

/morph mbed2-release

@adbridge
Copy link
Contributor Author

/morph export-build

adustm added 5 commits July 14, 2017 15:43
typo in flash_s struct
fix STM32F439 flash HAL
This commit completely rewrote flash_api.c in a few places so kicked out changes from Master and accepted the branch changes.

F429 + F439 : changes after code review
GetSector has been rewritten
@0xc0170
Copy link
Contributor

0xc0170 commented Jul 14, 2017

/morph test-nightly

@studavekar
Copy link
Contributor

/morph echo

@mbed-bot
Copy link

I recieved your comment! Here's what you wrote!

/morph echo

@studavekar
Copy link
Contributor

/morph test-nightly

@studavekar
Copy link
Contributor

/morph mbed2-release

@mbed-bot
Copy link

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph mbed2-release

@mbed-bot
Copy link

Result: FAILURE

Your command has finished executing! Here's what you wrote!

/morph test-nightly

Output

mbed Build Number: 815

Test failed!

@studavekar
Copy link
Contributor

/morph export-build

@mbed-bot
Copy link

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph export-build

Output

mbed 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.
@0xc0170
Copy link
Contributor

0xc0170 commented Jul 16, 2017

backported one more fix, that was not taken to 5.5.2. Restarting CI

@0xc0170
Copy link
Contributor

0xc0170 commented Jul 16, 2017

/morph test-nightly

@0xc0170
Copy link
Contributor

0xc0170 commented Jul 16, 2017

/morph mbed2-release

@0xc0170
Copy link
Contributor

0xc0170 commented Jul 16, 2017

/morph export-build

@mbed-bot
Copy link

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph mbed2-release

@mbed-bot
Copy link

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph export-build

Output

mbed Build Number: 88

All exports and builds passed!

@mbed-bot
Copy link

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph test-nightly

Output

mbed Build Number: 816

All builds and test passed!

@0xc0170
Copy link
Contributor

0xc0170 commented Jul 17, 2017

All green, will merge this soon to continue with the release

@0xc0170 0xc0170 merged commit ed9d1da into mbed-os-5.5 Jul 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.