summaryrefslogtreecommitdiff
path: root/common/temp_sensor.c
Commit message (Expand)AuthorAgeFilesLines
* Initialize temperature reading buffer to sane valuesVic Yang2012-08-131-5/+23
* Support up to 24 thermal sensorsRandall Spangler2012-07-221-10/+25
* Initialize memory mapped data and add data versionsRandall Spangler2012-07-121-0/+4
* Add memory-mapped data support for I2C and SPI protocolsRandall Spangler2012-07-071-6/+5
* Lower PECI baud rate and increase poll frequencyVic Yang2012-07-031-6/+16
* Better help for console commandsRandall Spangler2012-05-251-1/+4
* Even more debug command cleanup to save spaceRandall Spangler2012-05-211-10/+4
* de-LPCify the EC host interfaceVincent Palatin2012-05-151-4/+3
* Use console output instead of uart output for console commandsRandall Spangler2012-04-241-5/+5
* Clean up initsRandall Spangler2012-04-191-7/+0
* Change task messages to eventsRandall Spangler2012-04-061-2/+2
* Temp sensor report 0xfd on sensor unpowered.Vic Yang2012-03-141-8/+34
* Tidy output of temps commandRandall Spangler2012-03-131-3/+3
* Write temperature values to LPC mapped value space.Vic Yang2012-02-241-0/+19
* Temperature polling and temporal correctionVic Yang2012-02-181-217/+19
* Add fixed-point temp calculation as backup option.Vic Yang2012-02-161-0/+46
* Change TMP006 temperature calculation to use FP.Vic Yang2012-02-151-40/+30
* Change temperature sensor debug command behaviourVic Yang2012-02-141-4/+5
* Fix discovery and bds builds, which don't have temp sensor or peciRandall Spangler2012-02-131-2/+2
* Add tmp006 object temperature calculationVic Yang2012-02-081-1/+111
* Refactor temperature sensor code and add support of Link I2C temp sensor.Vic Yang2012-02-041-0/+142