klipper/src
Kevin O'Connor cf9d96434c stm32: Add Kconfig option for stm32f103x6 chip (with only 10KiB ram)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2022-06-20 12:37:23 -04:00
..
atsam Kconfig: Move SERIAL, USBSERIAL, and CANSERIAL definitions to src/Kconfig 2022-06-16 14:59:03 -04:00
atsamd Kconfig: Move SERIAL, USBSERIAL, and CANSERIAL definitions to src/Kconfig 2022-06-16 14:59:03 -04:00
avr stepper: Make step pulse duration customizable at run-time 2021-11-04 12:06:27 -04:00
generic canbus: Move canbus uuid calculation to canbus.c 2022-06-16 11:03:48 -04:00
linux ds18b20: Allow some read errors 2022-06-08 12:39:12 -04:00
lpc176x Kconfig: Move SERIAL, USBSERIAL, and CANSERIAL definitions to src/Kconfig 2022-06-16 14:59:03 -04:00
pru misc: Import misc.h in all files defining console_sendf() 2022-05-13 11:22:47 -04:00
rp2040 Kconfig: Move SERIAL, USBSERIAL, and CANSERIAL definitions to src/Kconfig 2022-06-16 14:59:03 -04:00
simulator command: Fix handling of buffer passing in args[] on 64bit mcu 2020-10-30 14:04:12 -04:00
stm32 stm32: Add Kconfig option for stm32f103x6 chip (with only 10KiB ram) 2022-06-20 12:37:23 -04:00
Kconfig Kconfig: Move SERIAL, USBSERIAL, and CANSERIAL definitions to src/Kconfig 2022-06-16 14:59:03 -04:00
Makefile mpu9250: Adding support for MPU-9250 (and MPU-6050) accelerometer 2022-06-16 11:09:33 -04:00
adccmds.c
basecmd.c mcu: Make a minor change to the protocol to require mcu update 2021-11-06 18:47:44 -04: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: Make command_add_frame() and command_encodef() static 2021-10-21 01:25:17 -04:00
command.h command: Make command_add_frame() and command_encodef() static 2021-10-21 01:25:17 -04:00
compiler.h
ctr.h
debugcmds.c debugcmds: Remove start/end_group commands 2021-05-07 13:53:47 -04:00
endstop.c trsync: Introduce new "trigger synchronization" support 2021-06-09 18:58:35 -04:00
gpiocmds.c gpiocmds: Merge digital output and soft pwm code 2020-12-10 12:06:26 -05:00
i2ccmds.c mpu9250: Adding support for MPU-9250 (and MPU-6050) accelerometer 2022-06-16 11:09:33 -04:00
i2ccmds.h mpu9250: Adding support for MPU-9250 (and MPU-6050) accelerometer 2022-06-16 11:09:33 -04:00
initial_pins.c
initial_pins.h
lcd_hd44780.c lcd_st7920: Check CONFIG_MACH_AVR for slow mcus 2021-07-04 10:11:02 -04:00
lcd_st7920.c lcd_st7920: Check CONFIG_MACH_AVR for slow mcus 2021-07-04 10:11:02 -04:00
neopixel.c neopixel: Fix neopixel_result message so that it contains an oid 2020-11-05 11:40:34 -05:00
pulse_counter.c pulse_counter: Use "clock" suffix instead of "time" in commands 2021-04-30 11:40:37 -04:00
pwmcmds.c pwmcmds: Use move queue for hard PWM 2020-12-04 16:10:13 -05:00
sched.c sched: Move last_insert check for improved gcc code layout 2021-11-09 20:20:24 -05:00
sched.h
sensor_adxl345.c adxl345: Compress each sample from 6 bytes to 5 bytes 2021-08-30 12:25:50 -04:00
sensor_angle.c sensor_angle: Support TLE5012b frame counter for timing 2022-03-29 20:34:46 -04:00
sensor_mpu9250.c mpu9250: Adding support for MPU-9250 (and MPU-6050) accelerometer 2022-06-16 11:09:33 -04:00
spi_software.c
spi_software.h
spicmds.c spicmds: Allow inversion of CS pin for SPI busses 2022-04-22 13:25:03 -04:00
spicmds.h sensor_angle: Add support for bulk querying of spi angle sensors 2022-03-29 20:34:46 -04:00
stepper.c stepper: Move min_next_time check to stepper_event_full() 2021-11-04 12:06:27 -04:00
stepper.h trsync: Introduce new "trigger synchronization" support 2021-06-09 18:58:35 -04:00
thermocouple.c
tmcuart.c command: Add command_decode_ptr() helper 2020-10-30 14:04:08 -04:00
trsync.c trsync: Introduce new "trigger synchronization" support 2021-06-09 18:58:35 -04:00
trsync.h trsync: Introduce new "trigger synchronization" support 2021-06-09 18:58:35 -04:00