- 
                Notifications
    You must be signed in to change notification settings 
- Fork 8.2k
Add NXP Kinetis Pulse Width Timer (PWM capture) support #31165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add NXP Kinetis Pulse Width Timer (PWM capture) support #31165
Conversation
| The following projects have a revision update in this Pull Request: 
 Note: This message is automatically posted and updated by the Manifest GitHub Action. | 
bd9f6d8    to
    ef0c287      
    Compare
  
    Add devicetree binding for the NXP Kinetis Pulse Width Timer (PWT). Signed-off-by: Henrik Brix Andersen <[email protected]>
Add Kconfig option for indicating that a given SoC contains the NXP Kinetis Pulse Width Timer (PWT). Signed-off-by: Henrik Brix Andersen <[email protected]>
ef0c287    to
    e65218d      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DT related bits seem reasonable to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just need to update the manifest
Update the NXP HAL module revision to support for the NXP Pulse Width Timer (PWT). Signed-off-by: Henrik Brix Andersen <[email protected]>
Add PWM capture driver for the NXP Kinetis Pulse Width Timer (PWT). Signed-off-by: Henrik Brix Andersen <[email protected]>
Add devicetree node for the NXP Kinetis Pulse Width Timer (PWT) to the NXP Kinetis KE1xF Soc. Signed-off-by: Henrik Brix Andersen <[email protected]>
Add pinmux configuration for testing the NXP Kinetis Pulse Width Timer (PWT) in loopback mode. Signed-off-by: Henrik Brix Andersen <[email protected]>
Add support for testing the NXP Kinetis Pulse Width Timer (PWT) on the NXP TWR-KE18F development board using PWM loopback. Signed-off-by: Henrik Brix Andersen <[email protected]>
e65218d    to
    a922c74      
    Compare
  
    
Add PWM capture driver for the NXP Kinetis Pulse Width Timer (PWT).
It depends on the following PRs: