summaryrefslogtreecommitdiff
path: root/src/driver/Kconfig
AgeCommit message (Expand)AuthorLines
2024-01-26atmega2560: provide one DMX driver per extra UARTBirte Kristina Friesel-0/+6
2024-01-26ATMega2560: Add stdin and stdout on UART1, UART2, UART3Birte Kristina Friesel-0/+12
2023-07-03update copyrightBirte Kristina Friesel-1/+1
2023-01-01Add driver for ADS111x 16-Bit ADCDaniel Friesel-0/+4
2022-05-15add driver stub for Sensirion SEN5x PM sensorDaniel Friesel-0/+4
2022-01-03add preliminary arduino nano dmx driverDaniel Friesel-0/+2
2022-01-02BME680 BSEC: support state (de)serialization across application restartsDaniel Friesel-2/+10
2021-12-29bsec driver is incompatible with avr-gcc 5Daniel Friesel-2/+6
2021-12-29Prepare for BME680 BSEC supportDaniel Friesel-0/+10
2021-12-27add VEML6075 driverDaniel Friesel-0/+4
2021-12-26add basic MAX44006 driverDaniel Friesel-1/+4
2021-12-25add software i2c support on stm32f446reDaniel Friesel-0/+2
2021-12-25move softi2c pin config to sub-menuDaniel Friesel-2/+5
2021-12-25Configure SoftI2C SDA/SCL via kconfig only; remove external pull-up supportDaniel Friesel-16/+0
2021-12-25Remove esp8266 support in favor of ESP8266 RTOS SDKDaniel Friesel-2/+0
2021-12-24kconfig: add scd4x driverDaniel Friesel-0/+4
2021-12-20bme280 and bme680 work just fine on posixDaniel Friesel-2/+2
2021-12-19Re-add CCS811 driver for nowDaniel Friesel-1/+3
2021-12-08hdc1080: fix typo in kconfig variable nameDaniel Friesel-1/+1
2021-11-03kconfig: s5851a should be working nowDaniel Friesel-1/+25
2021-11-03ssd1306: support both vertical and horizontal adress modesDaniel Friesel-0/+12
2021-10-17Add DS2482-100 Single-Channel 1-Wire Master driverDaniel Friesel-0/+4
2021-10-14Add Pervasive Aurora Mb E-Paper driverDaniel Friesel-0/+4
2021-04-11Add SSD1306 OLED display driverDaniel Friesel-0/+14
2021-04-10Allow software and hardware i2c to be used together (e.g. on different pins)Daniel Friesel-0/+2
2020-12-08add licensing informationDaniel Friesel-0/+4
2020-09-26BME680 works on Arduino NanoDaniel Friesel-1/+1
2020-09-11eeprom24lc64: fix typo, add I2C dependencyDaniel Friesel-1/+2
2020-09-10bme280, bme680 depend on arch implementing sleep_ms at the momentDaniel Friesel-2/+2
2020-09-07external pull-ups are only implemented on MSP430FR at the momentDaniel Friesel-0/+2
2020-09-07add softi2c pullup to KconfigDaniel Friesel-0/+25
2020-08-31further kconfig dependency fixesDaniel Friesel-1/+1
2020-08-31mmsimple and mmsubstate conflictDaniel Friesel-1/+1
2020-08-31Leave out incomplete s5851a and ccs811 drivers from kconfigDaniel Friesel-6/+3
2020-08-31driver/Kconfig: Remove aemr-specific dummy and resistive_load driversDaniel Friesel-4/+2
2020-08-31softi2c driver: fix typoDaniel Friesel-1/+1
2020-08-31BME280 and BME680 drivers cannot be used simultaneouslyDaniel Friesel-1/+1
2020-08-31remove nonfunctional MAX44006 driverDaniel Friesel-4/+0
2020-08-31driver Kconfig: Add missing meta_driver_uptimeDaniel Friesel-0/+2
2020-08-28Expose configuration via KconfigDaniel Friesel-0/+88