From 4bdc8c175fe0ea15663214a4461f965bcdd85129 Mon Sep 17 00:00:00 2001 From: Tom Gall Date: Wed, 6 Jan 2021 13:45:29 -0600 Subject: [PATCH 1/2] Add MicroTVM support for the STM32F746 Discovery board Signed-off-by: Tom Gall --- python/tvm/micro/contrib/zephyr.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/tvm/micro/contrib/zephyr.py b/python/tvm/micro/contrib/zephyr.py index 61aec2b771e0..520335f37528 100644 --- a/python/tvm/micro/contrib/zephyr.py +++ b/python/tvm/micro/contrib/zephyr.py @@ -352,6 +352,7 @@ def _get_nrf_device_args(self): # kwargs passed to usb.core.find to find attached boards for the openocd flash runner. BOARD_USB_FIND_KW = { "nucleo_f746zg": {"idVendor": 0x0483, "idProduct": 0x374B}, + "stm32f746g_disco": {"idVendor": 0x0483, "idProduct": 0x374B}, } def openocd_serial(self, cmake_entries): From d39e1e817406dd37c319024a79aa0b83dcc175ff Mon Sep 17 00:00:00 2001 From: Tom Gall Date: Thu, 7 Jan 2021 17:54:44 -0600 Subject: [PATCH 2/2] Add reference to the discovery board in the docs Signed-off-by: Tom Gall --- docs/microtvm/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/microtvm/index.rst b/docs/microtvm/index.rst index 68583fed31f4..2371219af27f 100644 --- a/docs/microtvm/index.rst +++ b/docs/microtvm/index.rst @@ -42,6 +42,7 @@ flexible and portable to other processors such as RISC-V and does not require Ze demos run against QEMU and the following hardware: * `STM Nucleo-F746ZG `_ +* `STM STM32F746 Discovery `_ * `nRF 5340 Preview Development Kit `_