gantt-trampoline icon indicating copy to clipboard operation
gantt-trampoline copied to clipboard

📊⏱️ A script generating GANTT Diagrams from TrampolineRTOS apps' traceback.

Results 8 gantt-trampoline issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.18.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Scheduling crashes when Di > Ti with the current version.

bug
help wanted

Need to validate the results...

help wanted

Maybe the script to generate from Trampoline traces and the scripts to generate schedules from RM and DM should be two different projects.

enhancement
low priority

https://plotly.com/python/gantt/ https://xael.org/pages/python-gantt-en.html

For apps running on real hardware and not with posix, the trace will provide starting times for each tasks, and these tasks will last until another tasks runs ( case...

enhancement
low priority

Handle set events, reset events, alarms state update, alarms expiration... From the generated trace of Trampoline.

enhancement

Reschedule tasks regarding priorities at available times. Depends on #1.

enhancement