pkarashchenko opened a new pull request, #6298: URL: https://github.com/apache/incubator-nuttx/pull/6298
## Summary Fix PWM operation for single channel mode The current SAMv7 PWM driver assumes that all PWM channels should work in sync mode, but that is a partial case of a generic PWM driver operation. Start SAMv7 PWM channels in async mode. The sync mode should be implemeted either using ioctl command or via a separate Kconfig option. ## Impact SAMv7 and IMXRT PWM ## Testing Tested on SAME70-QMTECH board with logic analyzer. -- 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