summaryrefslogtreecommitdiff
path: root/test/thermal.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-1/+1
* util: remove unused includesYuval Peress2022-08-051-0/+1
* test/thermal.c: Format with clang-formatJack Rosenthal2022-07-011-43/+25
* ec: change usage of dummySam Hurst2020-08-051-1/+1
* test: Pass commandline arguments to run_testTom Hughes2020-05-301-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* Correct interpolation algorithm of thermal values.Ravi Chandra Sadineni2016-08-171-32/+32
* thermistor: Add generic linear interpolation algorithmDavid Hendricks2016-08-011-0/+110
* temp_sensor: Separate ADC interface and thermistor mathsWonjoon Lee2015-09-111-6/+6
* driver/temp_sensor: Add support for BD99992GWShawn Nematbakhsh2015-08-031-0/+53
* Provide multiple fan support within the EC itselfBill Richardson2013-11-021-1/+1
* Separate common fan behavior from implementationBill Richardson2013-10-301-1/+1
* Also test temp sensor read delegation in thermal testVic Yang2013-09-041-3/+3
* Completely new thermal/fan implementationBill Richardson2013-08-231-293/+363
* Remove unneeded direct includes of board.h and config.hRandall Spangler2013-07-161-1/+0
* Add thermal host and console command testVic Yang2013-07-111-1/+192
* Revert "Revert "Add thermal engine test""Vic Yang2013-05-171-0/+236
* Revert "Add thermal engine test"Vic Yang2013-05-161-236/+0
* Add thermal engine testVic Yang2013-05-151-0/+236