1f69929b0b
This patch adds support for PWM generation using CTIMER on MCXN devices. Each CTIMER provides 4 PWM channels, channels sharing the same CTIMER instance will have the same period settings, and the duty cycle will be maintained if period is changed through one of the four channels. The period channel is automatically assigned and will be transferred to one of the other available channels if that channel is used for PWM generation, no glitches should be expected during the transition. The patch also provides a sample PWM output configuration connected to the on-board green LED which can be enabled through Kconfig. Signed-off-by: Yilin Sun <imi415@imi.moe> |
||
---|---|---|
.. | ||
mcxa | ||
mcxn | ||
tools | ||
.gitignore | ||
README.md |
README.md
NXP BSP 说明
存放RT-Thread NXP BSP目录,目前支持MCX系列,之前一些老的IC支持(如LPC/Kinetis/I.MXRT)会逐步放到此目录下
BSP 文件夹名称 | 开发板名称 |
---|---|
mcxn | frdm-mcxn947 |
mcxa | frdm-mcxa153 |