acassis commented on PR #16836: URL: https://github.com/apache/nuttx/pull/16836#issuecomment-3189694848
> @acassis Does this PR need the same changes that were requested for #16838? Yes, ideally all new drivers need: - a board support (board profile and configuration) - an apps example, if the driver is not compatible with some generic application - a Documentation to let other users know how to use it. There are many reason why it is necessary: 1) we want to avoid hidden features, that means: things nobody knows that exist on NuttX and/or how to use it; 2) a simple way to let others to test what you did; 3) avoid your driver breaking silently, if a drivers doesn't have a board support and could broke and nobody will know or see -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org