guberti commented on code in PR #11782:
URL: https://github.com/apache/tvm/pull/11782#discussion_r903119665
##########
tests/micro/common/conftest.py:
##########
@@ -34,6 +40,11 @@ def pytest_addoption(parser):
)
[email protected]
+def platform(request):
Review Comment:
I don't like auto-detecting based on board name, as there are several boards
that are compatible with both Zephyr and Arduino. For example, the
[`stm32f746g_disco`](https://www.st.com/en/evaluation-tools/32f746gdiscovery.html),
the
[`nucleo_f746zg`](https://www.st.com/en/evaluation-tools/nucleo-f746zg.html),
and the
[`nucleo_l4r5zi`](https://www.st.com/en/evaluation-tools/nucleo-l4r5zi.html)
are all compatible with [both
Zephyr](https://docs.zephyrproject.org/2.6.0/boards/index.html) and
[Arduino](https://github.com/stm32duino/Arduino_Core_STM32).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]