klipper/src/avr
Kevin O'Connor b7b216af7f avr: Round hardware pwm clock ticks to nearest divisor
Instead of rounding down to the nearest supported pwm divisor, round
to the nearest divisor.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2018-01-29 11:54:15 -05:00
..
Kconfig avr: Only use the avrdude "wiring" protocol on atmega2560 devices 2018-01-05 10:02:15 -05:00
Makefile avr: Only use the avrdude "wiring" protocol on atmega2560 devices 2018-01-05 10:02:15 -05:00
gpio.c avr: Round hardware pwm clock ticks to nearest divisor 2018-01-29 11:54:15 -05:00
gpio.h gpio: Merge gpio_adc_sample_time() into gpio_adc_sample() 2016-11-02 17:36:43 -04:00
irq.h irq: Support sleeping when mcu is idle 2017-07-17 15:02:43 -04:00
main.c avr: Move prescaler and sleep initialization from timer.c to main.c 2017-08-07 19:39:57 -04:00
pgm.h Initial commit of source code. 2016-05-25 11:37:40 -04:00
serial.c command: Don't pass max_size to command_encodef() 2017-08-14 18:32:15 -04:00
timer.c avr: Clear the TCNT1 register on timer startup 2018-01-07 22:22:08 -05:00
usbserial.c command: Don't pass max_size to command_encodef() 2017-08-14 18:32:15 -04:00
watchdog.c build: Use compile_time_request system for init, tasks, and shutdown 2017-05-26 12:39:34 -04:00