raiden00pl opened a new pull request, #18864:
URL: https://github.com/apache/nuttx/pull/18864

   ## Summary
   
   BREAKING CHANGE: remove PWM_MULTICHAN option
   
   PWM_MULTICHAN option is redundant, we can just set CONFIG_PWM_NCHANNELS > 1. 
This is the first step to simplify PWM implementation and make it more portable.
   
   ## Impact
   
   simplify API, no functional changes. old `CONFIG_PWM_MULTICHAN=n` is now 
achieved with `CONFIG_PWM_NCHANNELS = 1`
   
   ## Testing
   
   CI


-- 
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]

Reply via email to