klipper/src
Kevin O'Connor ae89a65956 lpc176x: Do not modify PCLKSELx at runtime
The lpc176x has an errata that could cause updates to PCLKSELx to not
take effect.  Rework the code to use the default peripheral clock
speed (25Mhz or 30Mhz) so that this register does not need to be
updated at runtime.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2021-03-25 11:35:04 -04:00
..
atsam atsam: Use "communication interface" menu option in Kconfig 2021-03-18 14:22:57 -04:00
atsamd atsamd: Use "communication interface" menu option in Kconfig 2021-03-18 14:23:14 -04:00
avr avr: Fix Kconfig USB/Serial selection 2021-03-18 14:45:12 -04:00
generic canbus: Support reading CAN packets directly from IRQ handler 2021-03-18 15:58:09 -04:00
linux ds18b20: Segmentation fault on 64bit Raspberry Pi 2021-03-19 11:18:51 -04:00
lpc176x lpc176x: Do not modify PCLKSELx at runtime 2021-03-25 11:35:04 -04:00
pru pru: Request the host not send more than 496 bytes to the pru 2021-02-12 11:23:29 -05:00
simulator command: Fix handling of buffer passing in args[] on 64bit mcu 2020-10-30 14:04:12 -04:00
stm32 stm32: Minor optimization to can.c IRQ data reading 2021-03-18 16:55:04 -04:00
Kconfig Kconfig: Only show the "usb ids" menu if low-level options are enabled 2020-05-31 21:05:04 -04:00
Makefile fan: Add tachometer support 2021-03-01 14:53:13 -05:00
adccmds.c adccmds: Run gpio_adc_setup() before oid_alloc() 2019-01-13 11:03:30 -05:00
basecmd.c stepper: Use a reusable interface to the "move queue" 2020-12-04 16:10:13 -05:00
basecmd.h stepper: Use a reusable interface to the "move queue" 2020-12-04 16:10:13 -05:00
buttons.c buttons: initialize mcu buttons based on inverted state 2019-07-05 20:01:07 -04:00
byteorder.h byteorder: Add a header file defining common byteswap functions 2018-05-21 09:44:40 -04:00
command.c command: Fix handling of buffer passing in args[] on 64bit mcu 2020-10-30 14:04:12 -04:00
command.h command: Add command_decode_ptr() helper 2020-10-30 14:04:08 -04:00
compiler.h compiler.h: Check if __aligned and __section macros are already defined 2016-06-13 23:18:59 -04:00
ctr.h ctr: Encode negative integers in normal hex notation 2019-08-22 13:06:44 -04:00
debugcmds.c command: Add command_decode_ptr() helper 2020-10-30 14:04:08 -04:00
endstop.c endstop: Rename mcu end_stop commands to endstop 2019-07-12 08:10:53 -04:00
gpiocmds.c gpiocmds: Merge digital output and soft pwm code 2020-12-10 12:06:26 -05:00
i2ccmds.c command: Add command_decode_ptr() helper 2020-10-30 14:04:08 -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 command: Add command_decode_ptr() helper 2020-10-30 14:04:08 -04:00
lcd_st7920.c command: Add command_decode_ptr() helper 2020-10-30 14:04:08 -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 fan: Add tachometer support 2021-03-01 14:53:13 -05:00
pwmcmds.c pwmcmds: Use move queue for hard PWM 2020-12-04 16:10:13 -05:00
sched.c sched: Force sched_try_shutdown to be inlined 2018-10-13 11:47:00 -04:00
sched.h pru: Support config_reset command to manually reset mcu 2017-09-03 23:16:38 -04:00
sensor_adxl345.c sensor_adxl345: Remove unused stop_time parameter 2020-09-05 09:18:59 -04:00
spi_software.c spi_software: Remove unused include file 2019-08-17 13:49:03 -04:00
spi_software.h spi_software: Implementation of software spi 2019-02-13 11:52:20 -05:00
spicmds.c command: Add command_decode_ptr() helper 2020-10-30 14:04:08 -04:00
spicmds.h spicmds: Rework spi config commands 2019-08-06 18:56:53 -04:00
stepper.c stepper: Use a reusable interface to the "move queue" 2020-12-04 16:10:13 -05:00
stepper.h stepper: Introduce stepper_get_position command and remove from endstop.c 2017-03-09 14:54:52 -05:00
thermocouple.c thermocouple: Define thermocouple types using enumerations 2019-03-17 19:38:18 -04:00
tmcuart.c command: Add command_decode_ptr() helper 2020-10-30 14:04:08 -04:00