Skip to content

drivers: video: sensors: add a sensor_skeleton.c to speed-up contribution of simple sensors #73867

@josuah

Description

@josuah

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

  • Have a video-wide skeleton instead
  • Let things like they are now: no big priority.

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

Metadata

Metadata

Assignees

Labels

EnhancementChanges/Updates/Additions to existing featuresarea: VideoVideo subsystempriority: lowLow impact/importance bug

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions