klipper/src
Kevin O'Connor 277a8185e1 lpc176x: Pass gpio id to gpio_peripheral()
Pass the gpio id instead of the bank/pin to gpio_peripheral().  This
is in keeping with other ARM ports.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2019-01-04 11:07:22 -05:00
..
avr usb_cdc: Add support for detecting a USB level Arduino bootloader request 2018-12-24 11:42:19 -05:00
generic usb_cdc: Add support for detecting a USB level Arduino bootloader request 2018-12-24 11:42:19 -05:00
linux linux: Add support for bi-directional SPI communication 2018-07-24 11:16:05 -04:00
lpc176x lpc176x: Pass gpio id to gpio_peripheral() 2019-01-04 11:07:22 -05:00
pru pru: Add wrappers for gpio_x_reset() 2018-08-27 12:45:01 -04:00
sam3x8e spicmds: Check for an incorrect mode in spicmds.c 2018-11-30 11:50:48 -05:00
sam4e8e spicmds: Check for an incorrect mode in spicmds.c 2018-11-30 11:50:48 -05:00
samd21 samd21: Add support for entering Arduino bootloader via USB 2018-12-24 11:43:11 -05:00
simulator simulator: Add support for gpio_x_reset() 2018-08-27 12:45:01 -04:00
stm32f1 usb_cdc: Add support for detecting a USB level Arduino bootloader request 2018-12-24 11:42:19 -05:00
Kconfig Add generic i2c interface 2018-10-27 10:34:28 -04:00
Makefile Add generic i2c interface 2018-10-27 10:34:28 -04:00
adccmds.c adccmds: Add support for min/max temperature check filtering 2018-07-02 13:56:34 -04:00
basecmd.c basecmd: Rename get_status to get_clock 2018-05-29 10:57:29 -04:00
basecmd.h
buttons.c buttons: Clear pressed/last_pressed state on new buttons_query command 2018-10-01 12:40:28 -04:00
byteorder.h byteorder: Add a header file defining common byteswap functions 2018-05-21 09:44:40 -04:00
command.c command: Wait to send ack until after processing commands 2018-05-28 10:43:40 -04:00
command.h command: Wait to send ack until after processing commands 2018-05-28 10:43:40 -04:00
compiler.h
ctr.h
debugcmds.c
endstop.c
gpiocmds.c gpiocmds: Add update_digital_out command 2018-06-27 12:10:39 -04:00
i2ccmds.c i2ccmds: Validate the i2c address 2018-11-30 11:50:50 -05:00
lcd_hd44780.c lcd_hd44780: Add micro-controller code for the HD44780 LCD chip 2018-03-06 11:30:34 -05:00
lcd_st7920.c lcd_st7920: Use a longer delay at the start of each command/data 2018-06-22 23:47:09 -04:00
pwmcmds.c
sched.c sched: Force sched_try_shutdown to be inlined 2018-10-13 11:47:00 -04:00
sched.h
spicmds.c spicmds: Check for an incorrect mode in spicmds.c 2018-11-30 11:50:48 -05:00
spicmds.h thermocouple: Add initial support for common SPI temperature sensing chips 2018-07-24 11:16:05 -04:00
stepper.c stepper: Introduce and use gpio_out_toggle_noirq() 2018-05-15 17:09:11 -04:00
stepper.h
thermocouple.c thermocouple: Minor fixes 2018-07-25 09:06:50 -04:00
tmcuart.c tmc2208: Initial support for configuring TMC2208 drivers 2018-08-27 12:51:27 -04:00