Skip to content

STM32 I2C : correct async issue #4793

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 1 commit into from
Jul 24, 2017

Conversation

jeromecoutant
Copy link
Collaborator

Description

MBED_A29 test was FAILED for F1/F2/F4/L1 since #4299 and even with #4365

| OK | NUCLEO_F103RB | ARM | MBED_A20 | I2C master/slave test | 0.28 | 30 | 1/1 |
| OK | NUCLEO_F103RB | ARM | MBED_A29 | i2c_master_slave_asynch | 0.47 | 30 | 1/1 |
| OK | NUCLEO_F103RB | uARM | MBED_A20 | I2C master/slave test | 0.28 | 30 | 1/1 |
| OK | NUCLEO_F103RB | uARM | MBED_A29 | i2c_master_slave_asynch | 0.44 | 30 | 1/1 |
| OK | NUCLEO_F103RB | GCC_ARM | MBED_A20 | I2C master/slave test | 0.33 | 30 | 1/1 |
| OK | NUCLEO_F103RB | GCC_ARM | MBED_A29 | i2c_master_slave_asynch | 0.47 | 30 | 1/1 |
| OK | NUCLEO_F103RB | IAR | MBED_A20 | I2C master/slave test | 0.27 | 30 | 1/1 |
| OK | NUCLEO_F103RB | IAR | MBED_A29 | i2c_master_slave_asynch | 0.47 | 30 | 1/1 |
| OK | NUCLEO_F446RE | ARM | MBED_A20 | I2C master/slave test | 0.28 | 30 | 1/1 |
| OK | NUCLEO_F446RE | ARM | MBED_A29 | i2c_master_slave_asynch | 0.45 | 30 | 1/1 |
| OK | NUCLEO_F446RE | uARM | MBED_A20 | I2C master/slave test | 0.33 | 30 | 1/1 |
| OK | NUCLEO_F446RE | uARM | MBED_A29 | i2c_master_slave_asynch | 0.48 | 30 | 1/1 |
| OK | NUCLEO_F446RE | GCC_ARM | MBED_A20 | I2C master/slave test | 0.33 | 30 | 1/1 |
| OK | NUCLEO_F446RE | GCC_ARM | MBED_A29 | i2c_master_slave_asynch | 0.48 | 30 | 1/1 |
| OK | NUCLEO_F446RE | IAR | MBED_A20 | I2C master/slave test | 0.33 | 30 | 1/1 |
| OK | NUCLEO_F446RE | IAR | MBED_A29 | i2c_master_slave_asynch | 0.45 | 30 | 1/1 |
| OK | NUCLEO_L152RE | ARM | MBED_A20 | I2C master/slave test | 0.28 | 30 | 1/1 |
| OK | NUCLEO_L152RE | ARM | MBED_A29 | i2c_master_slave_asynch | 0.48 | 30 | 1/1 |
| OK | NUCLEO_L152RE | uARM | MBED_A20 | I2C master/slave test | 0.33 | 30 | 1/1 |
| OK | NUCLEO_L152RE | uARM | MBED_A29 | i2c_master_slave_asynch | 0.45 | 30 | 1/1 |
| OK | NUCLEO_L152RE | GCC_ARM | MBED_A20 | I2C master/slave test | 0.33 | 30 | 1/1 |
| OK | NUCLEO_L152RE | GCC_ARM | MBED_A29 | i2c_master_slave_asynch | 0.5 | 30 | 1/1 |
| OK | NUCLEO_L152RE | IAR | MBED_A20 | I2C master/slave test | 0.33 | 30 | 1/1 |
| OK | NUCLEO_L152RE | IAR | MBED_A29 | i2c_master_slave_asynch | 0.48 | 30 | 1/1 |
| OK | NUCLEO_F207ZG | ARM | MBED_A20 | I2C master/slave test | 0.33 | 30 | 1/1 |
| OK | NUCLEO_F207ZG | ARM | MBED_A29 | i2c_master_slave_asynch | 0.44 | 30 | 1/1 |
| OK | NUCLEO_F207ZG | uARM | MBED_A20 | I2C master/slave test | 0.27 | 30 | 1/1 |
| OK | NUCLEO_F207ZG | uARM | MBED_A29 | i2c_master_slave_asynch | 0.45 | 30 | 1/1 |
| OK | NUCLEO_F207ZG | GCC_ARM | MBED_A20 | I2C master/slave test | 0.27 | 30 | 1/1 |
| OK | NUCLEO_F207ZG | GCC_ARM | MBED_A29 | i2c_master_slave_asynch | 0.47 | 30 | 1/1 |
| OK | NUCLEO_F207ZG | IAR | MBED_A20 | I2C master/slave test | 0.33 | 30 | 1/1 |
| OK | NUCLEO_F207ZG | IAR | MBED_A29 | i2c_master_slave_asynch | 0.48 | 30 | 1/1 |

