gromero opened a new pull request #8612:
URL: https://github.com/apache/tvm/pull/8612


   Platform boards passed to base-box-tool.py needs to be a subset of
   platform boards support by 'tests/micro/zephyr --microtvm-platforms='.
   
   Currently base-box-tool.py only accepts the 'stm32f746xx' ST board,
   which is not supported by 'tests/micro/zephyr --microtvm-platforms='. As
   a consequence if one passes '--microtvm-platform=stm32f746xx' to
   base-box-tool.py the 'tests/micro/zephyr' test will fail.
   
   That commmit fixes it by adding two new platforms to base-box-tool
   ('stm32f746xx_nucleo' and 'stm32f746xx_disco') which are supported by
   tests/micro/zephyr and by removing the nonexistent 'stm32f746xx'
   platform. The new platform boards are quite similar and share the same
   USB vID and pID.
   
   Signed-off-by: Gustavo Romero <[email protected]>
   
   Thanks for contributing to TVM!   Please refer to guideline 
https://tvm.apache.org/docs/contribute/ for useful information and tips. After 
the pull request is submitted, please request code reviews from 
[Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers)
 by @ them in the pull request thread.
   


-- 
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]


Reply via email to