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


   
   Hi,
   
   Could the following patchset be reviewed please?
   
   It enables the Arm MPS2-AN521 board be used on microTVM:
   
   TARGET = tvm.target.target.micro("mps2_an521")
   BOARD = "mps2_an521-qemu"
   
   It also adds to `micro_tflite.py` an example on how to run Zephyr demo in 
apps/  using that new target.
   
   To use the MPS2-AN521 target it's necessary the newest Zephyr 2.5.0 branch 
[0] that contains the following fixes:
   
   drivers: uart: uart_cmsdk_apb: fix interrupt handling
   
https://github.com/zephyrproject-rtos/zephyr/commit/ec0aa8331a652b7e7ed5d9c5653d6d70c3789dc6
   
   drivers: uart: uart_cmsdk_apb: Fix uart_irq_is_pending
   
https://github.com/zephyrproject-rtos/zephyr/commit/bd0fe17fa0161e28405ec49d8da0f4ca9db90723
   
   boards: arm: mps2-an521: Fix DT memory regions
   
https://github.com/zephyrproject-rtos/zephyr/commit/fe3f71bdad8b92ff3f559f843dc43cb45373f0a4
   
   It's also necessary to have `qemu-system-arm` available in the environment 
(reachable from $PATH).
   
   Thanks,
   Gustavo
   
   [0] https://github.com/zephyrproject-rtos/zephyr/commits/v2.5-branch


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


Reply via email to