We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are some hard-coded assumptions around fans that need to be addressed:
DCR2
DCR4
darp10 is a unit without a dGPU, but has 2 CPU fans. They use PWM2 and PWM3.
It should be possible for a board to specify which interface each fan uses.
Info that's probably needed for each fan:
DCR[0-7]
TACH[0-2][AB]
Shoving it all in the Makefile probably won't work, requiring some rewriting of the common and board-level logic.
Additionally, the temperature sensors should be pulled out and be separate from the fan control, but that fits more with #390.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are some hard-coded assumptions around fans that need to be addressed:
DCR2
)DCR4
)darp10 is a unit without a dGPU, but has 2 CPU fans. They use PWM2 and PWM3.
It should be possible for a board to specify which interface each fan uses.
Info that's probably needed for each fan:
DCR[0-7]
) for setting dutyTACH[0-2][AB]
) for tracking/reporting RPM?Shoving it all in the Makefile probably won't work, requiring some rewriting of the common and board-level logic.
Additionally, the temperature sensors should be pulled out and be separate from the fan control, but that fits more with #390.
The text was updated successfully, but these errors were encountered: