summaryrefslogtreecommitdiff
path: root/driver/als_tcs3400.c
Commit message (Expand)AuthorAgeFilesLines
* driver: Sort header filesJeremy Bettis2022-11-291-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* driver/als_tcs3400.c: Format with clang-formatJack Rosenthal2022-06-291-121/+113
* tcs3400: Use CONFIG_<driver>_INT_ENABLEGwendal Grignou2022-05-231-34/+26
* zephyr: suppress warnings about pointers to unaligned dataMichał Barnaś2022-02-171-1/+3
* driver/tcs3400: Set timestamp when emulating interruptGwendal Grignou2022-02-151-18/+13
* ec: Fix returning uninitialized varsJeremy Bettis2021-08-241-3/+3
* zephyr: DT: support TCS3400Hyungwoo Yang2021-03-241-0/+20
* driver/tcs3400: code cleanups for custom equationZick Wei2021-03-081-6/+11
* driver: tcs3400: Check for device status only onceGwendal Grignou2021-02-251-28/+31
* Zephyr: Create public headers for bmi260, bma2x2, and tcs3400Hyungwoo Yang2021-01-201-1/+1
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-3/+2
* driver: tcs3400: Report ODR for RGB sensorGwendal Grignou2020-12-081-5/+5
* driver: tcs3400: In calibration mode: always send dataGwendal Grignou2020-12-081-7/+9
* driver:tcs3400: Add placeholder set_rangeGwendal Grignou2020-11-231-0/+8
* motion_sense: Make change in range permanentGwendal Grignou2020-11-121-12/+5
* drivers/tcs3400: code cleanups in transferring sensor valuesIkjoon Jang2020-09-021-62/+49
* drivers/tcs3400: don't apply zero scale.Jongpil Jung2019-12-271-0/+4
* drivers/tcs3400: don't add offset for LUXNick Vaccaro2019-12-121-2/+23
* drivers/tcs3400: add IR scaling factorNick Vaccaro2019-12-121-8/+14
* drivers/tcs3400: fix a couple values in lux tableNick Vaccaro2019-09-091-5/+5
* config: Refactor CONFIG_ACCEL_FIFO to enable use of IS_ENABLEDYuval Peress2019-09-031-10/+8
* common: Move fifo logic out of motion_sense.cYuval Peress2019-08-231-0/+1
* driver/tcs3400: improve efficiency of auto-adjustNick Vaccaro2019-08-201-16/+60
* driver/tcs3400: add auto-compensation for saturationNick Vaccaro2019-08-201-122/+353
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-3/+3
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-4/+5
* driver/tcs3400: make error message in sensor read less spammy.Ting Shen2019-07-181-2/+3
* driver: add an option to emulate irq event in TCS3400Ting Shen2019-06-251-6/+30
* driver/tcs3400: disable ADC & oscillator between readsNick Vaccaro2019-06-141-14/+9
* common: motion_sense: Spread timestamps in motion sense fifoYuval Peress2019-06-061-3/+4
* motionsense: Convert in_spoof_mode to a more generic flagsYuval Peress2019-05-231-3/+3
* tcs3400: rename tcs3400_drv_data_t to als_drv_data_tNick Vaccaro2019-05-091-19/+19
* driver: add tcs3400 RGB channel sensor driverNick Vaccaro2019-05-071-2/+162
* driver: add tcs3400 ALS sensor chip driverNick Vaccaro2019-05-061-0/+312