fome-fw/firmware/controllers/system/timer
Matthew Kennedy 2118aaff60 Allow scheduling_s to come from a pool (#4841)
* injection events use scheduling pool

* knock and prime

* bench test

* dropped this: *

* extract action before execute

* comment

* init allocated timers

* metrics

* dropped this: ,

* guard

* injection events use scheduling pool

* knock and prime

* bench test

* dropped this: *

* extract action before execute

* comment

* init allocated timers

* metrics

* dropped this: ,

* guard

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2022-12-10 17:55:51 -05:00
..
event_queue.cpp Allow scheduling_s to come from a pool (#4841) 2022-12-10 17:55:51 -05:00
event_queue.h Allow scheduling_s to come from a pool (#4841) 2022-12-10 17:55:51 -05:00
pwm_generator_logic.cpp pwm iteration limit to avoid float math accuracy loss (#4578) 2022-09-13 21:16:35 -04:00
pwm_generator_logic.h
readme.md
scheduler.cpp
scheduler.h Allow scheduling_s to come from a pool (#4841) 2022-12-10 17:55:51 -05:00
signal_executor_sleep.cpp Allow scheduling_s to come from a pool (#4841) 2022-12-10 17:55:51 -05:00
signal_executor_sleep.h
single_timer_executor.cpp dead code, reduce typedefs (#4566) 2022-09-11 16:08:11 -04:00
single_timer_executor.h dead code, reduce typedefs (#4566) 2022-09-11 16:08:11 -04:00
trigger_scheduler.cpp Combine angle based event (#4884) 2022-12-10 17:07:02 -05:00
trigger_scheduler.h Combine angle based event (#4884) 2022-12-10 17:07:02 -05:00

readme.md

Timer

In this folder we have files related to hubrid hardware/software timer, including PWM generation.