summaryrefslogtreecommitdiff
path: root/driver/temp_sensor/tmp432.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-3/+3
* tree: Remove non-standard %pb printf formatTom Hughes2022-07-121-5/+4
* driver/temp_sensor/tmp432.c: Format with clang-formatJack Rosenthal2022-06-281-29/+21
* config: change temp_sensor_power from config to gpioMichał Barnaś2022-01-101-6/+6
* tree: Files should end with single newlineTom Hughes2021-10-181-1/+0
* driver/temp_sensor: fix tmp432 compile issueZick Wei2020-05-281-0/+4
* printf: Convert %b to %pbEvan Green2019-10-051-4/+5
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-2/+2
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-2/+4
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* Fizz: Modify thermal tableRyan Zhang2017-11-061-8/+54
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-1/+1
* COMMON: Add extend function for tmp432 ICRyan Zhang2016-05-181-0/+59
* driver/temp_sensor: Add power control API for TMP432Ben Lok2015-09-031-4/+68
* Driver: Add macros to conditionally compile the console commandsVijay Hiremath2015-07-291-0/+6
* Basic driver for tmp432 temperature sensorChromeOS Developer2013-12-071-0/+217