Skip to content

Commit 569ef4c

Browse files
DerekSnellfabiobaltieri
authored andcommitted
doc: boards: NXP serial port features documented
Updated docs for NXP boards using the nxp_lpc_usart, for supported serial port features. Signed-off-by: Derek Snell <[email protected]>
1 parent 9c4bf1d commit 569ef4c

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-7
lines changed

boards/arm/lpcxpresso55s06/doc/index.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ already supported, which can also be re-used on this lpcxpresso55s06 board:
6161
+-----------+------------+-------------------------------------+
6262
| GPIO | on-chip | gpio |
6363
+-----------+------------+-------------------------------------+
64-
| USART | on-chip | serial port |
64+
| USART | on-chip | serial port-polling; |
65+
| | | serial port-interrupt |
6566
+-----------+------------+-------------------------------------+
6667
| CLOCK | on-chip | clock_control |
6768
+-----------+------------+-------------------------------------+

boards/arm/lpcxpresso55s16/doc/index.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ already supported, which can also be re-used on this lpcxpresso55s16 board:
7070
+-----------+------------+-------------------------------------+
7171
| SPI | on-chip | spi |
7272
+-----------+------------+-------------------------------------+
73-
| USART | on-chip | serial port |
73+
| USART | on-chip | serial port-polling; |
74+
| | | serial port-interrupt |
7475
+-----------+------------+-------------------------------------+
7576
| SENSOR | off-chip | fxos8700 trigger |
7677
+-----------+------------+-------------------------------------+

boards/arm/lpcxpresso55s28/doc/index.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ already supported, which can also be re-used on this lpcxpresso55s28 board:
7070
+-----------+------------+-------------------------------------+
7171
| SPI | on-chip | spi |
7272
+-----------+------------+-------------------------------------+
73-
| USART | on-chip | serial port-polling |
73+
| USART | on-chip | serial port-polling; |
74+
| | | serial port-interrupt |
7475
+-----------+------------+-------------------------------------+
7576
| WWDT | on-chip | windowed watchdog timer |
7677
+-----------+------------+-------------------------------------+

boards/arm/lpcxpresso55s36/doc/index.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ already supported, which can also be re-used on this lpcxpresso55s36 board:
6666
+-----------+------------+-------------------------------------+
6767
| GPIO | on-chip | gpio |
6868
+-----------+------------+-------------------------------------+
69-
| USART | on-chip | serial port |
69+
| USART | on-chip | serial port-polling; |
70+
| | | serial port-interrupt |
7071
+-----------+------------+-------------------------------------+
7172
| CLOCK | on-chip | clock_control |
7273
+-----------+------------+-------------------------------------+

boards/arm/lpcxpresso55s69/doc/index.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ configuration supports the following hardware features:
6868
+-----------+------------+-------------------------------------+
6969
| SPI | on-chip | spi |
7070
+-----------+------------+-------------------------------------+
71-
| USART | on-chip | serial port-polling |
71+
| USART | on-chip | serial port-polling; |
72+
| | | serial port-interrupt |
7273
+-----------+------------+-------------------------------------+
7374
| WWDT | on-chip | windowed watchdog timer |
7475
+-----------+------------+-------------------------------------+

boards/arm/mimxrt595_evk/doc/index.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ already supported, which can also be re-used on this mimxrt595_evk board:
7777
+-----------+------------+-------------------------------------+
7878
| GPIO | on-chip | gpio |
7979
+-----------+------------+-------------------------------------+
80-
| USART | on-chip | serial port-polling |
80+
| USART | on-chip | serial port-polling; |
81+
| | | serial port-interrupt |
8182
+-----------+------------+-------------------------------------+
8283
| CLOCK | on-chip | clock_control |
8384
+-----------+------------+-------------------------------------+

boards/arm/mimxrt685_evk/doc/index.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ already supported, which can also be re-used on this mimxrt685_evk board:
7777
+-----------+------------+-------------------------------------+
7878
| FLASH | on-chip | OctalSPI Flash |
7979
+-----------+------------+-------------------------------------+
80-
| USART | on-chip | serial port-polling |
80+
| USART | on-chip | serial port-polling; |
81+
| | | serial port-interrupt |
8182
+-----------+------------+-------------------------------------+
8283
| I2C | on-chip | i2c |
8384
+-----------+------------+-------------------------------------+

0 commit comments

Comments
 (0)