aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Kconfig: Add new WANT_ADC option to reduce code sizeKevin O'Connor2025-04-161-1/+1
* Kconfig: Add new WANT_I2C option to reduce code sizeKevin O'Connor2025-04-161-2/+2
* Kconfig: Add new WANT_SPI option to reduce code sizeKevin O'Connor2025-04-161-1/+1
* Kconfig: Add new WANT_HARD_PWM option to reduce code sizeKevin O'Connor2025-04-161-1/+1
* Kconfig: Replace WANT_DISPLAYS with individual optionsKevin O'Connor2025-04-161-1/+2
* Kconfig: Replace WANT_GPIO_BITBANGING with individual optionsKevin O'Connor2025-04-161-2/+4
* icm20948: Add support for ICM20948 accelerometer (#6756)Paul Hansel2025-03-041-0/+1
* Kconfig: Simplify WANT_XXX definitionsKevin O'Connor2024-12-121-8/+5
* Kconfig: split sensorsTimofey Titovets2024-12-121-4/+7
* ads1220: Add ADS1220 bulk sensor to load_cellGareth Farrington2024-07-311-0/+1
* hx71x: Load Cell Skeleton and HX71x bulk ADCGareth Farrington2024-07-311-0/+1
* sensor_ldc1612: Initial support for bulk reading ldc1612 sensorKevin O'Connor2024-04-091-0/+1
* sensor_bulk: New C file with helper code for sending bulk sensor measurementsKevin O'Connor2024-01-191-1/+2
* Kconfig: Support Enable/Disable lis2dw on chips with small flash sizebigtreetech2023-08-211-1/+2
* lis2dw12: Add support for lis2dw12 accelerometerbigtreetech2023-08-211-1/+1
* Kconfig: Support selecting optional features on chips with small flash sizeKevin O'Connor2023-06-081-5/+11
* i2c_software: Implementation of software i2c (#6141)BIGTREETECH2023-06-071-1/+1
* stm32: Add sdio supportH. Gregor Molter2023-02-201-0/+1
* mpu9250: Adding support for MPU-9250 (and MPU-6050) accelerometerbluesforte2022-06-161-0/+1
* sensor_angle: Add support for bulk querying of spi angle sensorsKevin O'Connor2022-03-291-1/+1
* Makefile: Allow CONFIG_HAVE_GPIO_BITBANGING when not CONFIG_HAVE_GPIO_SPIKevin O'Connor2021-07-041-2/+3
* trsync: Introduce new "trigger synchronization" supportKevin O'Connor2021-06-091-1/+2
* fan: Add tachometer supportAdrian Keet2021-03-011-1/+1
* adxl345: Add support for adxl345 accelerometerKevin O'Connor2020-09-051-1/+1
* initial_pins: Only build when CONFIG_HAVE_GPIO is enabledKevin O'Connor2019-07-241-2/+2
* neopixel: Add initial support for "neopixel" ledsKevin O'Connor2019-07-121-1/+1
* initial_pins: Add ability to configure output pins at mcu startupKevin O'Connor2019-03-171-1/+1
* spi_software: Implementation of software spiKevin O'Connor2019-02-131-1/+1
* Add generic i2c interfaceFlorian.Heilmann2018-10-271-0/+1
* tmc2208: Initial support for configuring TMC2208 driversKevin O'Connor2018-08-271-1/+2
* Kconfig: Rename HAVE_USER_INTERFACE to HAVE_GPIO_BITBANGINGKevin O'Connor2018-08-271-1/+1
* thermocouple: Add initial support for common SPI temperature sensing chipsKevin O'Connor2018-07-241-1/+1
* buttons: Add initial support for detecting button pressesKevin O'Connor2018-06-301-1/+1
* lcd_hd44780: Add micro-controller code for the HD44780 LCD chipKevin O'Connor2018-03-061-1/+1
* lcd_st7920: Add micro-controller code for the ST7920 LCD chipKevin O'Connor2018-03-061-0/+1
* build: Allow boards to disable digital input/output supportKevin O'Connor2017-07-201-1/+2
* debugcmds: Move debugging commands from basecmd.c to new fileKevin O'Connor2017-05-151-1/+1
* pwmcmds: Add Kconfig option to allow boards to disable hardware PWM commandsKevin O'Connor2016-06-131-0/+1
* spicmds: Add Kconfig option to allow boards to disable SPI commandsKevin O'Connor2016-06-131-1/+2
* gpiocmds: Add Kconfig option to allow boards to disable ADC commandsKevin O'Connor2016-06-131-0/+4