Skip to content

Commit

Permalink
Add MicroTVM support for the STM32F746 Discovery board (apache#7225)
Browse files Browse the repository at this point in the history
* Add MicroTVM support for the STM32F746 Discovery board

Signed-off-by: Tom Gall <tom.gall@linaro.org>

* Add reference to the discovery board in the docs

Signed-off-by: Tom Gall <tom.gall@linaro.org>
  • Loading branch information
tom-gall authored and trevor-m committed Jan 21, 2021
1 parent f3de35d commit 0893063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/microtvm/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.st.com/en/evaluation-tools/nucleo-f746zg.html>`_
* `STM STM32F746 Discovery <https://www.st.com/en/evaluation-tools/32f746gdiscovery.html>`_
* `nRF 5340 Preview Development Kit <https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF5340-PDK>`_


Expand Down
1 change: 1 addition & 0 deletions python/tvm/micro/contrib/zephyr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 0893063

Please sign in to comment.