Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run black on all first party python code | Tomasz Kramkowski | 2025-08-06 | 1 | -51/+79 |
| | |||||
* | pwm_cycle_time: Use mcu.min_schedule_time() and mcu.max_nominal_duration() | Kevin O'Connor | 2025-04-28 | 1 | -9/+11 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | pwm_cycle_time: New module for output pins with dynamic cycle times | Kevin O'Connor | 2024-01-23 | 1 | -0/+123 |
Remove support for changing the cycle time of pwm pins from the output_pin module. Use a new pwm_cycle_time module that supports setting dynamic cycle times. This simplifies the output_pin code and low-level pin update code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |