klipper/src
Kevin O'Connor 700e35c6ac armcm_timer: Unify udelay() implementation
Move the udelay() code from various arm board directories into the
src/generic/armcm_timer.c code.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2019-06-09 20:27:57 -04:00
..
atsam atsam: Add support for "timer" controlled hardware pwm pins 2019-06-02 10:59:33 -04:00
atsamd atsamd: Add build support for SAMD21E15 chip 2019-06-01 13:43:37 -04:00
avr avr: Simplify spi mode setting 2019-05-07 23:02:20 -04:00
generic armcm_timer: Unify udelay() implementation 2019-06-09 20:27:57 -04:00
linux linux: add support for Linux hardware PWM 2019-04-05 19:06:15 -04:00
lpc176x armcm_timer: Unify udelay() implementation 2019-06-09 20:27:57 -04:00
pru pru: The TMR_CNT is cleared by writing all ones 2019-03-31 13:48:50 -04:00
simulator
stm32f0 armcm_timer: Unify udelay() implementation 2019-06-09 20:27:57 -04:00
stm32f1 armcm_timer: Unify udelay() implementation 2019-06-09 20:27:57 -04:00
Kconfig stm32f0: New target STM32F0 added. 2019-03-24 12:10:11 -04:00
Makefile initial_pins: Add ability to configure output pins at mcu startup 2019-03-17 20:56:25 -04:00
adccmds.c
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: Wrap code to 80 columns 2019-02-27 14:20:15 -05: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
endstop.c endstop: Use "pin_value" instead of "pin" when querying endstop state 2019-03-19 10:48:33 -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
pwmcmds.c pwmcmds: allow 16-bit resolution 2019-04-05 19:02:48 -04:00
sched.c
sched.h
spi_software.c spi_software: Minor simplification to spi_software_prepare() 2019-05-22 11:40:30 -04:00
spi_software.h
spicmds.c bus: Change bus parameter in config_spi/config_i2c 2019-04-04 18:29:31 -04:00
spicmds.h
stepper.c stepper: Fix reset_step_clock corruption due to bitset typo 2019-03-19 20:57:17 -04:00
stepper.h
thermocouple.c thermocouple: Define thermocouple types using enumerations 2019-03-17 19:38:18 -04:00
tmcuart.c