treewide: task_runner: transition task args to generated - #944
Merged
Conversation
JordanYates
force-pushed
the
feature/json_tasks
branch
from
August 4, 2026 06:13
5002202 to
0fab442
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
JordanYates
force-pushed
the
feature/json_tasks
branch
2 times, most recently
from
August 4, 2026 11:35
fe3ac4b to
4df5433
Compare
Update zephyr fork to include the nRF91 modem memory partitioning as part of the core nRF91 files. The existing `modem_shemem.dtsi` file is still kept in Infuse as we shift the allocations between secure and non-secure applications. Signed-off-by: Jordan Yates <jordan@embeint.com>
Add a JSON description of Infuse-IoT task runner task arguments and IDs. This will be the ground truth for generating language specific files. Signed-off-by: Jordan Yates <jordan@embeint.com>
JordanYates
force-pushed
the
feature/json_tasks
branch
5 times, most recently
from
August 5, 2026 06:23
d4ad141 to
4a6e237
Compare
Add tooling to generate task specific files for use with the task runner task implementations. Signed-off-by: Jordan Yates <jordan@embeint.com>
Add an option to skip python generation, which removes the dependency on the `infuse` python package. Signed-off-by: Jordan Yates <jordan@embeint.com>
Transition the tree across to generated task arguments. As downstreams can now define custom arguments in the same way as TDFs etc, remove `TASK_RUNNER_CUSTOM_TASK_DEFINITIONS`. Signed-off-by: Jordan Yates <jordan@embeint.com>
As the task arguments struct is now autogenerated and includes base and extension schedules, remove the `.infuse` level of schedule nesting. Signed-off-by: Jordan Yates <jordan@embeint.com>
Ensure the `union task_arguments` definition doesn't expand unexpectedly and fix the size of the `raw` field, which has been 17 bytes for over a year. Signed-off-by: Jordan Yates <jordan@embeint.com>
Update the docs in line with the generating arguments from json changes. Signed-off-by: Jordan Yates <jordan@embeint.com>
JordanYates
force-pushed
the
feature/json_tasks
branch
from
August 5, 2026 06:33
4a6e237 to
c910ff5
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Transition the tree across to generated task arguments. As downstreams can now define custom arguments in the same way as TDFs etc, remove
TASK_RUNNER_CUSTOM_TASK_DEFINITIONS.