-
Notifications
You must be signed in to change notification settings - Fork 8.2k
drivers: comparator: Add Comparator support on Renesas RX #93694
New issue
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
drivers: comparator: Add Comparator support on Renesas RX #93694
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
6018f8c to
c11e903
Compare
c11e903 to
d012894
Compare
6e06055 to
7da2f1b
Compare
7da2f1b to
cab20ba
Compare
@bjarki-andreasen , could you please take a look at the change request? I’ve already updated this driver as comparator |
462f783
cab20ba to
462f783
Compare
|
hello @bjarki-andreasen , @duynguyenxa , @thenguyenyf , sorry but I just rebased this PR to resolve conflicts, please take a look again. thank you |
Update the latest commit ID for HAL Renesas Signed-off-by: Quy Tran <[email protected]>
Add comparator support for Renesas RX with LVD Signed-off-by: Quy Tran <[email protected]>
Add DTS node for LVD support on RX130 Signed-off-by: Quy Tran <[email protected]>
Add a simple sample using Comparator API to monitor the voltage on Renesas boards Signed-off-by: Quy Tran <[email protected]>
462f783 to
66d2170
Compare
|



Add comparator driver support on Renesas RX130 using LVD peripheral.
This driver uses a voltage threshold as the negative input, while the positive input can be selected between Vcc or the CMPA pin.