mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Fix typos in comments and Kconfig files
Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
This commit is contained in:
committed by
Xiang Xiao
parent
1e83c83bf3
commit
422ceec99b
+2
-2
@@ -2065,7 +2065,7 @@ config ARCH_BOARD_TEENSY_3X
|
||||
|
||||
This board configuration can also be used with the older Teensy-3.0. The
|
||||
Teensy-3.0 has the same schematic (although some pins are not used on the
|
||||
Teensy-3.0). the primary difference is that the Teensy 3.0 has a
|
||||
Teensy-3.0). The primary difference is that the Teensy 3.0 has a
|
||||
MK20DX128VLH5 with slightly less capability.
|
||||
|
||||
config ARCH_BOARD_TEENSY_4X
|
||||
@@ -2271,7 +2271,7 @@ config ARCH_BOARD_PHY6222
|
||||
depends on ARCH_CHIP_PHY62XX
|
||||
---help---
|
||||
none
|
||||
|
||||
|
||||
config ARCH_BOARD_SIM
|
||||
bool "User mode simulation"
|
||||
select ARCH_HAVE_BUTTONS
|
||||
|
||||
@@ -161,12 +161,12 @@
|
||||
# define BOARD_SYSTICK_CLOCK (BOARD_AHB_FREQUENCY / BOARD_SYSTICKCLKDIV)
|
||||
#endif
|
||||
|
||||
/* Flexcomm0: USART0 (REVIST) */
|
||||
/* Flexcomm0: USART0 (REVISIT) */
|
||||
|
||||
#define BOARD_FLEXCOMM0_CLKSEL SYSCON_FCLKSEL_FRO12M
|
||||
#define BOARD_FLEXCOMM0_FCLK LPC54_FRO_12MHZ
|
||||
|
||||
/* Flexcomm2: I2C2 (REVIST) */
|
||||
/* Flexcomm2: I2C2 (REVISIT) */
|
||||
|
||||
#define BOARD_FLEXCOMM2_CLKSEL SYSCON_FCLKSEL_FRO12M
|
||||
#define BOARD_FLEXCOMM2_FCLK LPC54_FRO_12MHZ
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
#endif
|
||||
|
||||
/* SRAM Timing
|
||||
* REVIST:
|
||||
* REVISIT:
|
||||
* These were ported from the STM3240G-EVAL and have not been verified on
|
||||
* this platform.
|
||||
*/
|
||||
|
||||
@@ -177,7 +177,7 @@ static void stm32_extmemgpios(const uint16_t *gpios, int ngpios);
|
||||
|
||||
const uint16_t fsmc_gpios[] =
|
||||
{
|
||||
/* A16... A23. REVIST: only A16 is used by the LCD */
|
||||
/* A16... A23. REVISIT: only A16 is used by the LCD */
|
||||
|
||||
GPIO_NPS_A16, GPIO_NPS_A17, GPIO_NPS_A18, GPIO_NPS_A19, GPIO_NPS_A20,
|
||||
GPIO_NPS_A21, GPIO_NPS_A22, GPIO_NPS_A23,
|
||||
|
||||
@@ -538,7 +538,7 @@ bluetooth
|
||||
drivers/wireless/bluetooth/bt_null.c
|
||||
|
||||
There is also support on a Linux Host for attaching the bluetooth hardware
|
||||
from the host to the NuttX bluetoooth stack via the HCI Socket interface
|
||||
from the host to the NuttX bluetooth stack via the HCI Socket interface
|
||||
over the User Channel. This is enabled in the bthcisock configuration.
|
||||
In order to use this you must give the nuttx elf additional capabilities:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user