This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 3a0b7c26b1 [Hexagon] Fix gtest flag in apps/hexagon_api/CMakeLists.txt
(#11652)
add d03633f366 [microTVM] Update pyproject to python3.7 (#11634)
add 762bed0d0d [microTVM] Add support for Arduino Portenta H7 (#11636)
add fc8fdae612 adding vvchernov to contributors file (#11649)
No new revisions were added by this update.
Summary of changes:
CONTRIBUTORS.md | 1 +
apps/microtvm/arduino/template_project/boards.json | 8 +
apps/microtvm/poetry.lock | 2844 ++++++++++++++++++++
apps/microtvm/pyproject.toml | 21 +-
apps/microtvm/reference-vm/arduino/README.md | 1 +
.../arduino/base-box/base_box_provision.sh | 9 +
.../arduino/base-box/base_box_setup.sh | 3 +
.../reference-vm/arduino/provision_setup.sh | 10 +-
.../reference-vm/zephyr/base-box/base_box_setup.sh | 3 +
.../reference-vm/zephyr/provision_setup.sh | 10 +-
python/tvm/target/target.py | 1 +
tests/lint/check_file_type.py | 1 +
12 files changed, 2883 insertions(+), 29 deletions(-)
create mode 100644 apps/microtvm/poetry.lock