klipper/src/avr
Kevin O'Connor 4a6254fac3 build: Allow boards to disable digital input/output support
Allow the micro-controller code to be built without support for
regular gpio pins.  In this case, the code for endstops, steppers, and
gpiocmds will be disabled.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2017-07-20 10:44:31 -04:00
..
gpio.c avr: Add support for atmega328 chip 2017-05-28 10:45:32 -04: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
Kconfig build: Allow boards to disable digital input/output support 2017-07-20 10:44:31 -04:00
main.c basecmd: Move low-level alloc code into basecmd.c 2017-07-20 10:44:31 -04:00
Makefile build: Use compile_time_request system for init, tasks, and shutdown 2017-05-26 12:39:34 -04:00
pgm.h Initial commit of source code. 2016-05-25 11:37:40 -04:00
serial.c avr: Fix readl() typo in serial.c 2017-07-12 23:03:12 -04:00
timer.c irq: Support sleeping when mcu is idle 2017-07-17 15:02:43 -04:00
usbserial.c avr: Integrate usb serial console functions 2017-06-29 13:33:59 -04:00
watchdog.c build: Use compile_time_request system for init, tasks, and shutdown 2017-05-26 12:39:34 -04:00