Hello, Andrew @areusch
Implementing the Project API, am encountering a couple of issues:
- The
generate_project
script takes one tar ball with a model, multiple models do not seem to be supported. I would propose to add a functionadd_model(module_library_format_tar)
that will add a given model to the project. Or any other solution you may prefer, so that a project could include multiple models ? - We have the stm32 runtime API code that is not included with the
standalone_crt
distribution. How do you propose the project accesses this runtime code ? - I can test the
ProjectAPIHandler
methods (from themicrotvm_api_server.py
) directly from a small script, verifying the functionality forgenerate_project
,build
, andflash
. However, I have not found theproject_api
in the main branch, or is it ? How do you propose I continue ?