-
Notifications
You must be signed in to change notification settings - Fork 8.4k
net: doc: t1s: Add documentation and configuration files for nucleo_g474re to run T1S stress tests (LAN8651) #101352
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
base: main
Are you sure you want to change the base?
Conversation
This patch provides configuration to run T1S (OA_TC6) driver with zperf test program. Signed-off-by: Lukasz Majewski <[email protected]>
This patch provides configuration to run T1S (OA_TC6) driver with echo_server test program. Signed-off-by: Lukasz Majewski <[email protected]>
…perf) This commit provides device tree description of the LAN8651 T1S device to work with zperf performance test program. Signed-off-by: Lukasz Majewski <[email protected]>
…cho_server) This commit provides device tree description of the LAN8651 T1S device to work with echo_server sample program. Signed-off-by: Lukasz Majewski <[email protected]>
This commit provides information regarding building and executing stress tests for LAN8651 based 10BASE T1S ethernet connection. The LAN8651 is connected to nucleo_g474re board. Signed-off-by: Lukasz Majewski <[email protected]>
|
| .. zephyr:code-sample:: stm32_t1s | ||
| :name: 10BASE-T1S tests (OA_TC6) | ||
|
|
||
| Setup tests to examine long term stability of 10BASE-T1S communication |
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.
Are we sure this is the correct location then ?
This has only little to do with STM.
What about moving this under net ?
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.
I was not sure where to place it..... Just wanted to make it looking correct with make html-fast.
I can move it to net - no problem.



This patch set provides info regarding T1S stress testing with using:
Proper documentation entry (i.e. rst file) has been provided to facilitate testing T1S driver before submission.