mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
Fix typos: s/UARt/UART/
This commit is contained in:
committed by
Xiang Xiao
parent
6920fffb00
commit
6fb08b8b03
@@ -317,7 +317,7 @@ void pic32mz_consoleinit(void)
|
|||||||
|
|
||||||
/* Setup up pin selection registers for all configured UARTs. The board.h
|
/* Setup up pin selection registers for all configured UARTs. The board.h
|
||||||
* header file must provide these definitions to select the correct pin
|
* 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
|
#ifdef CONFIG_PIC32MZ_UART1
|
||||||
|
|||||||
@@ -212,7 +212,7 @@ void s698pm_consoleinit(void)
|
|||||||
|
|
||||||
/* Setup up pin selection registers for all configured UARTs. The board.h
|
/* Setup up pin selection registers for all configured UARTs. The board.h
|
||||||
* header file must provide these definitions to select the correct pin
|
* 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);
|
gpreg = getreg32(S698PM_GPREG_BASE);
|
||||||
|
|||||||
@@ -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
|
NuttX may be executed from SDRAM. But this case means that the NuttX
|
||||||
binary must reside on some other media (typically NAND FLASH, Serial
|
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
|
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
|
or Barebox must be used to configure the SAMA5D2 clocks and SDRAM and
|
||||||
then to copy the NuttX binary into SDRAM.
|
then to copy the NuttX binary into SDRAM.
|
||||||
|
|||||||
@@ -492,7 +492,7 @@ Running NuttX from SDRAM
|
|||||||
|
|
||||||
NuttX may be executed from SDRAM. But this case means that the NuttX
|
NuttX may be executed from SDRAM. But this case means that the NuttX
|
||||||
binary must reside on some other media (typically NAND FLASH, Serial
|
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
|
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
|
or Barebox must be used to configure the SAMA5D4 clocks and SDRAM and
|
||||||
then to copy the NuttX binary into SDRAM.
|
then to copy the NuttX binary into SDRAM.
|
||||||
|
|||||||
Reference in New Issue
Block a user