michallenc opened a new pull request, #10391: URL: https://github.com/apache/nuttx/pull/10391
## Summary Many PWM drivers can set channel output polarity (logical low or high) in idle state. This is usually set with a dedicated channel control register. This commit adds field `cpol` to `pwm_info_s` structure that allows the user to pass the information of desired polarity to architecture layer from application layer. Possibility of polarity change is added to samv7 driver. ## Impact None for current drivers as the functionality is not implemented there.. ## Testing Tested on SAMv7 mcu. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
