-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Conversation
…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]>
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).
/morph build |
bf8854e
to
20d9b4a
Compare
/morph mbed2-release |
Added GitHub branch protection checks to |
Build : SUCCESSBuild number : 1576 Triggering tests/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
|
Exporter Build : SUCCESSBuild number : 1216 |
Test : SUCCESSBuild number : 1368 |
/morph mbed2-release |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
|
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.
All looks good,
just one PR that I question is #6314
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
/morph build |
Build : SUCCESSBuild number : 1583 Triggering tests/morph test |
Exporter Build : FAILUREBuild number : 1221 |
/morph export-build |
Test : SUCCESSBuild number : 1373 |
Exporter Build : SUCCESSBuild number : 1222 |
No description provided.