Fix typos: s/UARt/UART/

This commit is contained in:
Nathan Hartman 2023-02-15 17:58:07 -05:00 committed by Xiang Xiao
parent 6920fffb00
commit 6fb08b8b03
4 changed files with 4 additions and 4 deletions

View File

@ -317,7 +317,7 @@ void pic32mz_consoleinit(void)
/* Setup up pin selection registers for all configured UARTs. The board.h
* header file must provide these definitions to select the correct pin
* configuration for each enabled UARt.
* configuration for each enabled UART.
*/
#ifdef CONFIG_PIC32MZ_UART1

View File

@ -212,7 +212,7 @@ void s698pm_consoleinit(void)
/* Setup up pin selection registers for all configured UARTs. The board.h
* header file must provide these definitions to select the correct pin
* configuration for each enabled UARt.
* configuration for each enabled UART.
*/
gpreg = getreg32(S698PM_GPREG_BASE);

View File

@ -72,7 +72,7 @@ REVISIT: Unverified, cloned text from the SAMA5D4-EK README.txt
NuttX may be executed from SDRAM. But this case means that the NuttX
binary must reside on some other media (typically NAND FLASH, Serial
FLASH) or transferred over some interface (perhaps a UARt or even a
FLASH) or transferred over some interface (perhaps a UART or even a
TFTP server). In these cases, an intermediate bootloader such as U-Boot
or Barebox must be used to configure the SAMA5D2 clocks and SDRAM and
then to copy the NuttX binary into SDRAM.

View File

@ -492,7 +492,7 @@ Running NuttX from SDRAM
NuttX may be executed from SDRAM. But this case means that the NuttX
binary must reside on some other media (typically NAND FLASH, Serial
FLASH) or transferred over some interface (perhaps a UARt or even a
FLASH) or transferred over some interface (perhaps a UART or even a
TFTP server). In these cases, an intermediate bootloader such as U-Boot
or Barebox must be used to configure the SAMA5D4 clocks and SDRAM and
then to copy the NuttX binary into SDRAM.