-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[luci-interpreter] Design and implement static memory planner and manager #7522
Comments
+cc @BalyshevArtem |
Brief explanation about circle-execution-plan tool This tool takes circle file as input and returns modified circle file. "plan" contains:
In order to record and read this metadata, we use |
Functionality is merged, now we need to cover following code with tests:
|
1/ there is no necessities for |
created left task and close this |
This is continuation of #7355 that should use introduced memory manager interface.
Goal
Introduce at least one static memory planner and manager suitable for MCU usage.
High level schema of interpreter setup:

High level interpreter algorithm:
Rationale
The text was updated successfully, but these errors were encountered: