klipper/src/generic
Kevin O'Connor a82e949c00 build: Use compile_time_request system for init, tasks, and shutdown
Avoid using linker magic to define the init, task, and shutdown
functions.  Instead, use the compile_time_request system.  This
simplifies the build and produces more efficient code.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2017-05-26 12:39:34 -04:00
..
alloc.c basecmd: Avoid calling malloc() from main code 2017-05-11 13:56:21 -04:00
armcm_irq.c build: Use compile_time_request system for init, tasks, and shutdown 2017-05-26 12:39:34 -04:00
crc16_ccitt.c generic: Create generic board infrastructure and move misc.h to it 2016-06-13 23:18:58 -04:00
gpio.h gpio: Merge gpio_adc_sample_time() into gpio_adc_sample() 2016-11-02 17:36:43 -04:00
io.h io.h: read/write[bwl] should use barrier 2017-02-02 10:46:42 -05:00
irq.h irq: Add an irq_poll() stub for board code 2017-05-15 15:00:45 -04:00
misc.h basecmd: Avoid calling malloc() from main code 2017-05-11 13:56:21 -04:00
pgm.h generic: Move simulator/irq.h to new file generic/irq.h 2016-06-13 23:18:58 -04:00
timer_irq.c build: Use compile_time_request system for init, tasks, and shutdown 2017-05-26 12:39:34 -04:00
timer_irq.h timer_irq: Integrate timer_try_set_next() into timer_dispatch_many() 2017-03-30 11:25:23 -04:00