aboutsummaryrefslogtreecommitdiff
path: root/temp_throttle.sh
Commit message (Collapse)AuthorAgeFilesLines
* temp_throttle.sh: change delay to 0.5sXavier Del Campo Romero2023-01-071-1/+1
|
* Additional Arm supportHEADstableSepero2019-01-091-1/+1
|
* Small improvements:marco442018-10-061-3/+3
| | | | | | | - Sort the frequencies in decreasing order (it's not the case on arm for instance) - Monitor the temperature from all sources instead of only one entry. That's safer if only one core (or gpu) gets very hot
* Reset temperature on startSepero2015-10-251-0/+3
|
* Misc typo correctionsSepero2015-10-251-4/+4
|
* Added support for cpufreq-set from cpufrequtilities package.Sepero2015-01-311-2/+7
|
* Code clarificationsSepero2014-07-211-5/+11
|
* add executable bit to the scriptV字龍(Vdragon)2014-07-131-0/+0
| | | | | | | This commit adds executable bit to the script since it is an executable. The example in the README.md will fail if this patch is not applied. Signed-off-by: V字龍(Vdragon) <Vdragon.Taiwan@gmail.com>
* Minor fix with variable naming convention.Sepero2014-02-091-6/+5
|
* Implemented automatic discovery of temperature reading location.Sepero2013-12-111-7/+26
|
* Added new possible temperature sensor.Sepero2013-12-111-1/+2
|
* Updated emailSepero2013-10-301-1/+1
|
* Modified for compatibility with busybox shSepero2013-08-291-17/+28
| | | Modified the script so that it's no longer only compatible with bash, but also the busybox shell.
* Wolfgang Ocker patch - unspecified CPU frequenciesSepero2013-08-211-5/+20
| | | | Added support for unspecified CPU frequencies. (Also corrected my stupid misspelling of Celsius) :)
* Lots of updatesSepero2013-08-121-9/+26
| | | Prints more info on startup. Added error printing function. Added more comments in code. Slightly modified the variables for acquiring cpu frequency.
* Slightly modified comment orderingSepero2013-05-131-2/+2
|
* Added comment informationalsSepero2013-05-131-1/+9
|
* Corrected spelling of Celsius and used name of actual script in case someone ↵C Erler2013-02-091-4/+4
| | | | changed it from temp_throttle.sh
* Inserted comments for FREQ_LIST and CURRENT_FREQSepero2013-02-021-0/+2
| | | Inserted comment descriptions of variables FREQ_LIST and CURRENT_FREQ
* Create temp_throttle.shSepero2013-01-311-0/+69