Skip to content

Release candidate for mbed-os-5.8.1 #6461

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 118 commits into from
Mar 27, 2018
Merged

Release candidate for mbed-os-5.8.1 #6461

merged 118 commits into from
Mar 27, 2018

Conversation

adbridge
Copy link
Contributor

No description provided.

RobMeades and others added 30 commits March 26, 2018 18:52
…s the object to be set up) and zero the I2C object before giving it to i2c_init() as i2_init() has to set up a default frequency for its timeouts to work and it will only do this if the hz field in the object was zero to begin with (otherwise you end up with a random but usually very large indeed timeout).
Originally, we use 2 H/W timers for us_ticker/lp_ticker, one for counting and the other for alarm.
With H/W timer running in continuous mode, we could use just one H/W timer for counting/alarm simultaneously.
…e more familiar with handling overflow errors, even if underflow may be technically correct
Save serial objects when setting interrupt requests.
Improve uart interrupt handler.
Replace looping construct with actual block writes.
Improves accuracy during heavy work load.
Increases input range by 2x(now, 0-2.4v)
Automatic stop prevents sending repeated start.
… This support is based on the NUCLEO-F401RE board. Which has the same amount of flash/ram but less pins available on the chip.
Building with (GNU Tools for Arm Embedded Processors 7-2017-q4-major) 7.2.1 20170904 gives this warning

../events/equeue/equeue.c: In function 'equeue_incid':
../events/equeue/equeue.c:40:17: warning: '<<' in boolean context, did you mean '<' ? [-Wint-in-bool-context]
     if (!(e->id << q->npw2)) {
fix section error, ARM compiler uses IRAM1.bss to calculate the heap size

fix conflict of _memset between Ameba's library and ARM compiler's library, use standard memset() instead of _memset() in case of ARM compiler
Applied changes from commit b6a01de
for other MCUXpresso MCUs

Signed-off-by: Mahesh Mahadevan <[email protected]>
theotherjimmy and others added 4 commits March 26, 2018 18:52
In Mbed OS, page size is program unit, which is different than FMC definition.
After fixing page size, we can pass NVSTORE test (mbed-os-features-nvstore-tests-nvstore-functionality).
@adbridge
Copy link
Contributor Author

/morph build

@adbridge adbridge force-pushed the release-candidate branch from bf8854e to 20d9b4a Compare March 26, 2018 17:52
@adbridge
Copy link
Contributor Author

/morph mbed2-release

@cmonr
Copy link
Contributor

cmonr commented Mar 26, 2018

Added GitHub branch protection checks to mbed-os-5.8 branch.
/morph build

@mbed-ci
Copy link

mbed-ci commented Mar 26, 2018

Build : SUCCESS

Build number : 1576
Build artifacts/logs : http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/6461/

Triggering tests

/morph test
/morph uvisor-test
/morph export-build
/morph mbed2-build

@mbed-bot
Copy link

Result: FAILURE

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

/morph mbed2-release

@mbed-ci
Copy link

mbed-ci commented Mar 26, 2018

@mbed-ci
Copy link

mbed-ci commented Mar 27, 2018

@cmonr
Copy link
Contributor

cmonr commented Mar 27, 2018

/morph mbed2-release

@mbed-bot
Copy link

Result: SUCCESS

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

/morph mbed2-release

Copy link
Contributor

@0xc0170 0xc0170 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All looks good,

just one PR that I question is #6314

Antti Yli-Tokola added 2 commits March 27, 2018 12:08
Add new api to clear whole sent blockwise message list
Make sn_coap_protocol_send_rst as public needed for CoAP ping sending
Allow disabling resendings by defining SN_COAP_DISABLE_RESENDINGS
@adbridge
Copy link
Contributor Author

/morph build
/morph mbed2-release

@mbed-ci
Copy link

mbed-ci commented Mar 27, 2018

Build : SUCCESS

Build number : 1583
Build artifacts/logs : http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/6461/

Triggering tests

/morph test
/morph uvisor-test
/morph export-build
/morph mbed2-build

@mbed-ci
Copy link

mbed-ci commented Mar 27, 2018

@0xc0170
Copy link
Contributor

0xc0170 commented Mar 27, 2018

/morph export-build

@mbed-ci
Copy link

mbed-ci commented Mar 27, 2018

@mbed-ci
Copy link

mbed-ci commented Mar 27, 2018

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.