klipper/src/avr
Kevin O'Connor 46846d4297 avr: Enable CLEAR_PRESCALER by default on at90usb1286
It appears this option is commonly needed on the at90usb1286 avr chip
(the printrboard requires it), so default it on.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2017-06-09 18:42:40 -04:00
..
Kconfig avr: Enable CLEAR_PRESCALER by default on at90usb1286 2017-06-09 18:42:40 -04:00
Makefile build: Use compile_time_request system for init, tasks, and shutdown 2017-05-26 12:39:34 -04:00
gpio.c avr: Add support for atmega328 chip 2017-05-28 10:45:32 -04:00
gpio.h
irq.h irq: Add an irq_poll() stub for board code 2017-05-15 15:00:45 -04:00
main.c
pgm.h
serial.c avr: Support using serial instead of usb on AT90USB1286 2017-06-05 12:30:49 -04:00
timer.c build: Use compile_time_request system for init, tasks, and shutdown 2017-05-26 12:39:34 -04:00
usbserial.c build: Use compile_time_request system for init, tasks, and shutdown 2017-05-26 12:39:34 -04:00
watchdog.c build: Use compile_time_request system for init, tasks, and shutdown 2017-05-26 12:39:34 -04:00