You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/03/23 16:35:53 UTC

[GitHub] [tvm] areusch commented on a change in pull request #7723: [microTVM] Update nrfjprog on reference virtual machine

areusch commented on a change in pull request #7723:
URL: https://github.com/apache/tvm/pull/7723#discussion_r599737747



##########
File path: apps/microtvm/reference-vm/zephyr/base-box/test-config.json
##########
@@ -1,4 +1,12 @@
-{"vid_hex": "0483",
- "pid_hex": "374b",
- "test_cmd": ["pytest", "tests/micro/qemu/test_zephyr.py", "--microtvm-platforms=stm32f746xx"]
+{
+    "stm32f746xx": {
+        "vid_hex": "0483",
+        "pid_hex": "374b",
+        "test_cmd": ["pytest", "tests/micro/qemu/test_zephyr.py", "--microtvm-platforms=stm32f746xx"]
+        },
+    "nrf5340dk": {

Review comment:
       @mdw-octoml could you just confirm you see these USB vid/pid?




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org