klipper/src/avr
Kevin O'Connor 3af87e1c42 avr: Add SIMULAVR build option; don't show WATCHDOG or SERIAL_BAUD_U2X
Add a CONFIG_SIMULAVR option to the Kbuild menus and don't directly
prompt users for CONFIG_WATCHDOG or CONFIG_SERIAL_BAUD_U2X.  The only
reason to disable these options would be if one were running on
simulavr.  This simplifies the user visible menu options.

Also, only show CONFIG_CLEAR_PRESCALER for at90usb1286 chips.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2017-05-28 11:04:59 -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: Add an irq_poll() stub for board code 2017-05-15 15:00:45 -04:00
Kconfig avr: Add SIMULAVR build option; don't show WATCHDOG or SERIAL_BAUD_U2X 2017-05-28 11:04:59 -04:00
main.c avr: Merge misc.c into main.c 2017-05-11 13:56:21 -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 build: Use compile_time_request system for init, tasks, and shutdown 2017-05-26 12:39:34 -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