Enable Zperf tool for stm32h7 or stm32u5 series of controller #67016
-
Hello Zephyr team, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Just used to complie it on my nucleo_h745zi_q and it can be executed. Also |
Beta Was this translation helpful? Give feedback.
-
As a general rule, the networking stack and applications is made to be board agnostic (if possible). So, as already mentioned by @KozhinovAlexander, if the documentation says "Supported boards", it means that it was at least tested with the said boards but it will probably work with other boards too. We are just not able to test with all boards, there are so many of those. Only if the documentation says that some board is not supported, then that board will not work with the sample or code. |
Beta Was this translation helpful? Give feedback.
Just used to complie it on my nucleo_h745zi_q and it can be executed. Also
zperf help
works. I am not sure if performance tests will be running as suggested, need more investigation here.In general - the list of supported boards means - it was tested with this boards. Usually one have to complie and test it on own board too :)