mehrdadh commented on a change in pull request #7804:
URL: https://github.com/apache/tvm/pull/7804#discussion_r608347318
##########
File path: apps/microtvm/zephyr/demo_runtime/src/main.c
##########
@@ -265,6 +265,10 @@ static uint8_t main_rx_buf[RING_BUF_SIZE_BYTES];
// The main function of this application.
extern void __stdout_hook_install(int (*hook)(int));
void main(void) {
+ // TODO (mehrdadh): Update this when zephyr version was updated to 2.6.
+ // Uncomment this for qemu_riscv32, also update zephyr to latest version.
Review comment:
that works, I think because it is an integer compare to using BOARD flag.
--
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:
[email protected]