CI shield test has also been tested:

| NUCLEO_F103RB-ARM | NUCLEO_F103RB | tests-api-i2c | OK | 60.09 | shell |
| NUCLEO_F103RB-ARM | NUCLEO_F103RB | tests-assumptions-i2c | OK | 57.08 | shell |
| NUCLEO_F103RB-GCC_ARM | NUCLEO_F103RB | tests-api-i2c | OK | 60.89 | shell |
| NUCLEO_F103RB-GCC_ARM | NUCLEO_F103RB | tests-assumptions-i2c | OK | 57.85 | shell |
| NUCLEO_F103RB-IAR | NUCLEO_F103RB | tests-api-i2c | OK | 59.83 | shell |
| NUCLEO_F103RB-IAR | NUCLEO_F103RB | tests-assumptions-i2c | OK | 56.82 | shell |
| NUCLEO_F207ZG-ARM | NUCLEO_F207ZG | tests-api-i2c | OK | 58.59 | shell |
| NUCLEO_F207ZG-ARM | NUCLEO_F207ZG | tests-assumptions-i2c | OK | 54.12 | shell |
| NUCLEO_F207ZG-GCC_ARM | NUCLEO_F207ZG | tests-api-i2c | OK | 58.52 | shell |
| NUCLEO_F207ZG-GCC_ARM | NUCLEO_F207ZG | tests-assumptions-i2c | OK | 56.0 | shell |
| NUCLEO_F207ZG-IAR | NUCLEO_F207ZG | tests-api-i2c | OK | 58.45 | shell |
| NUCLEO_F207ZG-IAR | NUCLEO_F207ZG | tests-assumptions-i2c | OK | 55.71 | shell |
| NUCLEO_F446RE-ARM | NUCLEO_F446RE | tests-api-i2c | OK | 58.48 | shell |
| NUCLEO_F446RE-ARM | NUCLEO_F446RE | tests-assumptions-i2c | OK | 55.64 | shell |
| NUCLEO_F446RE-GCC_ARM | NUCLEO_F446RE | tests-api-i2c | OK | 58.69 | shell |
| NUCLEO_F446RE-GCC_ARM | NUCLEO_F446RE | tests-assumptions-i2c | OK | 56.72 | shell |
| NUCLEO_F446RE-IAR | NUCLEO_F446RE | tests-api-i2c | OK | 58.73 | shell |
| NUCLEO_F446RE-IAR | NUCLEO_F446RE | tests-assumptions-i2c | OK | 55.75 | shell |
| NUCLEO_L152RE-ARM | NUCLEO_L152RE | tests-api-i2c | OK | 59.37 | shell |
| NUCLEO_L152RE-ARM | NUCLEO_L152RE | tests-assumptions-i2c | OK | 56.46 | shell |
| NUCLEO_L152RE-GCC_ARM | NUCLEO_L152RE | tests-api-i2c | OK | 59.98 | shell |
| NUCLEO_L152RE-GCC_ARM | NUCLEO_L152RE | tests-assumptions-i2c | OK | 56.86 | shell |
| NUCLEO_L152RE-IAR | NUCLEO_L152RE | tests-api-i2c | OK | 58.38 | shell |
| NUCLEO_L152RE-IAR | NUCLEO_L152RE | tests-assumptions-i2c | OK | 56.05 | shell |

Status

READY

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.

+1 for extensive testing provided

@0xc0170
Copy link
Contributor

0xc0170 commented Jul 21, 2017

/morph test

@mbed-bot
Copy link

Result: SUCCESS

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

/morph test

Output

mbed Build Number: 863

All builds and test passed!

@theotherjimmy theotherjimmy merged commit f4de24b into ARMmbed:master Jul 24, 2017
@jeromecoutant jeromecoutant deleted the PR_F4_I2C branch August 7, 2017 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants