klipper/src/lpc176x
Kevin O'Connor 8c67adc164 Kconfig: Add new WANT_ADC option to reduce code size
Make it possible to not compile in support for ADC on chips with small
flash sizes.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2025-04-16 13:54:44 -04:00
..
adc.c lpc176x: Introduce get_pclock_frequency() 2021-03-25 11:35:04 -04:00
chipid.c lpc176x: Move chip id code from usbserial.c to new file chipid.c 2019-11-26 08:54:40 -05:00
gpio.c lpc176x: Use FIOPIN to set start value on gpio_out_reset() 2019-09-29 17:02:39 -04:00
gpio.h i2c: handle errors at i2ccmds 2024-10-26 22:06:30 -04:00
hard_pwm.c lpc176x: Fix wrong inital value at PWM setup 2021-08-23 21:29:29 -04:00
i2c.c i2c: handle errors at i2ccmds 2024-10-26 22:06:30 -04:00
internal.h lpc176x: Move bootloader_request() from usbserial.c to main.c 2022-09-05 14:27:25 -04:00
Kconfig stepper: Support step on both edges with custom minimum pulse duration 2025-03-20 19:56:55 -04:00
main.c armcm_link: Rename CONFIG_FLASH_START to CONFIG_FLASH_APPLICATION_ADDRESS 2022-12-14 18:44:07 -05:00
Makefile Kconfig: Add new WANT_ADC option to reduce code size 2025-04-16 13:54:44 -04:00
serial.c lpc176x: Fix serial ordering of initialization 2022-03-01 12:55:06 -05:00
spi.c lpc176x: Introduce get_pclock_frequency() 2021-03-25 11:35:04 -04:00
usb_cdc_ep.h usb_cdc_ep: Define endpoint sizes in usb_cdc_ep.h 2025-02-15 18:22:45 -05:00
usbserial.c lpc176x: Fix lpc176x build 2022-12-14 14:50:31 -05:00