klipper/src/generic
Kevin O'Connor 44f2a2a952 command: Move low-level sendf transmission into board code
Export a new console_sendf() function from the board code instead of
console_get_output() and console_push_output().  This enables more
flexibility in how the board specific code produces output.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2017-06-29 13:33:58 -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 command: Move low-level sendf transmission into board code 2017-06-29 13:33:58 -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