This is an automated email from the ASF dual-hosted git repository.
areusch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 88bf112 Specify argument to FastMathFlags setAllowContract (#9337)
add e62075d [microTVM][Arduino] Cleanup template directory (#9289)
No new revisions were added by this update.
Summary of changes:
.../picojson => apps/microtvm/arduino}/README.md | 4 +-
.../src/standalone_crt/crt_config/crt_config.h | 55 ------------
apps/microtvm/arduino/template_project/boards.json | 59 +++++++++++++
.../crt_config/crt_config.h | 0
.../template_project/microtvm_api_server.py | 98 +++++-----------------
.../src/example_project}/model.c | 0
.../src/example_project}/model.h | 0
.../src}/example_project/project.ino | 0
.../src/host_driven}/model_support.c | 0
.../src}/host_driven/project.ino | 0
apps/microtvm/zephyr/README.md | 2 +-
tests/micro/arduino/conftest.py | 20 ++---
12 files changed, 93 insertions(+), 145 deletions(-)
copy {3rdparty/picojson => apps/microtvm/arduino}/README.md (90%)
delete mode 100644
apps/microtvm/arduino/example_project/src/standalone_crt/crt_config/crt_config.h
create mode 100644 apps/microtvm/arduino/template_project/boards.json
rename apps/microtvm/arduino/{host_driven/src/standalone_crt =>
template_project}/crt_config/crt_config.h (100%)
rename apps/microtvm/arduino/{example_project/src =>
template_project/src/example_project}/model.c (100%)
rename apps/microtvm/arduino/{example_project/src =>
template_project/src/example_project}/model.h (100%)
rename apps/microtvm/arduino/{ =>
template_project/src}/example_project/project.ino (100%)
rename apps/microtvm/arduino/{host_driven/src =>
template_project/src/host_driven}/model_support.c (100%)
rename apps/microtvm/arduino/{ =>
template_project/src}/host_driven/project.ino (100%)