drivers: video: sensors: add a sensor_skeleton.c
to speed-up contribution of simple sensors
#73867
Labels
area: Video
Video subsystem
Enhancement
Changes/Updates/Additions to existing features
priority: low
Low impact/importance bug
Is your enhancement proposal related to a problem? Please describe.
There are more sensor contributions coming to Zephyr, from various location, and not yet guidelines for how to contribute them
Describe the solution you'd like
Having a
sensor_skeleton.c
would help maintainer communicate how they plan to integrate sensors, and help image sensor driver contributors to get going more quickly by skipping all the boilerplate.Describe alternatives you've considered
Additional context
Other similar "template/skeleton/dummy" drivers:
https://github.com/zephyrproject-rtos/zephyr/blob/main/drivers/usb/udc/udc_skeleton.c
https://github.com/zephyrproject-rtos/zephyr/blob/main/drivers/display/display_dummy.c
The text was updated successfully, but these errors were encountered: