Request to extend the fuel gauge driver to include support for LC709203F #69305
-
Is your feature request related to a problem? Please describe. Describe the solution you'd like Describe alternatives you've considered Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I can only encourage you to write a driver and submit a PR for this. We cannot really take in requests or wishes for writing new drivers. |
Beta Was this translation helpful? Give feedback.
Yes! We have 1000+ examples of Zephyr drivers right here: https://github.com/zephyrproject-rtos/zephyr/tree/main/drivers :-)
Examples of other Fuel Gauge drivers can be found here: https://github.com/zephyrproject-rtos/zephyr/tree/main/drivers/fuel_gauge
I'd suggest starting with reading https://docs.zephyrproject.org/latest/introduction/index.html and https://docs.zephyrproject.org/latest/kernel/drivers/index.html