klipper/src
Kevin O'Connor d9f6abdb56 canbus: Move high-level CAN code to new src/generic/canbus.c
Separate out the high-level command processing logic from the
low-level transmission code.  Place the high-level code in
src/generic/canbus.c .

This also removes the CAN dependency on serial_irq.c .

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2021-02-02 15:24:11 -05:00
..
atsam atsam: Support reading chip based temperature sensor on sam4e 2020-10-29 11:55:06 -04:00
atsamd atsamd: Fix bug in sercom_pads mapping on samd21 in sercom.c 2021-02-01 10:55:38 -05:00
avr Kconfig: Add a new CONFIG_HAVE_STRICT_TIMING build definition 2020-05-31 14:57:06 -04:00
generic canbus: Move high-level CAN code to new src/generic/canbus.c 2021-02-02 15:24:11 -05:00
linux ds18b20: new module for 1-wire temperature sensor (#3462) 2021-02-02 14:34:56 -05:00
lpc176x lpc176x: Fix spi mode bits 2020-07-10 16:08:18 -04:00
pru pru: Disable gpio mux configuration code 2020-12-04 16:10:13 -05:00
simulator command: Fix handling of buffer passing in args[] on 64bit mcu 2020-10-30 14:04:12 -04:00
stm32 canbus: Move high-level CAN code to new src/generic/canbus.c 2021-02-02 15:24:11 -05:00
Kconfig Kconfig: Only show the "usb ids" menu if low-level options are enabled 2020-05-31 21:05:04 -04:00
Makefile adxl345: Add support for adxl345 accelerometer 2020-09-05 09:11:04 -04:00
adccmds.c
basecmd.c stepper: Use a reusable interface to the "move queue" 2020-12-04 16:10:13 -05:00
basecmd.h stepper: Use a reusable interface to the "move queue" 2020-12-04 16:10:13 -05:00
buttons.c
byteorder.h
command.c command: Fix handling of buffer passing in args[] on 64bit mcu 2020-10-30 14:04:12 -04:00
command.h command: Add command_decode_ptr() helper 2020-10-30 14:04:08 -04:00
compiler.h
ctr.h
debugcmds.c command: Add command_decode_ptr() helper 2020-10-30 14:04:08 -04:00
endstop.c
gpiocmds.c gpiocmds: Merge digital output and soft pwm code 2020-12-10 12:06:26 -05:00
i2ccmds.c command: Add command_decode_ptr() helper 2020-10-30 14:04:08 -04:00
initial_pins.c
initial_pins.h
lcd_hd44780.c command: Add command_decode_ptr() helper 2020-10-30 14:04:08 -04:00
lcd_st7920.c command: Add command_decode_ptr() helper 2020-10-30 14:04:08 -04:00
neopixel.c neopixel: Fix neopixel_result message so that it contains an oid 2020-11-05 11:40:34 -05:00
pwmcmds.c pwmcmds: Use move queue for hard PWM 2020-12-04 16:10:13 -05:00
sched.c
sched.h
sensor_adxl345.c sensor_adxl345: Remove unused stop_time parameter 2020-09-05 09:18:59 -04:00
spi_software.c
spi_software.h
spicmds.c command: Add command_decode_ptr() helper 2020-10-30 14:04:08 -04:00
spicmds.h
stepper.c stepper: Use a reusable interface to the "move queue" 2020-12-04 16:10:13 -05:00
stepper.h
thermocouple.c
tmcuart.c command: Add command_decode_ptr() helper 2020-10-30 14:04:08 -04:00