klipper/src
Kevin O'Connor 92c2fbdce4 armcm_timer: Improve comments on wrap_timer code
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2019-07-27 22:05:50 -04:00
..
atsam atsam: Add support for "timer" controlled hardware pwm pins 2019-06-02 10:59:33 -04:00
atsamd atsamd: Fix comment typo in serial.c 2019-07-25 12:18:21 -04:00
avr avr: Simplify spi mode setting 2019-05-07 23:02:20 -04:00
generic armcm_timer: Improve comments on wrap_timer code 2019-07-27 22:05:50 -04:00
linux linux: add support for Linux hardware PWM 2019-04-05 19:06:15 -04:00
lpc176x lpc176x: Reset LPC_UART0->FDR when using serial 2019-07-10 20:00:58 -04:00
pru pru: The TMR_CNT is cleared by writing all ones 2019-03-31 13:48:50 -04:00
simulator simulator: Wrap code to 80 columns 2019-02-27 14:20:15 -05:00
stm32f0 stm32f0: Remove trailing tab from Makefile 2019-07-21 21:49:22 -04:00
stm32f1 lib: Update stm32f1 code to version 1.8.0 2019-07-21 22:40:56 -04:00
stm32f4 stm32f4: Automatically calculate dynmem start/end 2019-07-27 21:32:04 -04:00
Kconfig stm32f4: Add Kconfig build rules for STM32F405/7 2019-07-27 21:32:04 -04:00
Makefile initial_pins: Only build when CONFIG_HAVE_GPIO is enabled 2019-07-24 01:09:45 -04:00
adccmds.c adccmds: Run gpio_adc_setup() before oid_alloc() 2019-01-13 11:03:30 -05:00
basecmd.c command: Always pass a string to the DECL_CONSTANT() macro 2019-03-17 19:38:18 -04:00
basecmd.h
buttons.c buttons: initialize mcu buttons based on inverted state 2019-07-05 20:01:07 -04:00
byteorder.h
command.c
command.h msgproto: Convert static strings to a more generic enumeration system 2019-03-17 19:38:18 -04:00
compiler.h
ctr.h command: Support evaluating C expressions in DECL_CONSTANT() 2019-03-17 19:38:18 -04:00
debugcmds.c debugcmds: Add support for reading/writing 32bit values 2019-02-07 11:50:14 -05:00
endstop.c endstop: Rename mcu end_stop commands to endstop 2019-07-12 08:10:53 -04:00
gpiocmds.c gpiocmds: Specify soft pwm duration in clock ticks 2019-05-26 11:09:32 -04:00
i2ccmds.c bus: Change bus parameter in config_spi/config_i2c 2019-04-04 18:29:31 -04:00
initial_pins.c initial_pins: Add ability to configure output pins at mcu startup 2019-03-17 20:56:25 -04:00
initial_pins.h initial_pins: Add ability to configure output pins at mcu startup 2019-03-17 20:56:25 -04:00
lcd_hd44780.c
lcd_st7920.c
neopixel.c neopixel: Update to more flexible bit-banging timing 2019-07-23 22:00:12 -04:00
pwmcmds.c pwmcmds: allow 16-bit resolution 2019-04-05 19:02:48 -04:00
sched.c sched: Force sched_try_shutdown to be inlined 2018-10-13 11:47:00 -04:00
sched.h
spi_software.c spi_software: Minor simplification to spi_software_prepare() 2019-05-22 11:40:30 -04:00
spi_software.h spi_software: Implementation of software spi 2019-02-13 11:52:20 -05:00
spicmds.c bus: Change bus parameter in config_spi/config_i2c 2019-04-04 18:29:31 -04:00
spicmds.h
stepper.c stepper: Don't update SF_LAST_DIR if SF_NEED_RESET 2019-07-12 07:54:24 -04:00
stepper.h
thermocouple.c thermocouple: Define thermocouple types using enumerations 2019-03-17 19:38:18 -04:00
tmcuart.c pins: Add support for pull down resistors 2019-02-27 11:13:21 -05:00