aboutsummaryrefslogtreecommitdiffstats
path: root/src/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Rename everything significant to Kutter except for docsTomasz Kramkowski2025-08-151-1/+1
* load_cell_probe: Create load_cell_probe MCU objectGareth Farrington2025-05-291-1/+5
* sos_filter: Second Order Sections MCU FilterGareth Farrington2025-05-291-0/+4
* Kconfig: Note which chips require software divide operationsKevin O'Connor2025-04-171-0/+2
* Kconfig: Add some user visible comments to the optional features menuKevin O'Connor2025-04-161-7/+13
* Kconfig: Add new WANT_ADC option to reduce code sizeKevin O'Connor2025-04-161-0/+7
* Kconfig: Add new WANT_I2C option to reduce code sizeKevin O'Connor2025-04-161-15/+22
* Kconfig: Add new WANT_SPI option to reduce code sizeKevin O'Connor2025-04-161-17/+24
* Kconfig: Add new WANT_HARD_PWM option to reduce code sizeKevin O'Connor2025-04-161-0/+7
* Kconfig: Replace WANT_DISPLAYS with individual optionsKevin O'Connor2025-04-161-3/+10
* Kconfig: Replace WANT_GPIO_BITBANGING with individual optionsKevin O'Connor2025-04-161-5/+26
* stepper: Support disabling optimized "step on both edges" in "make menuconfig"Kevin O'Connor2025-03-201-8/+23
* stepper: Support step on both edges with custom minimum pulse durationKevin O'Connor2025-03-201-1/+1
* icm20948: Add support for ICM20948 accelerometer (#6756)Paul Hansel2025-03-041-1/+8
* Kconfig: Simplify WANT_XXX definitionsKevin O'Connor2024-12-121-23/+21
* Kconfig: split sensorsTimofey Titovets2024-12-121-7/+30
* rp2040: Initial rp2350 supportKevin O'Connor2024-11-141-1/+1
* rp2040: Rename CONFIG_RP2040_yyy Kconfig symbols to CONFIG_RPXXXX_yyyKevin O'Connor2024-11-131-1/+1
* sensor_lis2dw: add lis3dh sensor and i2c communicationWulfsta2024-11-121-3/+3
* Kconfig: Remove references to manufacturers in KconfigKevin O'Connor2024-10-281-2/+2
* ads1220: Add ADS1220 bulk sensor to load_cellGareth Farrington2024-07-311-1/+9
* hx71x: Load Cell Skeleton and HX71x bulk ADCGareth Farrington2024-07-311-1/+8
* sensor_ldc1612: Initial support for bulk reading ldc1612 sensorKevin O'Connor2024-04-091-1/+8
* sensor_bulk: New C file with helper code for sending bulk sensor measurementsKevin O'Connor2024-01-191-0/+4
* Kconfig: Support Enable/Disable lis2dw on chips with small flash sizebigtreetech2023-08-211-0/+7
* Kconfig: Support selecting optional features on chips with small flash sizeKevin O'Connor2023-06-081-2/+42
* Kconfig: Change default CANbus frequency to 1000000Kevin O'Connor2023-05-301-1/+1
* atsamd: Add support for SAMC21Wulfsta2023-05-011-1/+1
* ar100: Support for ar100 (#6054)Elias Bakken2023-02-201-0/+3
* stm32: Add sdio supportH. Gregor Molter2023-02-201-0/+2
* hc32f460: Add support for hc32f460 micro-controllersSteven Gotthardt2023-02-131-0/+3
* serial_irq: Rename SERIAL_BOOTLOADER_SIDECHANNEL to HAVE_BOOTLOADER_REQUESTKevin O'Connor2022-12-301-2/+2
* Kconfig: No need to specify "default n" in main Kconfig fileKevin O'Connor2022-12-301-10/+0
* 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