aboutsummaryrefslogtreecommitdiffstats
path: root/src/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* atsamd: Add Kconfig definitions for same51j19 and same54p20 chipsKevin O'Connor2022-10-131-1/+1
* serial_irq: Support side channel for entering bootloaderKevin O'Connor2022-09-051-0/+2
* stm32: Use new CONFIG_USB to determine if USB needs to be configuredKevin O'Connor2022-08-161-2/+5
* usb_canbus: Initial support for USB to CAN bridge modeKevin O'Connor2022-06-271-5/+7
* canserial: Rename canbus.c to canserial.cKevin O'Connor2022-06-271-1/+4
* stm32: Add support for disabling the canbus filterKevin O'Connor2022-06-271-0/+3
* Kconfig: Move SERIAL, USBSERIAL, and CANSERIAL definitions to src/KconfigKevin O'Connor2022-06-161-0/+6
* canbus: Move canbus uuid calculation to canbus.cKevin O'Connor2022-06-161-6/+7
* Kconfig: Move CANBUS_FREQUENCY definition from src/stm32/Kconfig to src/KconfigKevin O'Connor2022-06-041-0/+5
* atsam: Add support for SAM E70Alex Maclean2022-03-261-1/+1
* stepper: Add support for stepping on both edges of a step pulseKevin O'Connor2021-11-041-0/+3
* stepper: Make step pulse duration customizable at run-timeKevin O'Connor2021-11-041-25/+0
* rp2040: Add initial support for the rp2040 mcuKevin O'Connor2021-07-041-0/+3
* Kconfig: Only show the "usb ids" menu if low-level options are enabledKevin O'Connor2020-05-311-7/+10
* Kconfig: Change the default usb vendor/product idKevin O'Connor2020-05-311-2/+2
* Kconfig: Add a new CONFIG_HAVE_STRICT_TIMING build definitionKevin O'Connor2020-05-311-0/+3
* stm32f0: Remove hal based stm32f0 implementationEug Krashtan2020-01-141-3/+0
* lpc176x: Minor rework of HAVE_CHIPID kconfigKevin O'Connor2019-11-211-9/+8
* lpc176x: read chip id and use as usb serial. (#2184)Matt Baker2019-11-211-1/+9
* stm32: Support stm32f042 build from stm32/ directoryKevin O'Connor2019-10-231-2/+2
* stm32f0: Rename internal build symbol from MACH_STM32F0 to MACH_STM32F0_HALKevin O'Connor2019-10-231-1/+1
* stm32: Rename stm32f4/ directory to stm32/Kevin O'Connor2019-08-051-6/+3
* stm32f4: Add Kconfig build rules for STM32F405/7Kevin O'Connor2019-07-271-1/+1
* stm32f4: Add initial support for STM32F446 chipKevin O'Connor2019-07-251-0/+3
* stm32f0: New target STM32F0 added.Eugene Krashtan2019-03-241-0/+3
* initial_pins: Add ability to configure output pins at mcu startupKevin O'Connor2019-03-171-0/+9
* stepper: Support an optimized step/unstep function on ARMKevin O'Connor2019-03-101-7/+8
* atsamd: Initial support for SAMD51Kevin O'Connor2019-01-281-1/+1
* usbserial: Allow USB ids to be specified via KconfigKevin O'Connor2019-01-251-0/+16
* Kconfig: Move SERIAL_BAUD to src/Kconfig and show with LOW_LEVEL_OPTIONSKevin O'Connor2019-01-251-0/+8
* src: Rename source folders for atsam and atsamd architecturesFlorian Heilmann2019-01-121-4/+4
* stepper: Support configuring the stepper pulse length from KconfigKevin O'Connor2019-01-091-7/+30
* sam3: Merge sam4e8e support into sam3 codeKevin O'Connor2019-01-071-5/+2
* sam3: Rename src/sam3x8e to src/sam3Kevin O'Connor2019-01-071-1/+1
* Add generic i2c interfaceFlorian.Heilmann2018-10-271-0/+3
* Kconfig: Rename HAVE_USER_INTERFACE to HAVE_GPIO_BITBANGINGKevin O'Connor2018-08-271-1/+1
* sam4e8e: Add the SAM4e8e portFlorian Heilmann2018-08-081-0/+5
* samd21: Initial support for SAMD21 micro-controllersKevin O'Connor2018-08-071-0/+3
* lpc176x: Add initial support for LPC176x processorsKevin O'Connor2018-05-251-0/+3
* Add STM32F103 portGrigori Goronzy2018-04-091-0/+3
* lcd_st7920: Add micro-controller code for the ST7920 LCD chipKevin O'Connor2018-03-061-0/+3
* linux: Initial support for running Klipper in a Linux real-time processKevin O'Connor2017-09-201-0/+3
* build: Allow boards to disable digital input/output supportKevin O'Connor2017-07-201-0/+4
* pru: Initial support for the Beaglebone PRUKevin O'Connor2017-05-151-0/+3
* sam3x8e: Add initial support for Arduino Due boardsKevin O'Connor2016-06-141-2/+4
* stepper: Support rescheduling of step events on faster MCUsKevin O'Connor2016-06-141-0/+7
* pwmcmds: Add Kconfig option to allow boards to disable hardware PWM commandsKevin O'Connor2016-06-131-0/+3
* spicmds: Add Kconfig option to allow boards to disable SPI commandsKevin O'Connor2016-06-131-0/+3
* gpiocmds: Add Kconfig option to allow boards to disable ADC commandsKevin O'Connor2016-06-131-0/+6
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+20