klipper/src/linux
Kevin O'Connor 70068985a7 stepper: Introduce and use gpio_out_toggle_noirq()
The gpio_out_toggle() function in the sam3x8e and stm32f1 code was
only valid if it was called with irqs disabled.

Commits 018c5daa and 9c52ad43 enabled the lcd code which called
gpio_out_toggle() with irqs enabled.  This could cause corruption of
the gpio state.

Introduce a gpio_out_toggle_noirq() function that will only be invoked
with irqs disabled, and fix gpio_out_toggle() on sam3x8e and stm32f1
so that it safe to call even if irqs are enabled.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2018-05-15 17:09:11 -04:00
..
Kconfig linux: Convert linux SPI code to use the generic spicmds.c code 2018-05-07 09:10:34 -04:00
Makefile pru: Update installation and flash scripts 2017-09-20 12:55:28 -04:00
analog.c linux: Make sure to close fd on analog/pca9685 init failure 2017-10-14 00:22:21 -04:00
console.c linux: Add support for pca9685 i2c pwm devices 2017-09-20 12:55:28 -04:00
gpio.h stepper: Introduce and use gpio_out_toggle_noirq() 2018-05-15 17:09:11 -04:00
internal.h linux: Add support for pca9685 i2c pwm devices 2017-09-20 12:55:28 -04:00
main.c linux: Fix typo causing config_reset to not fully restart 2017-10-15 21:05:08 -04:00
pca9685.c linux: Make sure to close fd on analog/pca9685 init failure 2017-10-14 00:22:21 -04:00
spidev.c linux: Convert linux SPI code to use the generic spicmds.c code 2018-05-07 09:10:34 -04:00
timer.c linux: Remove unneeded includes from timer.c 2017-10-23 22:20:53 -04:00
watchdog.c linux: Initial support for running Klipper in a Linux real-time process 2017-09-20 12:55:28 -04:00