You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on porting embARC MLI Release_1.1 to Zephyr RTOS as an external module and want to create a PR. Given the module porting guideline, it is said: "The module repository codebase shall include a module.yml file in a zephyr/ folder at the root of the repository"(https://docs.zephyrproject.org/latest/guides/modules.html#modules).
The module.yml file is very simple and won't break the source file in MLI:
Now I can't create a PR because Release_1.1 is a tag, not a branch. And I don't have permission to push my branch. What's the best way to proceed with that to port embARC MLI in Zephyr RTOS?
Best,
Siyuan
The text was updated successfully, but these errors were encountered:
@JaccovG our idea was to make embARC MLI usable as it is with Zephyr, i.e. so that we may have a couple of examples in Zephyr which use embARC MLI and all that be buildable in the same one flow.
For that to happen we need to "add" embARC MLI as an external module (think of git submodule) in Zephyr's build systems and exactly for that we need to have this zephyr/module.yml integrated in the embARC MLI.
That said it would be good to get that proposed change integrated in our embARC tree rather than be in some another stale fork of embARC MLI.
Hello,
I'm working on porting embARC MLI Release_1.1 to Zephyr RTOS as an external module and want to create a PR. Given the module porting guideline, it is said: "The module repository codebase shall include a module.yml file in a zephyr/ folder at the root of the repository"(https://docs.zephyrproject.org/latest/guides/modules.html#modules).
The module.yml file is very simple and won't break the source file in MLI:
Now I can't create a PR because Release_1.1 is a tag, not a branch. And I don't have permission to push my branch. What's the best way to proceed with that to port embARC MLI in Zephyr RTOS?
Best,
Siyuan
The text was updated successfully, but these errors were encountered: