gantt-trampoline
gantt-trampoline copied to clipboard
📊⏱️ A script generating GANTT Diagrams from TrampolineRTOS apps' traceback.
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...
Scheduling crashes when Di > Ti with the current version.
Maybe the script to generate from Trampoline traces and the scripts to generate schedules from RM and DM should be two different projects.
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...
Handle set events, reset events, alarms state update, alarms expiration... From the generated trace of Trampoline.
Reschedule tasks regarding priorities at available times. Depends on #1.