mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:22:34 +08:00
Documentation/platforms/arm/imxrt: update documentation with FlexPWM support
Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
@@ -118,6 +118,17 @@ focused on network-related testing.
|
|||||||
This configuration cannot be changed to Teensy 4.0 as this board does
|
This configuration cannot be changed to Teensy 4.0 as this board does
|
||||||
not have Ethernet capability.
|
not have Ethernet capability.
|
||||||
|
|
||||||
|
pwm-4.1
|
||||||
|
-------
|
||||||
|
|
||||||
|
This configuration is similar to the nsh configuration with enabled
|
||||||
|
FlexPWM driver. Submodules 1 (pin 4) and 2 (pin 5) of FlexPWM2 are turn
|
||||||
|
on aswell as ultiple channel PWM output. Functionality can be tested
|
||||||
|
with example application "pwm". Each channel runs different duty cycle.
|
||||||
|
|
||||||
|
This configuration can be easily changed to work with Teensy 4.0 by
|
||||||
|
selecting ``CONFIG_TEENSY_40=y``.
|
||||||
|
|
||||||
sd-4.1
|
sd-4.1
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ ENET Yes
|
|||||||
FlexIO No
|
FlexIO No
|
||||||
GPIO Yes
|
GPIO Yes
|
||||||
I2S Yes
|
I2S Yes
|
||||||
PWM No
|
PWM Yes
|
||||||
SAI No
|
SAI No
|
||||||
SPDIF No
|
SPDIF No
|
||||||
SPI Yes
|
SPI Yes
|
||||||
@@ -150,7 +150,9 @@ as a slave. The lower-half of this driver is initialize by calling :c:func:`imxr
|
|||||||
PWM
|
PWM
|
||||||
---
|
---
|
||||||
|
|
||||||
Pulse width modulator supported in i.MX RT1010 and higher.
|
Pulse width modulator supported in i.MX RT1010 and higher. Multiple channels option is evailable.
|
||||||
|
Output on pin B is currently supported only as a complementary option to pin A.
|
||||||
|
The lower-half of this driver is initialize by calling :c:func:`imxrt_pwminitialize`.
|
||||||
|
|
||||||
SAI
|
SAI
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user