forked from nuttx/nuttx-update
Documentation/platforms/arm/imxrt: update documentation with FlexPWM support
Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
parent
6e2db9bed1
commit
b88b5b14c8
2 changed files with 15 additions and 2 deletions
|
@ -118,6 +118,17 @@ focused on network-related testing.
|
|||
This configuration cannot be changed to Teensy 4.0 as this board does
|
||||
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
|
||||
------
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ ENET Yes
|
|||
FlexIO No
|
||||
GPIO Yes
|
||||
I2S Yes
|
||||
PWM No
|
||||
PWM Yes
|
||||
SAI No
|
||||
SPDIF No
|
||||
SPI Yes
|
||||
|
@ -150,7 +150,9 @@ as a slave. The lower-half of this driver is initialize by calling :c:func:`imxr
|
|||
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
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue