Skip to content

STM32: Extend Ethernet RMII workaround #5436

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
Nov 9, 2017

Conversation

LMESTM
Copy link
Contributor

@LMESTM LMESTM commented Nov 6, 2017

to all applicable devices part of F77x/F76x series.

This is an extension of #5411 and covers a comment that was done but could not be corrected in time before merge.

Status

READY

TESTS

Verified ok on DISCO_F769NI and NUCLEO_F767ZI

+-----------------------+---------------+--------------------------------------------------------------+--------+--------------------+-------------+
| target                | platform_name | test suite                                                   | result | elapsed_time (sec) | copy_method |
+-----------------------+---------------+--------------------------------------------------------------+--------+--------------------+-------------+
| DISCO_F769NI-ARM      | DISCO_F769NI  | features-feature_lwip-tests-mbedmicro-net-connectivity       | OK     | 35.51              | default     |
| DISCO_F769NI-ARM      | DISCO_F769NI  | features-feature_lwip-tests-mbedmicro-net-gethostbyname      | OK     | 19.83              | default     |
| DISCO_F769NI-ARM      | DISCO_F769NI  | features-feature_lwip-tests-mbedmicro-net-tcp_echo           | OK     | 20.33              | default     |
| DISCO_F769NI-ARM      | DISCO_F769NI  | features-feature_lwip-tests-mbedmicro-net-tcp_echo_parallel  | OK     | 23.88              | default     |
| DISCO_F769NI-ARM      | DISCO_F769NI  | features-feature_lwip-tests-mbedmicro-net-tcp_hello_world    | OK     | 20.51              | default     |
| DISCO_F769NI-ARM      | DISCO_F769NI  | features-feature_lwip-tests-mbedmicro-net-udp_dtls_handshake | OK     | 20.05              | default     |
| DISCO_F769NI-ARM      | DISCO_F769NI  | features-feature_lwip-tests-mbedmicro-net-udp_echo           | OK     | 22.29              | default     |
| DISCO_F769NI-ARM      | DISCO_F769NI  | features-feature_lwip-tests-mbedmicro-net-udp_echo_parallel  | OK     | 31.32              | default     |
| DISCO_F769NI-GCC_ARM  | DISCO_F769NI  | features-feature_lwip-tests-mbedmicro-net-connectivity       | OK     | 21.53              | default     |
| DISCO_F769NI-GCC_ARM  | DISCO_F769NI  | features-feature_lwip-tests-mbedmicro-net-gethostbyname      | OK     | 20.15              | default     |
| DISCO_F769NI-GCC_ARM  | DISCO_F769NI  | features-feature_lwip-tests-mbedmicro-net-tcp_echo           | OK     | 35.8               | default     |
| DISCO_F769NI-GCC_ARM  | DISCO_F769NI  | features-feature_lwip-tests-mbedmicro-net-tcp_echo_parallel  | OK     | 29.34              | default     |
| DISCO_F769NI-GCC_ARM  | DISCO_F769NI  | features-feature_lwip-tests-mbedmicro-net-tcp_hello_world    | OK     | 20.97              | default     |
| DISCO_F769NI-GCC_ARM  | DISCO_F769NI  | features-feature_lwip-tests-mbedmicro-net-udp_dtls_handshake | OK     | 20.86              | default     |
| DISCO_F769NI-GCC_ARM  | DISCO_F769NI  | features-feature_lwip-tests-mbedmicro-net-udp_echo           | OK     | 23.2               | default     |
| DISCO_F769NI-GCC_ARM  | DISCO_F769NI  | features-feature_lwip-tests-mbedmicro-net-udp_echo_parallel  | OK     | 31.65              | default     |
| DISCO_F769NI-IAR      | DISCO_F769NI  | features-feature_lwip-tests-mbedmicro-net-connectivity       | OK     | 26.93              | default     |
| DISCO_F769NI-IAR      | DISCO_F769NI  | features-feature_lwip-tests-mbedmicro-net-gethostbyname      | OK     | 19.67              | default     |
| DISCO_F769NI-IAR      | DISCO_F769NI  | features-feature_lwip-tests-mbedmicro-net-tcp_echo           | OK     | 21.48              | default     |
| DISCO_F769NI-IAR      | DISCO_F769NI  | features-feature_lwip-tests-mbedmicro-net-tcp_echo_parallel  | OK     | 29.28              | default     |
| DISCO_F769NI-IAR      | DISCO_F769NI  | features-feature_lwip-tests-mbedmicro-net-tcp_hello_world    | OK     | 26.08              | default     |
| DISCO_F769NI-IAR      | DISCO_F769NI  | features-feature_lwip-tests-mbedmicro-net-udp_dtls_handshake | OK     | 26.63              | default     |
| DISCO_F769NI-IAR      | DISCO_F769NI  | features-feature_lwip-tests-mbedmicro-net-udp_echo           | OK     | 23.23              | default     |
| DISCO_F769NI-IAR      | DISCO_F769NI  | features-feature_lwip-tests-mbedmicro-net-udp_echo_parallel  | OK     | 30.94              | default     |
| NUCLEO_F767ZI-ARM     | NUCLEO_F767ZI | features-feature_lwip-tests-mbedmicro-net-connectivity       | OK     | 34.9               | default     |
| NUCLEO_F767ZI-ARM     | NUCLEO_F767ZI | features-feature_lwip-tests-mbedmicro-net-gethostbyname      | OK     | 19.8               | default     |
| NUCLEO_F767ZI-ARM     | NUCLEO_F767ZI | features-feature_lwip-tests-mbedmicro-net-tcp_echo           | OK     | 20.72              | default     |
| NUCLEO_F767ZI-ARM     | NUCLEO_F767ZI | features-feature_lwip-tests-mbedmicro-net-tcp_echo_parallel  | OK     | 37.75              | default     |
| NUCLEO_F767ZI-ARM     | NUCLEO_F767ZI | features-feature_lwip-tests-mbedmicro-net-tcp_hello_world    | OK     | 20.26              | default     |
| NUCLEO_F767ZI-ARM     | NUCLEO_F767ZI | features-feature_lwip-tests-mbedmicro-net-udp_dtls_handshake | OK     | 19.67              | default     |
| NUCLEO_F767ZI-ARM     | NUCLEO_F767ZI | features-feature_lwip-tests-mbedmicro-net-udp_echo           | OK     | 37.63              | default     |
| NUCLEO_F767ZI-ARM     | NUCLEO_F767ZI | features-feature_lwip-tests-mbedmicro-net-udp_echo_parallel  | OK     | 36.96              | default     |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | features-feature_lwip-tests-mbedmicro-net-connectivity       | OK     | 21.84              | default     |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | features-feature_lwip-tests-mbedmicro-net-gethostbyname      | OK     | 20.0               | default     |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | features-feature_lwip-tests-mbedmicro-net-tcp_echo           | OK     | 21.37              | default     |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | features-feature_lwip-tests-mbedmicro-net-tcp_echo_parallel  | OK     | 23.23              | default     |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | features-feature_lwip-tests-mbedmicro-net-tcp_hello_world    | OK     | 20.55              | default     |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | features-feature_lwip-tests-mbedmicro-net-udp_dtls_handshake | OK     | 20.4               | default     |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | features-feature_lwip-tests-mbedmicro-net-udp_echo           | OK     | 23.21              | default     |
| NUCLEO_F767ZI-GCC_ARM | NUCLEO_F767ZI | features-feature_lwip-tests-mbedmicro-net-udp_echo_parallel  | OK     | 33.59              | default     |
| NUCLEO_F767ZI-IAR     | NUCLEO_F767ZI | features-feature_lwip-tests-mbedmicro-net-connectivity       | OK     | 20.84              | default     |
| NUCLEO_F767ZI-IAR     | NUCLEO_F767ZI | features-feature_lwip-tests-mbedmicro-net-gethostbyname      | OK     | 25.62              | default     |
| NUCLEO_F767ZI-IAR     | NUCLEO_F767ZI | features-feature_lwip-tests-mbedmicro-net-tcp_echo           | OK     | 21.37              | default     |
| NUCLEO_F767ZI-IAR     | NUCLEO_F767ZI | features-feature_lwip-tests-mbedmicro-net-tcp_echo_parallel  | OK     | 22.92              | default     |
| NUCLEO_F767ZI-IAR     | NUCLEO_F767ZI | features-feature_lwip-tests-mbedmicro-net-tcp_hello_world    | OK     | 20.29              | default     |
| NUCLEO_F767ZI-IAR     | NUCLEO_F767ZI | features-feature_lwip-tests-mbedmicro-net-udp_dtls_handshake | OK     | 19.91              | default     |
| NUCLEO_F767ZI-IAR     | NUCLEO_F767ZI | features-feature_lwip-tests-mbedmicro-net-udp_echo           | OK     | 25.52              | default     |
| NUCLEO_F767ZI-IAR     | NUCLEO_F767ZI | features-feature_lwip-tests-mbedmicro-net-udp_echo_parallel  | OK     | 37.63              | default     |
+-----------------------+---------------+--------------------------------------------------------------+--------+--------------------+-------------+
mbedgt: test suite results: 48 OK

to all applicable devices part of F77x/F76x series.
@0xc0170
Copy link
Contributor

0xc0170 commented Nov 7, 2017

/morph build

@mbed-ci
Copy link

mbed-ci commented Nov 7, 2017

Build : FAILURE

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

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 7, 2017

I am looking at the failure. It is not related to this patch, but some recent changes to master that might be related, investigating

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 7, 2017

I am looking at the failure. It is not related to this patch, but some recent changes to master that might be related, investigating

#5445 should resolve this, will restart CI with the fix in place

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 8, 2017

/morph build

@mbed-ci
Copy link

mbed-ci commented Nov 9, 2017

Build : SUCCESS

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

Triggering tests

/morph test
/morph uvisor-test

@mbed-ci
Copy link

mbed-ci commented Nov 9, 2017

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.

3 participants