fome-fw/firmware/controllers/system/timer
Matthew Kennedy 2792828dce Remove lockAnyContext, replace with CriticalSectionLocker (#1938)
* switch to CriticalSectionLocker

* that's just about all

* clean up last usage

* include hpp for sim

* need the cpp wrappers in the makefile too

* include dir

* include
2020-11-19 06:56:02 -05:00
..
event_queue.cpp use expected for event queue next event (#1859) 2020-10-05 13:53:34 -04:00
event_queue.h use expected for event queue next event (#1859) 2020-10-05 13:53:34 -04:00
pwm_generator_logic.cpp Fix #1873 - compute dynamic PWM iterationLimit (#1874) 2020-10-11 20:25:38 -04:00
pwm_generator_logic.h
readme.md
scheduler.cpp
scheduler.h
signal_executor_sleep.cpp Remove lockAnyContext, replace with CriticalSectionLocker (#1938) 2020-11-19 06:56:02 -05:00
signal_executor_sleep.h
single_timer_executor.cpp adjust microsecond_timer api (#1952) 2020-11-16 18:50:13 -05:00
single_timer_executor.h trigger/scheduler perf improvements (#1885) 2020-10-16 11:04:27 -04:00

readme.md

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