mkatanbaf commented on code in PR #13885:
URL: https://github.com/apache/tvm/pull/13885#discussion_r1097992722


##########
apps/microtvm/zephyr/template_project/microtvm_api_server.py:
##########
@@ -413,6 +419,9 @@ def _create_prj_conf(
                 "CONFIG_UART_INTERRUPT_DRIVEN=y\n"
                 "\n"
             )
+            if config_led and not self._is_qemu(board, use_fvp):

Review Comment:
   add another condition to exclude fvp (`and not self._is_fvp(board,use_fvp)`)



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