fome-fw/firmware/controllers/system/timer
Matthew Kennedy d13bd0b77c Hardware pwm (#1283)
* hard pwm

* fix, comments

* PC6-9 and PD12-15

* PB6-9

* dynamic frequency

* f7 mcuconf

* format

* relocate to common, support variable frequency

* error handling

* oops

* fix test build

* noop kinetis

* better guards

* guard for bl

* guards don't work if they have typos

* more mapping

* oops

* don't use for slow pwm

* enable pwm

* guard properly

* save a little memory

* use less mem

* correct timers

* all your ram are belong to us

* update limit & comment

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-05-28 16:02:41 -04:00
..
event_queue.cpp warnings (#1169) 2020-03-03 08:37:02 -05:00
event_queue.h code style 2020-01-21 01:40:11 -05:00
pwm_generator_logic.cpp Hardware pwm (#1283) 2020-05-28 16:02:41 -04:00
pwm_generator_logic.h Hardware pwm (#1283) 2020-05-28 16:02:41 -04:00
readme.md
scheduler.h
signal_executor_sleep.cpp happy new year unification 2020-01-13 21:57:43 -05:00
signal_executor_sleep.h code style 2020-01-21 01:40:11 -05:00
single_timer_executor.cpp better file name 2020-05-25 13:02:05 -04:00
single_timer_executor.h code style 2020-01-21 01:40:11 -05:00

readme.md

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