forked from UraniumDonut/nbfc-revive
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CoffeeLake, ApolloLake and Ryzen Support (hirschmann#538)
* Added Ryzen Support * added ThreadAffinity to Ring0 * build fix * added OperatingSystem Detection * Added HP Envy 13 X360 13-ag0xxx Ryzen Silent-Fan * Update HP Envy X360 13 AMD, Add HP Envy X360 15 Intel * Aligned travis CI * aligned core 2 duo m0 stepping tjMax from Floats(85 + 10) to Floats(90 + 10) * removed RdmsrTX * removed configs ( will be send separately )
- Loading branch information
1 parent
83793b4
commit c114bac
Showing
12 changed files
with
624 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
language: csharp | ||
solution: NoteBookFanControl.sln | ||
script: | ||
- xbuild /t:Build /p:Configuration=ReleaseLinux NoteBookFanControl.sln | ||
- msbuild /t:Clean,Build /p:Configuration=ReleaseLinux NoteBookFanControl.sln |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.