diff --git a/arch/arm/src/lpc214x/lpc214x_usbdev.c b/arch/arm/src/lpc214x/lpc214x_usbdev.c index 85423790002..ace125a9ccd 100644 --- a/arch/arm/src/lpc214x/lpc214x_usbdev.c +++ b/arch/arm/src/lpc214x/lpc214x_usbdev.c @@ -198,7 +198,7 @@ /* USB RAM ***************************************************************** * - * UBS_UDCA is is list of 32 pointers to DMA descriptors located at the + * UBS_UDCA is a list of 32 pointers to DMA descriptors located at the * beginning of USB RAM. Each pointer points to a DMA descriptor with * associated DMA buffer. */ diff --git a/arch/arm/src/sam34/sam_allocateheap.c b/arch/arm/src/sam34/sam_allocateheap.c index e63e27387df..803492f5ee1 100644 --- a/arch/arm/src/sam34/sam_allocateheap.c +++ b/arch/arm/src/sam34/sam_allocateheap.c @@ -59,7 +59,7 @@ #undef HAVE_EXTSRAM2_REGION /* Assume no external SRAM at CS2 */ #undef HAVE_EXTSRAM3_REGION /* Assume no external SRAM at CS3 */ -/* Check if external SRAM is supported and, if so, it is is intended +/* Check if external SRAM is supported and, if so, it is intended * to be used as heap. */ diff --git a/arch/arm/src/sama5/sam_pmc.c b/arch/arm/src/sama5/sam_pmc.c index 8c10ecbf305..feee0f33d41 100644 --- a/arch/arm/src/sama5/sam_pmc.c +++ b/arch/arm/src/sama5/sam_pmc.c @@ -72,7 +72,7 @@ * the frequency of the PPA output clock, PLLACK * * Assumptions: - * PLLA is enabled. If the PLL is is disabled, either at the input divider + * PLLA is enabled. If the PLL is disabled, either at the input divider * or the output multiplier, the value zero is returned. * ****************************************************************************/ diff --git a/arch/arm/src/sama5/sam_pmc.h b/arch/arm/src/sama5/sam_pmc.h index b67ff926f49..84b2bd01ea1 100644 --- a/arch/arm/src/sama5/sam_pmc.h +++ b/arch/arm/src/sama5/sam_pmc.h @@ -56,7 +56,7 @@ extern "C" * the frequency of the PPA output clock, PLLACK * * Assumptions: - * PLLA is enabled. If the PLL is is disabled, either at the input divider + * PLLA is enabled. If the PLL is disabled, either at the input divider * or the output multiplier, the value zero is returned. * ****************************************************************************/ diff --git a/arch/arm/src/samv7/sam_allocateheap.c b/arch/arm/src/samv7/sam_allocateheap.c index fc112878957..a793de20370 100644 --- a/arch/arm/src/samv7/sam_allocateheap.c +++ b/arch/arm/src/samv7/sam_allocateheap.c @@ -54,7 +54,7 @@ #define HAVE_EXTSRAM2_REGION 0 /* Assume no external SRAM at CS2 */ #define HAVE_EXTSRAM3_REGION 0 /* Assume no external SRAM at CS3 */ -/* Check if external SDRAM is supported and, if so, it is is intended +/* Check if external SDRAM is supported and, if so, it is intended * to be used as heap. */ diff --git a/arch/arm/src/samv7/sam_usbdevhs.c b/arch/arm/src/samv7/sam_usbdevhs.c index e09a391bf28..f299b687a25 100644 --- a/arch/arm/src/samv7/sam_usbdevhs.c +++ b/arch/arm/src/samv7/sam_usbdevhs.c @@ -4518,7 +4518,7 @@ static int sam_pullup(struct usbdev_s *dev, bool enable) * of the reset (USBHS_DEVISR.EORST = 1). * * The class implementation should not call this method with - * enable == true until is is fully initialized and ready to + * enable == true until it is fully initialized and ready to * accept connections. */ diff --git a/arch/z80/include/irq.h b/arch/z80/include/irq.h index 56f831070f6..3492338dc63 100644 --- a/arch/z80/include/irq.h +++ b/arch/z80/include/irq.h @@ -38,7 +38,7 @@ * Pre-processor Definitions ****************************************************************************/ -/* The Z80 stack does not need to be aligned. Here is is aligned at word +/* The Z80 stack does not need to be aligned. Here it is aligned at word * (4 byte) boundary. */ diff --git a/arch/z80/src/common/z80_createstack.c b/arch/z80/src/common/z80_createstack.c index c61a7c057df..6877e29e3ee 100644 --- a/arch/z80/src/common/z80_createstack.c +++ b/arch/z80/src/common/z80_createstack.c @@ -191,7 +191,7 @@ int up_create_stack(FAR struct tcb_s *tcb, size_t stack_size, uint8_t ttype) top_of_stack = (uintptr_t)tcb->stack_alloc_ptr + stack_size; - /* The Z80 stack does not need to be aligned. Here is is aligned at + /* The Z80 stack does not need to be aligned. Here it is aligned at * word (4 byte) boundary. */ diff --git a/audio/audio_comp.c b/audio/audio_comp.c index a08a2556707..997467b0bdc 100644 --- a/audio/audio_comp.c +++ b/audio/audio_comp.c @@ -42,7 +42,7 @@ struct audio_comp_priv_s { - /* This is is our appearance to the outside world. This *MUST* be the + /* This is our appearance to the outside world. This *MUST* be the * first element of the structure so that we can freely cast between * types struct audio_lowerhalf and struct audio_comp_dev_s. */ diff --git a/audio/pcm_decode.c b/audio/pcm_decode.c index 007f18c0b35..765bc50f37a 100644 --- a/audio/pcm_decode.c +++ b/audio/pcm_decode.c @@ -51,7 +51,7 @@ struct pcm_decode_s { - /* This is is our our appearance to the outside world. This *MUST* be the + /* This is our appearance to the outside world. This *MUST* be the * first element of the structure so that we can freely cast between types * struct audio_lowerhalf and struct pcm_decode_s. */ diff --git a/boards/arm/a1x/pcduino-a10/include/board.h b/boards/arm/a1x/pcduino-a10/include/board.h index c7bcfe0be76..a651608b85b 100644 --- a/boards/arm/a1x/pcduino-a10/include/board.h +++ b/boards/arm/a1x/pcduino-a10/include/board.h @@ -86,7 +86,7 @@ #define LED_ASSERTION 3 /* An assertion failed N/C N/C Soft glow */ #define LED_PANIC 3 /* The system has crashed N/C N/C 2Hz Flashing */ -/* LED_IDLE --- MCU is is sleep mode Not used +/* LED_IDLE --- MCU is in sleep mode Not used * * After booting, LED1 and 3 are not longer used by the system and can be * used for other purposes by the application (Of course, all LEDs are diff --git a/boards/arm/a1x/pcduino-a10/src/a1x_leds.c b/boards/arm/a1x/pcduino-a10/src/a1x_leds.c index 16c6cbd666e..98654b9c525 100644 --- a/boards/arm/a1x/pcduino-a10/src/a1x_leds.c +++ b/boards/arm/a1x/pcduino-a10/src/a1x_leds.c @@ -65,7 +65,7 @@ * LED_SIGNAL In a signal handler N/C N/C Soft glow * LED_ASSERTION An assertion failed N/C N/C Soft glow * LED_PANIC The system has crashed N/C N/C 2Hz Flashing - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used * * After booting, LED1 and 3 are not longer used by the system and can be * used for other purposes by the application (Of course, all LEDs are @@ -108,7 +108,7 @@ void a1x_led_initialize(void) * LED_SIGNAL 3 In a signal handler N/C N/C Soft glow * LED_ASSERTION 3 An assertion failed N/C N/C Soft glow * LED_PANIC 3 The system has crashed N/C N/C 2Hz Flashing - * LED_IDLE --- MCU is is sleep mode Not used + * LED_IDLE --- MCU is in sleep mode Not used * * LED1 is illuminated by driving the output pins to a high value * LED3 and LED 4 are illuminated by taking the output to ground. @@ -162,7 +162,7 @@ void board_autoled_on(int led) * LED_SIGNAL 3 In a signal handler N/C N/C Soft glow * LED_ASSERTION 3 An assertion failed N/C N/C Soft glow * LED_PANIC 3 The system has crashed N/C N/C 2Hz Flashing - * LED_IDLE --- MCU is is sleep mode Not used + * LED_IDLE --- MCU is in sleep mode Not used * * LED1 is illuminated by driving the output pins to a high value * LED3 and LED 4 are illuminated by taking the output to ground. diff --git a/boards/arm/a1x/pcduino-a10/src/pcduino_a10.h b/boards/arm/a1x/pcduino-a10/src/pcduino_a10.h index 61dba3c5502..f0fc48196df 100644 --- a/boards/arm/a1x/pcduino-a10/src/pcduino_a10.h +++ b/boards/arm/a1x/pcduino-a10/src/pcduino_a10.h @@ -87,7 +87,7 @@ * LED_SIGNAL In a signal handler N/C N/C Soft glow * LED_ASSERTION An assertion failed N/C N/C Soft glow * LED_PANIC The system has crashed N/C N/C 2Hz Flashing - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used * * After booting, LED1 and 3 are not longer used by the system and can be * used for other purposes by the application (Of course, all LEDs are diff --git a/boards/arm/am335x/beaglebone-black/include/board.h b/boards/arm/am335x/beaglebone-black/include/board.h index 2b6ef38dc72..e189ac30506 100644 --- a/boards/arm/am335x/beaglebone-black/include/board.h +++ b/boards/arm/am335x/beaglebone-black/include/board.h @@ -90,7 +90,7 @@ #define LED_ASSERTION 3 /* An assertion failed N/C N/C Soft glow */ #define LED_PANIC 3 /* The system has crashed N/C N/C 2Hz Flashing */ -/* LED_IDLE --- MCU is is sleep mode Not used +/* LED_IDLE --- MCU is in sleep mode Not used * * After booting, LED0 and 1 are not longer used by the system and can be * used for other purposes by the application (Of course, all LEDs are diff --git a/boards/arm/am335x/beaglebone-black/src/am335x_leds.c b/boards/arm/am335x/beaglebone-black/src/am335x_leds.c index c1de37517ba..3d7b38673b3 100644 --- a/boards/arm/am335x/beaglebone-black/src/am335x_leds.c +++ b/boards/arm/am335x/beaglebone-black/src/am335x_leds.c @@ -66,7 +66,7 @@ * LED_SIGNAL In a signal handler N/C N/C Soft glow * LED_ASSERTION An assertion failed N/C N/C Soft glow * LED_PANIC The system has crashed N/C N/C 2Hz Flashing - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used * * After booting, LED0 and 1 are not longer used by the system and can be * used for other purposes by the application (Of course, all LEDs are @@ -110,7 +110,7 @@ void am335x_led_initialize(void) * LED_SIGNAL 3 In a signal handler N/C N/C Soft glow * LED_ASSERTION 3 An assertion failed N/C N/C Soft glow * LED_PANIC 3 The system has crashed N/C N/C 2Hz Flashing - * LED_IDLE --- MCU is is sleep mode Not used + * LED_IDLE --- MCU is in sleep mode Not used * * LED1 is illuminated by driving the output pins to a high value * LED3 and LED 4 are illuminated by taking the output to ground. @@ -164,7 +164,7 @@ void board_autoled_on(int led) * LED_SIGNAL 3 In a signal handler N/C N/C Soft glow * LED_ASSERTION 3 An assertion failed N/C N/C Soft glow * LED_PANIC 3 The system has crashed N/C N/C 2Hz Flashing - * LED_IDLE --- MCU is is sleep mode Not used + * LED_IDLE --- MCU is in sleep mode Not used * * LED1 is illuminated by driving the output pins to a high value * LED3 and LED 4 are illuminated by taking the output to ground. diff --git a/boards/arm/am335x/beaglebone-black/src/beaglebone-black.h b/boards/arm/am335x/beaglebone-black/src/beaglebone-black.h index fed297d753f..6ef2c1b4e7b 100644 --- a/boards/arm/am335x/beaglebone-black/src/beaglebone-black.h +++ b/boards/arm/am335x/beaglebone-black/src/beaglebone-black.h @@ -101,7 +101,7 @@ * LED_SIGNAL In a signal handler N/C N/C Soft glow * LED_ASSERTION An assertion failed N/C N/C Soft glow * LED_PANIC The system has crashed N/C N/C 2Hz Flashing - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used * * After booting, LED1 and 3 are not longer used by the system and can be * used for other purposes by the application (Of course, all LEDs are diff --git a/boards/arm/at32/at32f437-mini/include/board.h b/boards/arm/at32/at32f437-mini/include/board.h index 687c4864703..1042725632a 100644 --- a/boards/arm/at32/at32f437-mini/include/board.h +++ b/boards/arm/at32/at32f437-mini/include/board.h @@ -211,7 +211,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed OFF Blinking - * LED_IDLE AT32 is is sleep mode Not used + * LED_IDLE AT32 is in sleep mode Not used */ #define LED_STARTED 0 diff --git a/boards/arm/at32/at32f437-mini/src/at32_autoleds.c b/boards/arm/at32/at32f437-mini/src/at32_autoleds.c index c9d738fa370..62f6028df02 100644 --- a/boards/arm/at32/at32f437-mini/src/at32_autoleds.c +++ b/boards/arm/at32/at32f437-mini/src/at32_autoleds.c @@ -58,7 +58,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed OFF Blinking - * LED_IDLE AT32 is is sleep mode Not used + * LED_IDLE AT32 is in sleep mode Not used */ /**************************************************************************** diff --git a/boards/arm/efm32/efm32gg-stk3700/include/board.h b/boards/arm/efm32/efm32gg-stk3700/include/board.h index 066e8a15ac9..06455fe38e0 100644 --- a/boards/arm/efm32/efm32gg-stk3700/include/board.h +++ b/boards/arm/efm32/efm32gg-stk3700/include/board.h @@ -200,7 +200,7 @@ #define LED_SIGNAL 2 /* In a signal handler No change */ #define LED_ASSERTION 2 /* An assertion failed No change */ #define LED_PANIC 3 /* The system has crashed OFF Blinking */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* Buttons ******************************************************************/ diff --git a/boards/arm/efm32/efm32gg-stk3700/src/efm32_autoleds.c b/boards/arm/efm32/efm32gg-stk3700/src/efm32_autoleds.c index fc9a87c212a..4309d824d82 100644 --- a/boards/arm/efm32/efm32gg-stk3700/src/efm32_autoleds.c +++ b/boards/arm/efm32/efm32gg-stk3700/src/efm32_autoleds.c @@ -52,7 +52,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed OFF Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used * * Thus if LED0 statically on, NuttX has successfully booted and is, * apparently, running normally. If LED1 is flashing at approximately diff --git a/boards/arm/gd32f4/gd32f450zk-aiotbox/include/board.h b/boards/arm/gd32f4/gd32f450zk-aiotbox/include/board.h index 58dc646b0b0..d77a5d2f8a9 100644 --- a/boards/arm/gd32f4/gd32f450zk-aiotbox/include/board.h +++ b/boards/arm/gd32f4/gd32f450zk-aiotbox/include/board.h @@ -216,7 +216,7 @@ typedef enum #define LED_SIGNAL 5 /* In a signal handler ON OFF ON */ #define LED_ASSERTION 6 /* An assertion failed OFF ON ON */ #define LED_PANIC 7 /* The system has crashed FLASH ON ON */ -#define LED_IDLE 8 /* MCU is is sleep mode OFF FLASH OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode OFF FLASH OFF */ /* Button definitions *******************************************************/ diff --git a/boards/arm/gd32f4/gd32f450zk-eval/include/board.h b/boards/arm/gd32f4/gd32f450zk-eval/include/board.h index 6e344492a4e..2bc71b952b8 100644 --- a/boards/arm/gd32f4/gd32f450zk-eval/include/board.h +++ b/boards/arm/gd32f4/gd32f450zk-eval/include/board.h @@ -216,7 +216,7 @@ typedef enum #define LED_SIGNAL 5 /* In a signal handler ON OFF ON */ #define LED_ASSERTION 6 /* An assertion failed OFF ON ON */ #define LED_PANIC 7 /* The system has crashed FLASH ON ON */ -#define LED_IDLE 8 /* MCU is is sleep mode OFF FLASH OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode OFF FLASH OFF */ /* Button definitions *******************************************************/ diff --git a/boards/arm/gd32f4/gd32f470ik-eval/include/board.h b/boards/arm/gd32f4/gd32f470ik-eval/include/board.h index e058eb16a65..6bf7ee6206a 100644 --- a/boards/arm/gd32f4/gd32f470ik-eval/include/board.h +++ b/boards/arm/gd32f4/gd32f470ik-eval/include/board.h @@ -238,7 +238,7 @@ typedef enum #define LED_SIGNAL 5 /* In a signal handler ON OFF ON */ #define LED_ASSERTION 6 /* An assertion failed OFF ON ON */ #define LED_PANIC 7 /* The system has crashed FLASH ON ON */ -#define LED_IDLE 8 /* MCU is is sleep mode OFF FLASH OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode OFF FLASH OFF */ /* Button definitions *******************************************************/ diff --git a/boards/arm/gd32f4/gd32f470zk-aiotbox/include/board.h b/boards/arm/gd32f4/gd32f470zk-aiotbox/include/board.h index bc9c7425078..6eea2417017 100644 --- a/boards/arm/gd32f4/gd32f470zk-aiotbox/include/board.h +++ b/boards/arm/gd32f4/gd32f470zk-aiotbox/include/board.h @@ -238,7 +238,7 @@ typedef enum #define LED_SIGNAL 5 /* In a signal handler ON OFF ON */ #define LED_ASSERTION 6 /* An assertion failed OFF ON ON */ #define LED_PANIC 7 /* The system has crashed FLASH ON ON */ -#define LED_IDLE 8 /* MCU is is sleep mode OFF FLASH OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode OFF FLASH OFF */ /* Button definitions *******************************************************/ diff --git a/boards/arm/gd32f4/gd32f470zk-eval/include/board.h b/boards/arm/gd32f4/gd32f470zk-eval/include/board.h index ede450ba0a4..6719b67b569 100644 --- a/boards/arm/gd32f4/gd32f470zk-eval/include/board.h +++ b/boards/arm/gd32f4/gd32f470zk-eval/include/board.h @@ -238,7 +238,7 @@ typedef enum #define LED_SIGNAL 5 /* In a signal handler ON OFF ON */ #define LED_ASSERTION 6 /* An assertion failed OFF ON ON */ #define LED_PANIC 7 /* The system has crashed FLASH ON ON */ -#define LED_IDLE 8 /* MCU is is sleep mode OFF FLASH OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode OFF FLASH OFF */ /* Button definitions *******************************************************/ diff --git a/boards/arm/imx6/sabre-6quad/include/board.h b/boards/arm/imx6/sabre-6quad/include/board.h index e4d96d2e779..d7f0e7698e6 100644 --- a/boards/arm/imx6/sabre-6quad/include/board.h +++ b/boards/arm/imx6/sabre-6quad/include/board.h @@ -110,7 +110,7 @@ #define LED_SIGNAL 2 /* In a signal handler N/C */ #define LED_ASSERTION 2 /* An assertion failed N/C */ #define LED_PANIC 3 /* The system has crashed FLASH */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* Thus is LED is statically on, NuttX has successfully booted and is, * apparently, running normally. If LED is flashing at approximately diff --git a/boards/arm/lpc31xx/ea3131/src/lpc31_fillpage.c b/boards/arm/lpc31xx/ea3131/src/lpc31_fillpage.c index 8f2a088a72b..5bb2b83d239 100644 --- a/boards/arm/lpc31xx/ea3131/src/lpc31_fillpage.c +++ b/boards/arm/lpc31xx/ea3131/src/lpc31_fillpage.c @@ -363,7 +363,7 @@ static inline void lpc31_initsrc(void) * but non-cacheable. No special actions will be required of * up_fillpage() in order to write into this allocated page. If the * virtual address maps to a text region, however, this function should - * remap the region so that is is read/execute only. It should be made + * remap the region so that it is read/execute only. It should be made * cache-able in any case. * Input Parameters: diff --git a/boards/arm/lpc31xx/ea3152/src/lpc31_fillpage.c b/boards/arm/lpc31xx/ea3152/src/lpc31_fillpage.c index cd421fa04ac..5e52e47953b 100644 --- a/boards/arm/lpc31xx/ea3152/src/lpc31_fillpage.c +++ b/boards/arm/lpc31xx/ea3152/src/lpc31_fillpage.c @@ -364,7 +364,7 @@ static inline void lpc31_initsrc(void) * but non-cacheable. No special actions will be required of * up_fillpage() in order to write into this allocated page. If the * virtual address maps to a text region, however, this function should - * remap the region so that is is read/execute only. It should be made + * remap the region so that it is read/execute only. It should be made * cache-able in any case. * Input Parameters: diff --git a/boards/arm/lpc31xx/olimex-lpc-h3131/include/board.h b/boards/arm/lpc31xx/olimex-lpc-h3131/include/board.h index b452740845b..f69caef7af7 100644 --- a/boards/arm/lpc31xx/olimex-lpc-h3131/include/board.h +++ b/boards/arm/lpc31xx/olimex-lpc-h3131/include/board.h @@ -119,7 +119,7 @@ #define LED_SIGNAL 2 /* In a signal handler N/C N/C */ #define LED_ASSERTION 2 /* An assertion failed N/C N/C */ #define LED_PANIC 3 /* The system has crashed N/C Blinking */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* Thus if LED2 is statically on, NuttX has successfully booted and is, * apparently, running normmally. If LED1 is flashing at approximately diff --git a/boards/arm/lpc31xx/olimex-lpc-h3131/src/lpc31_leds.c b/boards/arm/lpc31xx/olimex-lpc-h3131/src/lpc31_leds.c index e9f7583fa5b..da5585a3b6d 100644 --- a/boards/arm/lpc31xx/olimex-lpc-h3131/src/lpc31_leds.c +++ b/boards/arm/lpc31xx/olimex-lpc-h3131/src/lpc31_leds.c @@ -76,7 +76,7 @@ void board_autoled_initialize(void) * LED_SIGNAL 2 In a signal handler N/C N/C * LED_ASSERTION 2 An assertion failed N/C N/C * LED_PANIC 3 The system has crashed N/C Blinking - * LED_IDLE - MCU is is sleep mode Not used + * LED_IDLE - MCU is in sleep mode Not used * ****************************************************************************/ @@ -122,7 +122,7 @@ void board_autoled_on(int led) * LED_SIGNAL 2 In a signal handler N/C N/C * LED_ASSERTION 2 An assertion failed N/C N/C * LED_PANIC 3 The system has crashed N/C Blinking - * LED_IDLE - MCU is is sleep mode Not used + * LED_IDLE - MCU is in sleep mode Not used * ****************************************************************************/ diff --git a/boards/arm/max326xx/max32660-evsys/include/board.h b/boards/arm/max326xx/max32660-evsys/include/board.h index 9fc1835d7cc..9dd58338ac0 100644 --- a/boards/arm/max326xx/max32660-evsys/include/board.h +++ b/boards/arm/max326xx/max32660-evsys/include/board.h @@ -73,7 +73,7 @@ #define LED_SIGNAL 2 /* In a signal handler N/C */ #define LED_ASSERTION 2 /* An assertion failed N/C */ #define LED_PANIC 3 /* The system has crashed FLASH */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* Thus if LED is statically on, NuttX has successfully booted and is, * apparently, running normally. If LED is flashing at approximately diff --git a/boards/arm/max326xx/max32660-evsys/src/max326_autoleds.c b/boards/arm/max326xx/max32660-evsys/src/max326_autoleds.c index 5322cde0045..3fa1426c95b 100644 --- a/boards/arm/max326xx/max32660-evsys/src/max326_autoleds.c +++ b/boards/arm/max326xx/max32660-evsys/src/max326_autoleds.c @@ -40,7 +40,7 @@ * LED_SIGNAL 2 In a signal handler N/C * LED_ASSERTION 2 An assertion failed N/C * LED_PANIC 3 The system has crashed FLASH - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used * * Thus is LED is statically on, NuttX has successfully booted and is, * apparently, running normally. If LED is flashing at approximately diff --git a/boards/arm/moxart/moxa/include/board.h b/boards/arm/moxart/moxa/include/board.h index 3475e3caa17..75dfa91f1c7 100644 --- a/boards/arm/moxart/moxa/include/board.h +++ b/boards/arm/moxart/moxa/include/board.h @@ -175,7 +175,7 @@ #define LED_SIGNAL 2 /* In a signal handler N/C GLOW OFF */ #define LED_ASSERTION 2 /* An assertion failed N/C GLOW OFF */ #define LED_PANIC 3 /* The system has crashed N/C N/C Blinking */ -#define LED_PANIC 3 /* MCU is is sleep mode ---- Not used ---- */ +#define LED_PANIC 3 /* MCU is in sleep mode ---- Not used ---- */ #undef CONFIG_SUPPRESS_SERIAL_INTS diff --git a/boards/arm/nuc1xx/nutiny-nuc120/include/board.h b/boards/arm/nuc1xx/nutiny-nuc120/include/board.h index 3f617e755d1..1684bad064b 100644 --- a/boards/arm/nuc1xx/nutiny-nuc120/include/board.h +++ b/boards/arm/nuc1xx/nutiny-nuc120/include/board.h @@ -106,7 +106,7 @@ * LED_ASSERTION An assertion failed LED ON while handling the * assertion * LED_PANIC The system has crashed LED Blinking at 2Hz - * LED_IDLE NUC1XX is is sleep mode (Optional, not used) + * LED_IDLE NUC1XX is in sleep mode (Optional, not used) */ #define LED_STARTED 0 diff --git a/boards/arm/nuc1xx/nutiny-nuc120/src/nuc_led.c b/boards/arm/nuc1xx/nutiny-nuc120/src/nuc_led.c index 57ad16acd2c..d0dc51dd346 100644 --- a/boards/arm/nuc1xx/nutiny-nuc120/src/nuc_led.c +++ b/boards/arm/nuc1xx/nutiny-nuc120/src/nuc_led.c @@ -40,7 +40,7 @@ * LED_ASSERTION An assertion failed LED ON while handling the * assertion * LED_PANIC The system has crashed LED Blinking at 2Hz - * LED_IDLE NUC1XX is is sleep mode (Optional, not used) + * LED_IDLE NUC1XX is in sleep mode (Optional, not used) */ /**************************************************************************** diff --git a/boards/arm/ra4/arduino-r4-minima/include/board.h b/boards/arm/ra4/arduino-r4-minima/include/board.h index ca6291055e2..319490bdd81 100644 --- a/boards/arm/ra4/arduino-r4-minima/include/board.h +++ b/boards/arm/ra4/arduino-r4-minima/include/board.h @@ -133,7 +133,7 @@ #define LED_SIGNAL 2 /* In a signal handler N/C GLOW OFF */ #define LED_ASSERTION 2 /* An assertion failed N/C GLOW OFF */ #define LED_PANIC 3 /* The system has crashed N/C N/C Blinking */ - #define LED_PANIC 3 /* MCU is is sleep mode ---- Not used ---- */ + #define LED_PANIC 3 /* MCU is in sleep mode ---- Not used ---- */ /* ID_CODE */ diff --git a/boards/arm/ra4/arduino-r4-minima/src/ra4m1_autoleds.c b/boards/arm/ra4/arduino-r4-minima/src/ra4m1_autoleds.c index 035e29e01c1..7b21b53cfa8 100644 --- a/boards/arm/ra4/arduino-r4-minima/src/ra4m1_autoleds.c +++ b/boards/arm/ra4/arduino-r4-minima/src/ra4m1_autoleds.c @@ -76,7 +76,7 @@ * LED_SIGNAL In a signal handler N/C GLOW OFF * LED_ASSERTION An assertion failed N/C GLOW OFF * LED_PANIC The system has crashed N/C N/C Blinking - * LED_IDLE MCU is is sleep mode ------ Not used -------- + * LED_IDLE MCU is in sleep mode ------ Not used -------- * * Thus if LED L is statically on, NuttX has successfully booted and is, * apparently, running normmally. If LED RX is glowing, then NuttX is diff --git a/boards/arm/ra4/xiao-ra4m1/include/board.h b/boards/arm/ra4/xiao-ra4m1/include/board.h index d66f03a804d..ab7a8d3bf70 100644 --- a/boards/arm/ra4/xiao-ra4m1/include/board.h +++ b/boards/arm/ra4/xiao-ra4m1/include/board.h @@ -110,7 +110,7 @@ #define LED_SIGNAL 2 /* In a signal handler N/C GLOW OFF */ #define LED_ASSERTION 2 /* An assertion failed N/C GLOW OFF */ #define LED_PANIC 3 /* The system has crashed N/C N/C Blinking */ - #define LED_PANIC 3 /* MCU is is sleep mode ---- Not used ---- */ + #define LED_PANIC 3 /* MCU is in sleep mode ---- Not used ---- */ /* GPIO definitions *********************************************************/ diff --git a/boards/arm/ra4/xiao-ra4m1/src/ra4m1_autoleds.c b/boards/arm/ra4/xiao-ra4m1/src/ra4m1_autoleds.c index 4b99e5984d7..526c2f219f9 100644 --- a/boards/arm/ra4/xiao-ra4m1/src/ra4m1_autoleds.c +++ b/boards/arm/ra4/xiao-ra4m1/src/ra4m1_autoleds.c @@ -69,7 +69,7 @@ * LED_SIGNAL In a signal handler N/C * LED_ASSERTION An assertion failed N/C * LED_PANIC The system has crashed N/C - * LED_IDLE MCU is is sleep mode ------ + * LED_IDLE MCU is in sleep mode ------ */ /**************************************************************************** diff --git a/boards/arm/sam34/arduino-due/include/board.h b/boards/arm/sam34/arduino-due/include/board.h index ae024b21e9b..60a40af5d33 100644 --- a/boards/arm/sam34/arduino-due/include/board.h +++ b/boards/arm/sam34/arduino-due/include/board.h @@ -187,7 +187,7 @@ #define LED_SIGNAL 2 /* In a signal handler N/C GLOW OFF */ #define LED_ASSERTION 2 /* An assertion failed N/C GLOW OFF */ #define LED_PANIC 3 /* The system has crashed N/C N/C Blinking */ -#define LED_PANIC 3 /* MCU is is sleep mode ---- Not used ---- */ +#define LED_PANIC 3 /* MCU is in sleep mode ---- Not used ---- */ /* Thus if LED L is statically on, NuttX has successfully booted and is, * apparently, running normmally. If LED RX is glowing, then NuttX is diff --git a/boards/arm/sam34/arduino-due/src/arduino-due.h b/boards/arm/sam34/arduino-due/src/arduino-due.h index ea46b36b64b..851aee1348d 100644 --- a/boards/arm/sam34/arduino-due/src/arduino-due.h +++ b/boards/arm/sam34/arduino-due/src/arduino-due.h @@ -70,7 +70,7 @@ * LED_SIGNAL In a signal handler N/C GLOW OFF * LED_ASSERTION An assertion failed N/C GLOW OFF * LED_PANIC The system has crashed N/C N/C Blinking - * LED_IDLE MCU is is sleep mode ------ Not used -------- + * LED_IDLE MCU is in sleep mode ------ Not used -------- * * Thus if LED L is statically on, NuttX has successfully booted and is, * apparently, running normmally. If LED RX is glowing, then NuttX is diff --git a/boards/arm/sam34/arduino-due/src/sam_autoleds.c b/boards/arm/sam34/arduino-due/src/sam_autoleds.c index 882f67e3550..d885be669f8 100644 --- a/boards/arm/sam34/arduino-due/src/sam_autoleds.c +++ b/boards/arm/sam34/arduino-due/src/sam_autoleds.c @@ -76,7 +76,7 @@ * LED_SIGNAL In a signal handler N/C GLOW OFF * LED_ASSERTION An assertion failed N/C GLOW OFF * LED_PANIC The system has crashed N/C N/C Blinking - * LED_IDLE MCU is is sleep mode ------ Not used -------- + * LED_IDLE MCU is in sleep mode ------ Not used -------- * * Thus if LED L is statically on, NuttX has successfully booted and is, * apparently, running normmally. If LED RX is glowing, then NuttX is diff --git a/boards/arm/sam34/flipnclick-sam3x/include/board.h b/boards/arm/sam34/flipnclick-sam3x/include/board.h index a7acac252ac..330fa098a0c 100644 --- a/boards/arm/sam34/flipnclick-sam3x/include/board.h +++ b/boards/arm/sam34/flipnclick-sam3x/include/board.h @@ -201,7 +201,7 @@ #define LED_SIGNAL 4 /* In a signal handler GLO N/C N/C N/C N/C */ #define LED_ASSERTION 4 /* An assertion failed GLO N/C N/C N/C N/C */ #define LED_PANIC 4 /* The system has crashed 2Hz N/C N/C N/C N/C */ -#undef LED_IDLE /* MCU is is sleep mode ---- Not used ----- */ +#undef LED_IDLE /* MCU is in sleep mode ---- Not used ----- */ /* Thus if LED L is faintly glowing and all other LEDs are off * (except LED D which was left on but is no longer controlled by NuttX and diff --git a/boards/arm/sam34/flipnclick-sam3x/src/sam_autoleds.c b/boards/arm/sam34/flipnclick-sam3x/src/sam_autoleds.c index f962a75dc25..d155c7f4156 100644 --- a/boards/arm/sam34/flipnclick-sam3x/src/sam_autoleds.c +++ b/boards/arm/sam34/flipnclick-sam3x/src/sam_autoleds.c @@ -50,7 +50,7 @@ * LED_SIGNAL In a signal handler GLO N/C N/C N/C N/C * LED_ASSERTION An assertion failed GLO N/C N/C N/C N/C * LED_PANIC The system has crashed 2Hz N/C N/C N/C N/C - * LED_IDLE MCU is is sleep mode ---- Not used ----- + * LED_IDLE MCU is in sleep mode ---- Not used ----- * * Thus if LED L is faintly glowing and all other LEDs are off (except LED * D which was left on but is no longer controlled by NuttX and so may be in diff --git a/boards/arm/sam34/sam4s-xplained-pro/include/board.h b/boards/arm/sam34/sam4s-xplained-pro/include/board.h index 503c24546aa..ab6989135ff 100644 --- a/boards/arm/sam34/sam4s-xplained-pro/include/board.h +++ b/boards/arm/sam34/sam4s-xplained-pro/include/board.h @@ -221,7 +221,7 @@ #define LED_SIGNAL 2 /* In a signal handler OFF */ #define LED_ASSERTION 4 /* An assertion failed No change */ #define LED_PANIC 3 /* The system has crashed Flash @ 250ms */ -#define LED_IDLE 4 /* MCU is is sleep mode Not used */ +#define LED_IDLE 4 /* MCU is in sleep mode Not used */ #define LED_D301_OFF true /* GPIO high for OFF */ #define LED_D301_ON false /* GPIO low for ON */ diff --git a/boards/arm/sam34/sam4s-xplained-pro/src/sam4s-xplained-pro.h b/boards/arm/sam34/sam4s-xplained-pro/src/sam4s-xplained-pro.h index 675ed62a46c..a61a4d305fe 100644 --- a/boards/arm/sam34/sam4s-xplained-pro/src/sam4s-xplained-pro.h +++ b/boards/arm/sam34/sam4s-xplained-pro/src/sam4s-xplained-pro.h @@ -144,7 +144,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed OFF - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used */ #define GPIO_D301 (GPIO_OUTPUT | GPIO_CFG_PULLUP | GPIO_OUTPUT_SET | \ diff --git a/boards/arm/sam34/sam4s-xplained-pro/src/sam_autoleds.c b/boards/arm/sam34/sam4s-xplained-pro/src/sam_autoleds.c index 7e6db9d17a1..7abf4db7b49 100644 --- a/boards/arm/sam34/sam4s-xplained-pro/src/sam_autoleds.c +++ b/boards/arm/sam34/sam4s-xplained-pro/src/sam_autoleds.c @@ -55,7 +55,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed OFF - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used */ /**************************************************************************** diff --git a/boards/arm/sam34/sam4s-xplained/include/board.h b/boards/arm/sam34/sam4s-xplained/include/board.h index 96ce3fba9e1..f3425e2caf1 100644 --- a/boards/arm/sam34/sam4s-xplained/include/board.h +++ b/boards/arm/sam34/sam4s-xplained/include/board.h @@ -180,7 +180,7 @@ #define LED_SIGNAL 0 /* In a signal handler No change */ #define LED_ASSERTION 0 /* An assertion failed No change */ #define LED_PANIC 0 /* The system has crashed OFF Blinking */ -#define LED_IDLE 0 /* MCU is is sleep mode Not used */ +#define LED_IDLE 0 /* MCU is in sleep mode Not used */ /* Thus if D9 is statically on, NuttX has successfully booted and is, * apparently, running normmally. If D10 is flashing at approximately diff --git a/boards/arm/sam34/sam4s-xplained/src/sam4s-xplained.h b/boards/arm/sam34/sam4s-xplained/src/sam4s-xplained.h index 1c0bce00afa..d00c48d5b6c 100644 --- a/boards/arm/sam34/sam4s-xplained/src/sam4s-xplained.h +++ b/boards/arm/sam34/sam4s-xplained/src/sam4s-xplained.h @@ -67,7 +67,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed OFF Blinking - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used * * Thus if D9 is statically on, NuttX has successfully booted and is, * apparently, running normmally. If D10 is flashing at approximately diff --git a/boards/arm/sam34/sam4s-xplained/src/sam_autoleds.c b/boards/arm/sam34/sam4s-xplained/src/sam_autoleds.c index ccaada4cd21..b59f0f59202 100644 --- a/boards/arm/sam34/sam4s-xplained/src/sam_autoleds.c +++ b/boards/arm/sam34/sam4s-xplained/src/sam_autoleds.c @@ -55,7 +55,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed OFF Blinking - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used */ /**************************************************************************** diff --git a/boards/arm/sama5/giant-board/include/board.h b/boards/arm/sama5/giant-board/include/board.h index 2e461c1328d..f6c1a9501ce 100644 --- a/boards/arm/sama5/giant-board/include/board.h +++ b/boards/arm/sama5/giant-board/include/board.h @@ -112,7 +112,7 @@ #define LED_SIGNAL 2 /* In a signal handler N/C */ #define LED_ASSERTION 2 /* An assertion failed N/C */ #define LED_PANIC 3 /* The system has crashed Flash */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* Thus if the Orange LED is statically on, NuttX has successfully booted * and is, apparently, running normally. diff --git a/boards/arm/sama5/jupiter-nano/include/board.h b/boards/arm/sama5/jupiter-nano/include/board.h index ee84921e7a7..8117ce9ce4f 100644 --- a/boards/arm/sama5/jupiter-nano/include/board.h +++ b/boards/arm/sama5/jupiter-nano/include/board.h @@ -162,7 +162,7 @@ #define LED_SIGNAL 2 /* In a signal handler N/C */ #define LED_ASSERTION 2 /* An assertion failed N/C */ #define LED_PANIC 3 /* The system has crashed Flash */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* Thus if the blue LED is statically on, NuttX has successfully booted * and is, apparently, running normally. diff --git a/boards/arm/sama5/sama5d2-xult/include/board.h b/boards/arm/sama5/sama5d2-xult/include/board.h index 9484ee4b13e..2fede843205 100644 --- a/boards/arm/sama5/sama5d2-xult/include/board.h +++ b/boards/arm/sama5/sama5d2-xult/include/board.h @@ -338,7 +338,7 @@ #define LED_SIGNAL 2 /* In a signal handler N/C */ #define LED_ASSERTION 2 /* An assertion failed N/C */ #define LED_PANIC 3 /* The system has crashed Flash */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* Thus if the Green LED is statically on, NuttX has successfully booted * and is, apparently, running normally. diff --git a/boards/arm/sama5/sama5d3-xplained/include/board.h b/boards/arm/sama5/sama5d3-xplained/include/board.h index 5cb1f791e0b..47deb2ac35d 100644 --- a/boards/arm/sama5/sama5d3-xplained/include/board.h +++ b/boards/arm/sama5/sama5d3-xplained/include/board.h @@ -141,7 +141,7 @@ #define LED_SIGNAL 2 /* In a signal handler No change */ #define LED_ASSERTION 2 /* An assertion failed No change */ #define LED_PANIC 3 /* The system has crashed OFF Blinking */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* Thus if the blue LED is statically on, NuttX has successfully booted and * is, apparently, running normmally. If the red is flashing at diff --git a/boards/arm/sama5/sama5d3-xplained/src/sam_autoleds.c b/boards/arm/sama5/sama5d3-xplained/src/sam_autoleds.c index f4e99c747db..933fe9b2478 100644 --- a/boards/arm/sama5/sama5d3-xplained/src/sam_autoleds.c +++ b/boards/arm/sama5/sama5d3-xplained/src/sam_autoleds.c @@ -49,7 +49,7 @@ * LED_SIGNAL 2 In a signal handler No change * LED_ASSERTION 2 An assertion failed No change * LED_PANIC 3 The system has crashed OFF Blinking - * LED_IDLE N/A MCU is is sleep mode Not used + * LED_IDLE N/A MCU is in sleep mode Not used * * Thus if the blue LED is statically on, NuttX has successfully booted and * is, apparently, running normally. If the red is flashing at diff --git a/boards/arm/sama5/sama5d3x-ek/include/board.h b/boards/arm/sama5/sama5d3x-ek/include/board.h index 3c2458878e9..a0cbe5fc9a2 100644 --- a/boards/arm/sama5/sama5d3x-ek/include/board.h +++ b/boards/arm/sama5/sama5d3x-ek/include/board.h @@ -163,7 +163,7 @@ #define LED_SIGNAL 2 /* In a signal handler No change */ #define LED_ASSERTION 2 /* An assertion failed No change */ #define LED_PANIC 3 /* The system has crashed OFF Blinking */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* If CONFIG_SAMA5D3XEK_NOREDLED=y, then the red LED is not used by the * system. The only difference from the above is that it is the blue, not diff --git a/boards/arm/sama5/sama5d3x-ek/src/sam_autoleds.c b/boards/arm/sama5/sama5d3x-ek/src/sam_autoleds.c index 4de2ea7017c..66998576ccc 100644 --- a/boards/arm/sama5/sama5d3x-ek/src/sam_autoleds.c +++ b/boards/arm/sama5/sama5d3x-ek/src/sam_autoleds.c @@ -49,7 +49,7 @@ * LED_SIGNAL 2 In a signal handler No change * LED_ASSERTION 2 An assertion failed No change * LED_PANIC 3 The system has crashed OFF Blinking - * LED_IDLE N/A MCU is is sleep mode Not used + * LED_IDLE N/A MCU is in sleep mode Not used * * Thus if the blue LED is statically on, NuttX has successfully booted and * is, apparently, running normally. If the red is flashing at diff --git a/boards/arm/sama5/sama5d4-ek/include/board.h b/boards/arm/sama5/sama5d4-ek/include/board.h index d06314a0a16..f5757f8e6c2 100644 --- a/boards/arm/sama5/sama5d4-ek/include/board.h +++ b/boards/arm/sama5/sama5d4-ek/include/board.h @@ -142,7 +142,7 @@ #define LED_SIGNAL 2 /* In a signal handler No change */ #define LED_ASSERTION 2 /* An assertion failed No change */ #define LED_PANIC 3 /* The system has crashed OFF Blinking */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* Thus if the D0 and D9 are statically on, NuttX has successfully booted and * is, apparently, running normally. If the red D9 LED is flashing at diff --git a/boards/arm/sama5/sama5d4-ek/src/sam_autoleds.c b/boards/arm/sama5/sama5d4-ek/src/sam_autoleds.c index e12fa0d49c4..d6d12897276 100644 --- a/boards/arm/sama5/sama5d4-ek/src/sam_autoleds.c +++ b/boards/arm/sama5/sama5d4-ek/src/sam_autoleds.c @@ -55,7 +55,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed OFF Blinking - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used * * Thus if the D0 and D9 are statically on, NuttX has successfully booted and * is, apparently, running normally. If the red D9 LED is flashing at diff --git a/boards/arm/samd5e5/metro-m4/include/board.h b/boards/arm/samd5e5/metro-m4/include/board.h index 55a1c692719..a2f7e03edf4 100644 --- a/boards/arm/samd5e5/metro-m4/include/board.h +++ b/boards/arm/samd5e5/metro-m4/include/board.h @@ -388,7 +388,7 @@ #define LED_SIGNAL 2 /* In a signal handler N/C */ #define LED_ASSERTION 2 /* An assertion failed N/C */ #define LED_PANIC 3 /* The system has crashed FLASH */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* Thus is LED is statically on, NuttX has successfully booted and is, * apparently, running normally. If LED is flashing at approximately diff --git a/boards/arm/samd5e5/metro-m4/src/sam_autoleds.c b/boards/arm/samd5e5/metro-m4/src/sam_autoleds.c index 2ca14320ec5..b83327e1033 100644 --- a/boards/arm/samd5e5/metro-m4/src/sam_autoleds.c +++ b/boards/arm/samd5e5/metro-m4/src/sam_autoleds.c @@ -50,7 +50,7 @@ * LED_SIGNAL In a signal handler N/C * LED_ASSERTION An assertion failed N/C * LED_PANIC The system has crashed FLASH - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used */ /**************************************************************************** diff --git a/boards/arm/samd5e5/same54-xplained-pro/include/board.h b/boards/arm/samd5e5/same54-xplained-pro/include/board.h index 00c2b69788c..1008eed9ebc 100644 --- a/boards/arm/samd5e5/same54-xplained-pro/include/board.h +++ b/boards/arm/samd5e5/same54-xplained-pro/include/board.h @@ -387,7 +387,7 @@ #define LED_SIGNAL 2 /* In a signal handler N/C */ #define LED_ASSERTION 2 /* An assertion failed N/C */ #define LED_PANIC 3 /* The system has crashed FLASH */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* Thus is LED is statically on, NuttX has successfully booted and is, * apparently, running normally. If LED is flashing at approximately diff --git a/boards/arm/samd5e5/same54-xplained-pro/src/sam_autoleds.c b/boards/arm/samd5e5/same54-xplained-pro/src/sam_autoleds.c index 7226c2451e9..0ba21d38970 100644 --- a/boards/arm/samd5e5/same54-xplained-pro/src/sam_autoleds.c +++ b/boards/arm/samd5e5/same54-xplained-pro/src/sam_autoleds.c @@ -47,7 +47,7 @@ * LED_SIGNAL In a signal handler N/C * LED_ASSERTION An assertion failed N/C * LED_PANIC The system has crashed FLASH - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used */ /**************************************************************************** diff --git a/boards/arm/samv7/pic32czca70-curiosity/include/board.h b/boards/arm/samv7/pic32czca70-curiosity/include/board.h index 6c7d937e106..545200bd0b1 100644 --- a/boards/arm/samv7/pic32czca70-curiosity/include/board.h +++ b/boards/arm/samv7/pic32czca70-curiosity/include/board.h @@ -231,7 +231,7 @@ #define LED_SIGNAL 2 /* In a signal handler No change */ #define LED_ASSERTION 2 /* An assertion failed No change */ #define LED_PANIC 3 /* The system has crashed N/C Blinking */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* Thus if LED0 is statically on, NuttX has successfully booted and is, * apparently, running normally. If LED1 is flashing at approximately diff --git a/boards/arm/samv7/pic32czca70-curiosity/src/sam_autoleds.c b/boards/arm/samv7/pic32czca70-curiosity/src/sam_autoleds.c index 8e331c03ce6..7be351ba514 100644 --- a/boards/arm/samv7/pic32czca70-curiosity/src/sam_autoleds.c +++ b/boards/arm/samv7/pic32czca70-curiosity/src/sam_autoleds.c @@ -50,7 +50,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed N/C Blinking - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used * ------------------- ----------------------- -------- -------- * * Thus if LED0 is statically on, NuttX has successfully booted and is, diff --git a/boards/arm/samv7/same70-qmtech/include/board.h b/boards/arm/samv7/same70-qmtech/include/board.h index 4a4213003a4..2544039137e 100644 --- a/boards/arm/samv7/same70-qmtech/include/board.h +++ b/boards/arm/samv7/same70-qmtech/include/board.h @@ -214,7 +214,7 @@ #define LED_SIGNAL 2 /* In a signal handler N/C */ #define LED_ASSERTION 2 /* An assertion failed N/C */ #define LED_PANIC 3 /* The system has crashed FLASH */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* Thus is LED is statically on, NuttX has successfully booted and is, * apparently, running normally. If LED is flashing at approximately diff --git a/boards/arm/samv7/same70-xplained/include/board.h b/boards/arm/samv7/same70-xplained/include/board.h index 5f2b0d05a04..4ef5df3c80a 100644 --- a/boards/arm/samv7/same70-xplained/include/board.h +++ b/boards/arm/samv7/same70-xplained/include/board.h @@ -216,7 +216,7 @@ #define LED_SIGNAL 2 /* In a signal handler N/C */ #define LED_ASSERTION 2 /* An assertion failed N/C */ #define LED_PANIC 3 /* The system has crashed FLASH */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* Thus is LED is statically on, NuttX has successfully booted and is, * apparently, running normally. If LED is flashing at approximately diff --git a/boards/arm/samv7/samv71-xult/include/board.h b/boards/arm/samv7/samv71-xult/include/board.h index d75bc8ba440..8d19365f045 100644 --- a/boards/arm/samv7/samv71-xult/include/board.h +++ b/boards/arm/samv7/samv71-xult/include/board.h @@ -232,7 +232,7 @@ #define LED_SIGNAL 2 /* In a signal handler No change */ #define LED_ASSERTION 2 /* An assertion failed No change */ #define LED_PANIC 3 /* The system has crashed N/C Blinking */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* Thus if LED0 is statically on, NuttX has successfully booted and is, * apparently, running normally. If LED1 is flashing at approximately diff --git a/boards/arm/samv7/samv71-xult/src/sam_autoleds.c b/boards/arm/samv7/samv71-xult/src/sam_autoleds.c index ff654f5a562..f35b25f116b 100644 --- a/boards/arm/samv7/samv71-xult/src/sam_autoleds.c +++ b/boards/arm/samv7/samv71-xult/src/sam_autoleds.c @@ -51,7 +51,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed N/C Blinking - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used * ------------------- ----------------------- -------- -------- * * Thus if LED0 is statically on, NuttX has successfully booted and is, diff --git a/boards/arm/stm32/b-g431b-esc1/include/board.h b/boards/arm/stm32/b-g431b-esc1/include/board.h index fd700bfb709..f5568827ce8 100644 --- a/boards/arm/stm32/b-g431b-esc1/include/board.h +++ b/boards/arm/stm32/b-g431b-esc1/include/board.h @@ -289,7 +289,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used */ #define LED_STARTED 0 diff --git a/boards/arm/stm32/b-g474e-dpow1/include/board.h b/boards/arm/stm32/b-g474e-dpow1/include/board.h index 703a3384a4a..f3b1205ea28 100644 --- a/boards/arm/stm32/b-g474e-dpow1/include/board.h +++ b/boards/arm/stm32/b-g474e-dpow1/include/board.h @@ -160,7 +160,7 @@ * | LED_SIGNAL | In a signal handler | No change | * | LED_ASSERTION | An assertion failed | No change | * | LED_PANIC | The system has crashed | 0 B 0 0 | - * | LED_IDLE | STM32 is is sleep mode | Not used | + * | LED_IDLE | STM32 is in sleep mode | Not used | * |--------------------|-------------------------|------------| * * LED states legend: diff --git a/boards/arm/stm32/clicker2-stm32/include/board.h b/boards/arm/stm32/clicker2-stm32/include/board.h index 31eedda3638..b3de5e11209 100644 --- a/boards/arm/stm32/clicker2-stm32/include/board.h +++ b/boards/arm/stm32/clicker2-stm32/include/board.h @@ -215,7 +215,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed OFF Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used */ #define LED_STARTED 0 diff --git a/boards/arm/stm32/clicker2-stm32/src/stm32_autoleds.c b/boards/arm/stm32/clicker2-stm32/src/stm32_autoleds.c index d43a2832e80..34e82678c94 100644 --- a/boards/arm/stm32/clicker2-stm32/src/stm32_autoleds.c +++ b/boards/arm/stm32/clicker2-stm32/src/stm32_autoleds.c @@ -35,7 +35,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed OFF Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used * * VALUE * -------------------------------------------- -------- -------- diff --git a/boards/arm/stm32/emw3162/include/board.h b/boards/arm/stm32/emw3162/include/board.h index e2577374be5..3673f04bbe5 100644 --- a/boards/arm/stm32/emw3162/include/board.h +++ b/boards/arm/stm32/emw3162/include/board.h @@ -141,7 +141,7 @@ #define LED_SIGNAL 2 /* In a signal handler N/C */ #define LED_ASSERTION 2 /* An assertion failed N/C */ #define LED_PANIC 3 /* The system has crashed FLASH */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* Thus if LED is statically on, NuttX has successfully booted and is, * apparently, running normally. If LED is flashing at approximately diff --git a/boards/arm/stm32/nucleo-f103rb/include/board.h b/boards/arm/stm32/nucleo-f103rb/include/board.h index ebdf7dfd856..ab9b840ee27 100644 --- a/boards/arm/stm32/nucleo-f103rb/include/board.h +++ b/boards/arm/stm32/nucleo-f103rb/include/board.h @@ -136,7 +136,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used */ #define LED_STARTED 0 diff --git a/boards/arm/stm32/nucleo-f207zg/include/board.h b/boards/arm/stm32/nucleo-f207zg/include/board.h index beeeaac50e3..d60490a19fe 100644 --- a/boards/arm/stm32/nucleo-f207zg/include/board.h +++ b/boards/arm/stm32/nucleo-f207zg/include/board.h @@ -168,7 +168,7 @@ #define LED_SIGNAL 5 /* In a signal handler N/C GLOW N/C */ #define LED_ASSERTION 6 /* An assertion failed GLOW N/C GLOW */ #define LED_PANIC 7 /* The system has crashed Blink OFF N/C */ -#define LED_IDLE 8 /* MCU is is sleep mode ON OFF OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode ON OFF OFF */ /* Button definitions *******************************************************/ diff --git a/boards/arm/stm32/nucleo-f302r8/include/board.h b/boards/arm/stm32/nucleo-f302r8/include/board.h index 0c0aa006a3f..16ed19b353a 100644 --- a/boards/arm/stm32/nucleo-f302r8/include/board.h +++ b/boards/arm/stm32/nucleo-f302r8/include/board.h @@ -162,7 +162,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used */ #define LED_STARTED 0 diff --git a/boards/arm/stm32/nucleo-f303re/include/board.h b/boards/arm/stm32/nucleo-f303re/include/board.h index 9f55d1a309b..4c47af0d548 100644 --- a/boards/arm/stm32/nucleo-f303re/include/board.h +++ b/boards/arm/stm32/nucleo-f303re/include/board.h @@ -164,7 +164,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used */ #define LED_STARTED 0 diff --git a/boards/arm/stm32/nucleo-f303ze/include/board.h b/boards/arm/stm32/nucleo-f303ze/include/board.h index 420cc4c3260..4b726d23e22 100644 --- a/boards/arm/stm32/nucleo-f303ze/include/board.h +++ b/boards/arm/stm32/nucleo-f303ze/include/board.h @@ -167,7 +167,7 @@ #define LED_SIGNAL 5 /* In a signal handler N/C GLOW N/C */ #define LED_ASSERTION 6 /* An assertion failed GLOW N/C GLOW */ #define LED_PANIC 7 /* The system has crashed Blink OFF N/C */ -#define LED_IDLE 8 /* MCU is is sleep mode ON OFF OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode ON OFF OFF */ /* Button definitions *******************************************************/ diff --git a/boards/arm/stm32/nucleo-f334r8/include/board.h b/boards/arm/stm32/nucleo-f334r8/include/board.h index 1398196ba5d..4fe03d8a9bd 100644 --- a/boards/arm/stm32/nucleo-f334r8/include/board.h +++ b/boards/arm/stm32/nucleo-f334r8/include/board.h @@ -160,7 +160,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used */ #define LED_STARTED 0 diff --git a/boards/arm/stm32/nucleo-f401re/include/board.h b/boards/arm/stm32/nucleo-f401re/include/board.h index 2db6874d651..f125b7f3225 100644 --- a/boards/arm/stm32/nucleo-f401re/include/board.h +++ b/boards/arm/stm32/nucleo-f401re/include/board.h @@ -339,7 +339,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used * * Thus if LD2, NuttX has successfully booted and is, apparently, running * normally. If LD2 is flashing at approximately 2Hz, then a fatal error diff --git a/boards/arm/stm32/nucleo-f410rb/include/board.h b/boards/arm/stm32/nucleo-f410rb/include/board.h index 67a1c458b31..9eb5e6d5509 100644 --- a/boards/arm/stm32/nucleo-f410rb/include/board.h +++ b/boards/arm/stm32/nucleo-f410rb/include/board.h @@ -272,7 +272,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used * * Thus if LD2, NuttX has successfully booted and is, apparently, running * normally. If LD2 is flashing at approximately 2Hz, then a fatal error diff --git a/boards/arm/stm32/nucleo-f411re/include/board.h b/boards/arm/stm32/nucleo-f411re/include/board.h index c036fece691..ebb08b267c0 100644 --- a/boards/arm/stm32/nucleo-f411re/include/board.h +++ b/boards/arm/stm32/nucleo-f411re/include/board.h @@ -336,7 +336,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used * * Thus if LD2, NuttX has successfully booted and is, apparently, running * normally. If LD2 is flashing at approximately 2Hz, then a fatal error diff --git a/boards/arm/stm32/nucleo-f412zg/include/board.h b/boards/arm/stm32/nucleo-f412zg/include/board.h index 5e6c3f35b27..0a979b22099 100644 --- a/boards/arm/stm32/nucleo-f412zg/include/board.h +++ b/boards/arm/stm32/nucleo-f412zg/include/board.h @@ -201,7 +201,7 @@ GPIO_SPEED_50MHz) * LED_SIGNAL In a signal handler * LED_ASSERTION An assertion failed * LED_PANIC The system has crashed - * LED_IDLE MCU is is sleep mode + * LED_IDLE MCU is in sleep mode * * Thus if LD2, NuttX has successfully booted and is, apparently, running * normally. If LD2 is flashing at approximately 2Hz, then a fatal error diff --git a/boards/arm/stm32/nucleo-f429zi/include/board.h b/boards/arm/stm32/nucleo-f429zi/include/board.h index fd2213c1f39..04829a544e8 100644 --- a/boards/arm/stm32/nucleo-f429zi/include/board.h +++ b/boards/arm/stm32/nucleo-f429zi/include/board.h @@ -224,7 +224,7 @@ #define LED_SIGNAL 5 /* In a signal handler N/C GLOW N/C */ #define LED_ASSERTION 6 /* An assertion failed GLOW N/C GLOW */ #define LED_PANIC 7 /* The system has crashed Blink OFF N/C */ -#define LED_IDLE 8 /* MCU is is sleep mode ON OFF OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode ON OFF OFF */ /* Thus if the Green LED is statically on, NuttX has successfully booted and * is, apparently, running normally. If the Red LED is flashing at diff --git a/boards/arm/stm32/nucleo-f446re/include/board.h b/boards/arm/stm32/nucleo-f446re/include/board.h index 8baf4bf711b..27fc810d30c 100644 --- a/boards/arm/stm32/nucleo-f446re/include/board.h +++ b/boards/arm/stm32/nucleo-f446re/include/board.h @@ -350,7 +350,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used * * Thus if LD2, NuttX has successfully booted and is, apparently, running * normally. If LD2 is flashing at approximately 2Hz, then a fatal error diff --git a/boards/arm/stm32/nucleo-g431kb/include/board.h b/boards/arm/stm32/nucleo-g431kb/include/board.h index c6dd08783a5..7c3a12b16ed 100644 --- a/boards/arm/stm32/nucleo-g431kb/include/board.h +++ b/boards/arm/stm32/nucleo-g431kb/include/board.h @@ -209,7 +209,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used */ #define LED_STARTED 0 diff --git a/boards/arm/stm32/nucleo-g431rb/include/board.h b/boards/arm/stm32/nucleo-g431rb/include/board.h index ae09dc40cb1..b17ee0d8aaa 100644 --- a/boards/arm/stm32/nucleo-g431rb/include/board.h +++ b/boards/arm/stm32/nucleo-g431rb/include/board.h @@ -289,7 +289,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used */ #define LED_STARTED 0 diff --git a/boards/arm/stm32/nucleo-g474re/include/board.h b/boards/arm/stm32/nucleo-g474re/include/board.h index 561970fc0b4..bbc4cf8cf35 100644 --- a/boards/arm/stm32/nucleo-g474re/include/board.h +++ b/boards/arm/stm32/nucleo-g474re/include/board.h @@ -154,7 +154,7 @@ * | LED_SIGNAL | In a signal handler | No change | * | LED_ASSERTION | An assertion failed | No change | * | LED_PANIC | The system has crashed | 0 B 0 0 | - * | LED_IDLE | STM32 is is sleep mode | Not used | + * | LED_IDLE | STM32 is in sleep mode | Not used | * |--------------------|-------------------------|------------| * * LED states legend: diff --git a/boards/arm/stm32/nucleo-l152re/include/board.h b/boards/arm/stm32/nucleo-l152re/include/board.h index cfe5dd41ba8..f2db3db7a39 100644 --- a/boards/arm/stm32/nucleo-l152re/include/board.h +++ b/boards/arm/stm32/nucleo-l152re/include/board.h @@ -174,7 +174,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used */ #define LED_STARTED 0 diff --git a/boards/arm/stm32/olimexino-stm32/include/board.h b/boards/arm/stm32/olimexino-stm32/include/board.h index ea13e6ab4ad..219e6256517 100644 --- a/boards/arm/stm32/olimexino-stm32/include/board.h +++ b/boards/arm/stm32/olimexino-stm32/include/board.h @@ -151,7 +151,7 @@ #define LED_SIGNAL 5 /* In a signal handler N/C ON */ #define LED_ASSERTION 6 /* An assertion failed N/C ON */ #define LED_PANIC 7 /* The system has crashed N/C Blinking */ -#define LED_IDLE 8 /* MCU is is sleep mode OFF N/C */ +#define LED_IDLE 8 /* MCU is in sleep mode OFF N/C */ /* Thus if the Green is statically on, NuttX has successfully booted and is, * apparently, running normally. If the YellowLED is flashing at diff --git a/boards/arm/stm32/photon/include/board.h b/boards/arm/stm32/photon/include/board.h index 3adecc20f66..c584b3813ff 100644 --- a/boards/arm/stm32/photon/include/board.h +++ b/boards/arm/stm32/photon/include/board.h @@ -186,7 +186,7 @@ #define LED_SIGNAL 2 /* In a signal handler N/C */ #define LED_ASSERTION 2 /* An assertion failed N/C */ #define LED_PANIC 3 /* The system has crashed FLASH */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* Thus if LED is statically on, NuttX has successfully booted and is, * apparently, running normally. If LED is flashing at approximately diff --git a/boards/arm/stm32/stm32butterfly2/include/board.h b/boards/arm/stm32/stm32butterfly2/include/board.h index b46625cd73c..c97586ef276 100644 --- a/boards/arm/stm32/stm32butterfly2/include/board.h +++ b/boards/arm/stm32/stm32butterfly2/include/board.h @@ -134,7 +134,7 @@ #define LED_SIGNAL 6 /* In a signal handler N/C N/C N/C GLOW */ #define LED_ASSERTION 7 /* An assertion failed N/C N/C N/C GLOW */ #define LED_PANIC 8 /* The system has crashed N/C N/C N/C FLASH */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* After booting, LED1-3 are not longer used by the system and can be used * for other purposes by the application (Of course, all LEDs are available diff --git a/boards/arm/stm32/stm32f3discovery/include/board.h b/boards/arm/stm32/stm32f3discovery/include/board.h index 099801796f1..fb4e76becf9 100644 --- a/boards/arm/stm32/stm32f3discovery/include/board.h +++ b/boards/arm/stm32/stm32f3discovery/include/board.h @@ -185,7 +185,7 @@ * LED_ASSERTION An assertion failed LD9 ON while handling * the assertion * LED_PANIC The system has crashed LD10 Blinking at 2Hz - * LED_IDLE STM32 is is sleep mode (Optional, not used) + * LED_IDLE STM32 is in sleep mode (Optional, not used) */ #define LED_STARTED 0 diff --git a/boards/arm/stm32/stm32f401rc-rs485/include/board.h b/boards/arm/stm32/stm32f401rc-rs485/include/board.h index d907ade66e1..975094bc69a 100644 --- a/boards/arm/stm32/stm32f401rc-rs485/include/board.h +++ b/boards/arm/stm32/stm32f401rc-rs485/include/board.h @@ -394,7 +394,7 @@ extern "C" * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used * * Thus if LD2, NuttX has successfully booted and is, apparently, running * normally. If LD2 is flashing at approximately 2Hz, then a fatal error diff --git a/boards/arm/stm32/stm32ldiscovery/include/board.h b/boards/arm/stm32/stm32ldiscovery/include/board.h index 1545f8bead2..c42e49eab8b 100644 --- a/boards/arm/stm32/stm32ldiscovery/include/board.h +++ b/boards/arm/stm32/stm32ldiscovery/include/board.h @@ -197,7 +197,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed OFF Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used */ #define LED_STARTED 0 diff --git a/boards/arm/stm32/stm32ldiscovery/src/stm32_autoleds.c b/boards/arm/stm32/stm32ldiscovery/src/stm32_autoleds.c index e03288b7527..8c3ebc71e97 100644 --- a/boards/arm/stm32/stm32ldiscovery/src/stm32_autoleds.c +++ b/boards/arm/stm32/stm32ldiscovery/src/stm32_autoleds.c @@ -58,7 +58,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed OFF Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used */ /**************************************************************************** diff --git a/boards/arm/stm32/viewtool-stm32f107/include/board.h b/boards/arm/stm32/viewtool-stm32f107/include/board.h index a081f2cf007..9bc4e570aa1 100644 --- a/boards/arm/stm32/viewtool-stm32f107/include/board.h +++ b/boards/arm/stm32/viewtool-stm32f107/include/board.h @@ -91,7 +91,7 @@ #define LED_SIGNAL 4 /* In a signal handler N/C N/C N/C GLOW */ #define LED_ASSERTION 4 /* An assertion failed N/C N/C N/C GLOW */ #define LED_PANIC 4 /* The system has crashed N/C N/C N/C FLASH */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* After booting, LED1-3 are not longer used by the system and can be used * for other purposes by the application (Of course, all LEDs are available diff --git a/boards/arm/stm32/viewtool-stm32f107/src/stm32_leds.c b/boards/arm/stm32/viewtool-stm32f107/src/stm32_leds.c index 24416c552eb..40f37140f4c 100644 --- a/boards/arm/stm32/viewtool-stm32f107/src/stm32_leds.c +++ b/boards/arm/stm32/viewtool-stm32f107/src/stm32_leds.c @@ -141,7 +141,7 @@ void stm32_led_initialize(void) * LED_SIGNAL 4 In a signal handler N/C N/C N/C GLOW * LED_ASSERTION 4 An assertion failed N/C N/C N/C GLOW * LED_PANIC 4 The system has crashed N/C N/C N/C FLASH - * ED_IDLE MCU is is sleep mode Not used + * ED_IDLE MCU is in sleep mode Not used * ****************************************************************************/ @@ -194,7 +194,7 @@ void board_autoled_on(int led) * LED_SIGNAL 4 In a signal handler N/C N/C N/C GLOW * LED_ASSERTION 4 An assertion failed N/C N/C N/C GLOW * LED_PANIC 4 The system has crashed N/C N/C N/C FLASH - * ED_IDLE MCU is is sleep mode Not used + * ED_IDLE MCU is in sleep mode Not used * ****************************************************************************/ diff --git a/boards/arm/stm32f0l0g0/b-l072z-lrwan1/include/board.h b/boards/arm/stm32f0l0g0/b-l072z-lrwan1/include/board.h index 3f7beb3ceed..7ce26a908b0 100644 --- a/boards/arm/stm32f0l0g0/b-l072z-lrwan1/include/board.h +++ b/boards/arm/stm32f0l0g0/b-l072z-lrwan1/include/board.h @@ -137,7 +137,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used */ #define LED_STARTED 0 diff --git a/boards/arm/stm32f0l0g0/nucleo-c071rb/include/board.h b/boards/arm/stm32f0l0g0/nucleo-c071rb/include/board.h index 8a07bebea84..b62d8830757 100644 --- a/boards/arm/stm32f0l0g0/nucleo-c071rb/include/board.h +++ b/boards/arm/stm32f0l0g0/nucleo-c071rb/include/board.h @@ -108,7 +108,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used */ #define LED_STARTED 0 diff --git a/boards/arm/stm32f0l0g0/nucleo-c092rc/include/board.h b/boards/arm/stm32f0l0g0/nucleo-c092rc/include/board.h index 167d4fc74ac..04889018df4 100644 --- a/boards/arm/stm32f0l0g0/nucleo-c092rc/include/board.h +++ b/boards/arm/stm32f0l0g0/nucleo-c092rc/include/board.h @@ -113,7 +113,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used */ #define LED_STARTED 0 diff --git a/boards/arm/stm32f0l0g0/nucleo-f072rb/include/board.h b/boards/arm/stm32f0l0g0/nucleo-f072rb/include/board.h index 86fdd79d1cc..fc01e4546cb 100644 --- a/boards/arm/stm32f0l0g0/nucleo-f072rb/include/board.h +++ b/boards/arm/stm32f0l0g0/nucleo-f072rb/include/board.h @@ -187,7 +187,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used * * Thus if LD2, NuttX has successfully booted and is, apparently, running * normally. If LD2 is flashing at approximately 2Hz, then a fatal error diff --git a/boards/arm/stm32f0l0g0/nucleo-f091rc/include/board.h b/boards/arm/stm32f0l0g0/nucleo-f091rc/include/board.h index 5fa08b552ea..8c99f86513f 100644 --- a/boards/arm/stm32f0l0g0/nucleo-f091rc/include/board.h +++ b/boards/arm/stm32f0l0g0/nucleo-f091rc/include/board.h @@ -187,7 +187,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used * * Thus if LD2, NuttX has successfully booted and is, apparently, running * normally. If LD2 is flashing at approximately 2Hz, then a fatal error diff --git a/boards/arm/stm32f0l0g0/nucleo-g070rb/include/board.h b/boards/arm/stm32f0l0g0/nucleo-g070rb/include/board.h index 4dec2a57e0e..5e09c65d50a 100644 --- a/boards/arm/stm32f0l0g0/nucleo-g070rb/include/board.h +++ b/boards/arm/stm32f0l0g0/nucleo-g070rb/include/board.h @@ -169,7 +169,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used */ #define LED_STARTED 0 diff --git a/boards/arm/stm32f0l0g0/nucleo-g071rb/include/board.h b/boards/arm/stm32f0l0g0/nucleo-g071rb/include/board.h index f05657a7c5d..a6bba4ae7d9 100644 --- a/boards/arm/stm32f0l0g0/nucleo-g071rb/include/board.h +++ b/boards/arm/stm32f0l0g0/nucleo-g071rb/include/board.h @@ -162,7 +162,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used */ #define LED_STARTED 0 diff --git a/boards/arm/stm32f0l0g0/nucleo-g0b1re/include/board.h b/boards/arm/stm32f0l0g0/nucleo-g0b1re/include/board.h index 1e81287481c..03888c49925 100644 --- a/boards/arm/stm32f0l0g0/nucleo-g0b1re/include/board.h +++ b/boards/arm/stm32f0l0g0/nucleo-g0b1re/include/board.h @@ -170,7 +170,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used */ #define LED_STARTED 0 diff --git a/boards/arm/stm32f0l0g0/nucleo-l073rz/include/board.h b/boards/arm/stm32f0l0g0/nucleo-l073rz/include/board.h index 8a6064572a6..cd1539a76b3 100644 --- a/boards/arm/stm32f0l0g0/nucleo-l073rz/include/board.h +++ b/boards/arm/stm32f0l0g0/nucleo-l073rz/include/board.h @@ -138,7 +138,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used */ #define LED_STARTED 0 diff --git a/boards/arm/stm32f0l0g0/stm32f051-discovery/include/board.h b/boards/arm/stm32f0l0g0/stm32f051-discovery/include/board.h index 0eb3c07c020..4436101e931 100644 --- a/boards/arm/stm32f0l0g0/stm32f051-discovery/include/board.h +++ b/boards/arm/stm32f0l0g0/stm32f051-discovery/include/board.h @@ -198,7 +198,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed OFF Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used */ #define LED_STARTED 0 diff --git a/boards/arm/stm32f0l0g0/stm32f051-discovery/src/stm32_autoleds.c b/boards/arm/stm32f0l0g0/stm32f051-discovery/src/stm32_autoleds.c index 2afc29b2ccd..93ab77d947a 100644 --- a/boards/arm/stm32f0l0g0/stm32f051-discovery/src/stm32_autoleds.c +++ b/boards/arm/stm32f0l0g0/stm32f051-discovery/src/stm32_autoleds.c @@ -57,7 +57,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed OFF Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used */ /**************************************************************************** diff --git a/boards/arm/stm32f0l0g0/stm32f072-discovery/include/board.h b/boards/arm/stm32f0l0g0/stm32f072-discovery/include/board.h index fbd2d98fa83..3ccd8972dfe 100644 --- a/boards/arm/stm32f0l0g0/stm32f072-discovery/include/board.h +++ b/boards/arm/stm32f0l0g0/stm32f072-discovery/include/board.h @@ -203,7 +203,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed OFF Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used */ #define LED_STARTED 0 diff --git a/boards/arm/stm32f0l0g0/stm32f072-discovery/src/stm32_autoleds.c b/boards/arm/stm32f0l0g0/stm32f072-discovery/src/stm32_autoleds.c index b4377d4c288..46ac00f85cb 100644 --- a/boards/arm/stm32f0l0g0/stm32f072-discovery/src/stm32_autoleds.c +++ b/boards/arm/stm32f0l0g0/stm32f072-discovery/src/stm32_autoleds.c @@ -57,7 +57,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed OFF Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used */ /**************************************************************************** diff --git a/boards/arm/stm32f0l0g0/stm32l0538-disco/include/board.h b/boards/arm/stm32f0l0g0/stm32l0538-disco/include/board.h index d892396c5c1..59333f53c8c 100644 --- a/boards/arm/stm32f0l0g0/stm32l0538-disco/include/board.h +++ b/boards/arm/stm32f0l0g0/stm32l0538-disco/include/board.h @@ -133,7 +133,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used */ #define LED_STARTED 0 diff --git a/boards/arm/stm32f7/nucleo-f722ze/include/board.h b/boards/arm/stm32f7/nucleo-f722ze/include/board.h index 9724f70baf3..b1094208bae 100644 --- a/boards/arm/stm32f7/nucleo-f722ze/include/board.h +++ b/boards/arm/stm32f7/nucleo-f722ze/include/board.h @@ -302,7 +302,7 @@ #define LED_SIGNAL 5 /* In a signal handler N/C GLOW N/C */ #define LED_ASSERTION 6 /* An assertion failed GLOW N/C GLOW */ #define LED_PANIC 7 /* The system has crashed Blink OFF N/C */ -#define LED_IDLE 8 /* MCU is is sleep mode ON OFF OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode ON OFF OFF */ /* Thus if the Green LED is statically on, NuttX has successfully booted and * is, apparently, running normally. If the Red LED is flashing at diff --git a/boards/arm/stm32f7/nucleo-f746zg/include/board.h b/boards/arm/stm32f7/nucleo-f746zg/include/board.h index 0b0842b5dab..e2e37b73c08 100644 --- a/boards/arm/stm32f7/nucleo-f746zg/include/board.h +++ b/boards/arm/stm32f7/nucleo-f746zg/include/board.h @@ -302,7 +302,7 @@ #define LED_SIGNAL 5 /* In a signal handler N/C GLOW N/C */ #define LED_ASSERTION 6 /* An assertion failed GLOW N/C GLOW */ #define LED_PANIC 7 /* The system has crashed Blink OFF N/C */ -#define LED_IDLE 8 /* MCU is is sleep mode ON OFF OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode ON OFF OFF */ /* Thus if the Green LED is statically on, NuttX has successfully booted and * is, apparently, running normally. If the Red LED is flashing at diff --git a/boards/arm/stm32f7/nucleo-f767zi/include/board.h b/boards/arm/stm32f7/nucleo-f767zi/include/board.h index 01e08d53e8b..1dd89114558 100644 --- a/boards/arm/stm32f7/nucleo-f767zi/include/board.h +++ b/boards/arm/stm32f7/nucleo-f767zi/include/board.h @@ -302,7 +302,7 @@ #define LED_SIGNAL 5 /* In a signal handler N/C GLOW N/C */ #define LED_ASSERTION 6 /* An assertion failed GLOW N/C GLOW */ #define LED_PANIC 7 /* The system has crashed Blink OFF N/C */ -#define LED_IDLE 8 /* MCU is is sleep mode ON OFF OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode ON OFF OFF */ /* Thus if the Green LED is statically on, NuttX has successfully booted and * is, apparently, running normally. If the Red LED is flashing at diff --git a/boards/arm/stm32f7/stm32f777zit6-meadow/include/board.h b/boards/arm/stm32f7/stm32f777zit6-meadow/include/board.h index 5dcb4292367..9f5fb71fe13 100644 --- a/boards/arm/stm32f7/stm32f777zit6-meadow/include/board.h +++ b/boards/arm/stm32f7/stm32f777zit6-meadow/include/board.h @@ -351,7 +351,7 @@ #define LED_SIGNAL 5 /* In a signal handler N/C GLOW N/C */ #define LED_ASSERTION 6 /* An assertion failed GLOW N/C GLOW */ #define LED_PANIC 7 /* The system has crashed Blink OFF N/C */ -#define LED_IDLE 8 /* MCU is is sleep mode ON OFF OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode ON OFF OFF */ /* Button definitions *******************************************************/ diff --git a/boards/arm/stm32h5/nucleo-h563zi/include/board.h b/boards/arm/stm32h5/nucleo-h563zi/include/board.h index 0723bbdb9d0..60d84588720 100644 --- a/boards/arm/stm32h5/nucleo-h563zi/include/board.h +++ b/boards/arm/stm32h5/nucleo-h563zi/include/board.h @@ -300,7 +300,7 @@ #define LED_SIGNAL 5 /* In a signal handler N/C GLOW N/C */ #define LED_ASSERTION 6 /* An assertion failed GLOW N/C GLOW */ #define LED_PANIC 7 /* The system has crashed Blink OFF N/C */ -#define LED_IDLE 8 /* MCU is is sleep mode ON OFF OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode ON OFF OFF */ /* Thus if the Green LED is statically on, NuttX has successfully booted and * is, apparently, running normally. If the Red LED is flashing at diff --git a/boards/arm/stm32h7/linum-stm32h753bi/include/board.h b/boards/arm/stm32h7/linum-stm32h753bi/include/board.h index 364659dfbe1..3072adbe60f 100644 --- a/boards/arm/stm32h7/linum-stm32h753bi/include/board.h +++ b/boards/arm/stm32h7/linum-stm32h753bi/include/board.h @@ -337,7 +337,7 @@ #define LED_SIGNAL 5 /* In a signal handler N/C GLOW N/C */ #define LED_ASSERTION 6 /* An assertion failed GLOW N/C GLOW */ #define LED_PANIC 7 /* The system has crashed Blink OFF N/C */ -#define LED_IDLE 8 /* MCU is is sleep mode ON OFF OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode ON OFF OFF */ /* Thus if the Green LED is statically on, NuttX has successfully booted and * is, apparently, running normally. If the Red LED is flashing at diff --git a/boards/arm/stm32h7/nucleo-h723zg/include/board.h b/boards/arm/stm32h7/nucleo-h723zg/include/board.h index 3e152e45dca..e2dba2fa23a 100644 --- a/boards/arm/stm32h7/nucleo-h723zg/include/board.h +++ b/boards/arm/stm32h7/nucleo-h723zg/include/board.h @@ -338,7 +338,7 @@ #define LED_SIGNAL 5 /* In a signal handler GLOW N/C N/C */ #define LED_ASSERTION 6 /* An assertion failed N/C GLOW GLOW */ #define LED_PANIC 7 /* The system has crashed OFF N/C Blink */ -#define LED_IDLE 8 /* MCU is is sleep mode OFF OFF ON */ +#define LED_IDLE 8 /* MCU is in sleep mode OFF OFF ON */ /* Thus if the Green LED is statically on, NuttX has successfully booted and * is, apparently, running normally. If the Red LED is flashing at diff --git a/boards/arm/stm32h7/nucleo-h743zi/include/board.h b/boards/arm/stm32h7/nucleo-h743zi/include/board.h index c6927c46443..f3417aef155 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/include/board.h +++ b/boards/arm/stm32h7/nucleo-h743zi/include/board.h @@ -339,7 +339,7 @@ #define LED_SIGNAL 5 /* In a signal handler N/C GLOW N/C */ #define LED_ASSERTION 6 /* An assertion failed GLOW N/C GLOW */ #define LED_PANIC 7 /* The system has crashed Blink OFF N/C */ -#define LED_IDLE 8 /* MCU is is sleep mode ON OFF OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode ON OFF OFF */ /* Thus if the Green LED is statically on, NuttX has successfully booted and * is, apparently, running normally. If the Red LED is flashing at diff --git a/boards/arm/stm32h7/nucleo-h743zi2/include/board.h b/boards/arm/stm32h7/nucleo-h743zi2/include/board.h index 6c43e9d7eee..a9c0a0cb70e 100644 --- a/boards/arm/stm32h7/nucleo-h743zi2/include/board.h +++ b/boards/arm/stm32h7/nucleo-h743zi2/include/board.h @@ -330,7 +330,7 @@ #define LED_SIGNAL 5 /* In a signal handler N/C GLOW N/C */ #define LED_ASSERTION 6 /* An assertion failed GLOW N/C GLOW */ #define LED_PANIC 7 /* The system has crashed Blink OFF N/C */ -#define LED_IDLE 8 /* MCU is is sleep mode ON OFF OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode ON OFF OFF */ /* Thus if the Green LED is statically on, NuttX has successfully booted and * is, apparently, running normally. If the Red LED is flashing at diff --git a/boards/arm/stm32h7/nucleo-h745zi/include/board.h b/boards/arm/stm32h7/nucleo-h745zi/include/board.h index 023e3207fe6..ff06353a653 100644 --- a/boards/arm/stm32h7/nucleo-h745zi/include/board.h +++ b/boards/arm/stm32h7/nucleo-h745zi/include/board.h @@ -339,7 +339,7 @@ #define LED_SIGNAL 5 /* In a signal handler N/C GLOW N/C */ #define LED_ASSERTION 6 /* An assertion failed GLOW N/C GLOW */ #define LED_PANIC 7 /* The system has crashed Blink OFF N/C */ -#define LED_IDLE 8 /* MCU is is sleep mode ON OFF OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode ON OFF OFF */ /* Thus if the Green LED is statically on, NuttX has successfully booted and * is, apparently, running normally. If the Red LED is flashing at diff --git a/boards/arm/stm32h7/portenta-h7/include/board.h b/boards/arm/stm32h7/portenta-h7/include/board.h index cd0a990f028..362badffdbe 100644 --- a/boards/arm/stm32h7/portenta-h7/include/board.h +++ b/boards/arm/stm32h7/portenta-h7/include/board.h @@ -300,7 +300,7 @@ #define LED_SIGNAL 5 /* In a signal handler N/C GLOW N/C */ #define LED_ASSERTION 6 /* An assertion failed GLOW N/C GLOW */ #define LED_PANIC 7 /* The system has crashed Blink OFF N/C */ -#define LED_IDLE 8 /* MCU is is sleep mode ON OFF OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode ON OFF OFF */ /* Thus if the Green LED is statically on, NuttX has successfully booted and * is, apparently, running normally. If the Red LED is flashing at diff --git a/boards/arm/stm32h7/stm32h745i-disco/include/board.h b/boards/arm/stm32h7/stm32h745i-disco/include/board.h index 1e4b437cbac..1593c65b032 100644 --- a/boards/arm/stm32h7/stm32h745i-disco/include/board.h +++ b/boards/arm/stm32h7/stm32h745i-disco/include/board.h @@ -478,7 +478,7 @@ #define LED_SIGNAL 5 /* In a signal handler N/C GLOW N/C */ #define LED_ASSERTION 6 /* An assertion failed GLOW N/C GLOW */ #define LED_PANIC 7 /* The system has crashed Blink OFF N/C */ -#define LED_IDLE 8 /* MCU is is sleep mode ON OFF OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode ON OFF OFF */ /* Thus if the Green LED is statically on, NuttX has successfully booted and * is, apparently, running normally. If the Red LED is flashing at diff --git a/boards/arm/stm32h7/stm32h750b-dk/include/board.h b/boards/arm/stm32h7/stm32h750b-dk/include/board.h index af5f8ed0bb6..c63ca3b3fdc 100644 --- a/boards/arm/stm32h7/stm32h750b-dk/include/board.h +++ b/boards/arm/stm32h7/stm32h750b-dk/include/board.h @@ -475,7 +475,7 @@ #define LED_SIGNAL 5 /* In a signal handler N/C GLOW N/C */ #define LED_ASSERTION 6 /* An assertion failed GLOW N/C GLOW */ #define LED_PANIC 7 /* The system has crashed Blink OFF N/C */ -#define LED_IDLE 8 /* MCU is is sleep mode ON OFF OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode ON OFF OFF */ /* Thus if the Green LED is statically on, NuttX has successfully booted and * is, apparently, running normally. If the Red LED is flashing at diff --git a/boards/arm/stm32h7/weact-stm32h743/include/board.h b/boards/arm/stm32h7/weact-stm32h743/include/board.h index 40725954527..b0b0a6cbcc0 100644 --- a/boards/arm/stm32h7/weact-stm32h743/include/board.h +++ b/boards/arm/stm32h7/weact-stm32h743/include/board.h @@ -350,7 +350,7 @@ #define LED_SIGNAL 5 /* In a signal handler N/C GLOW N/C */ #define LED_ASSERTION 6 /* An assertion failed GLOW N/C GLOW */ #define LED_PANIC 7 /* The system has crashed Blink OFF N/C */ -#define LED_IDLE 8 /* MCU is is sleep mode ON OFF OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode ON OFF OFF */ /* Thus if the Green LED is statically on, NuttX has successfully booted and * is, apparently, running normally. If the Red LED is flashing at diff --git a/boards/arm/stm32h7/weact-stm32h750/include/board.h b/boards/arm/stm32h7/weact-stm32h750/include/board.h index c1219b9d043..e85bde12df7 100644 --- a/boards/arm/stm32h7/weact-stm32h750/include/board.h +++ b/boards/arm/stm32h7/weact-stm32h750/include/board.h @@ -350,7 +350,7 @@ #define LED_SIGNAL 5 /* In a signal handler N/C GLOW N/C */ #define LED_ASSERTION 6 /* An assertion failed GLOW N/C GLOW */ #define LED_PANIC 7 /* The system has crashed Blink OFF N/C */ -#define LED_IDLE 8 /* MCU is is sleep mode ON OFF OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode ON OFF OFF */ /* Thus if the Green LED is statically on, NuttX has successfully booted and * is, apparently, running normally. If the Red LED is flashing at diff --git a/boards/arm/stm32l4/b-l475e-iot01a/include/board.h b/boards/arm/stm32l4/b-l475e-iot01a/include/board.h index e259475aff0..adaa380f31b 100644 --- a/boards/arm/stm32l4/b-l475e-iot01a/include/board.h +++ b/boards/arm/stm32l4/b-l475e-iot01a/include/board.h @@ -77,7 +77,7 @@ #define LED_SIGNAL 2 /* In a signal handler N/C */ #define LED_ASSERTION 2 /* An assertion failed N/C */ #define LED_PANIC 3 /* The system has crashed FLASH */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* Thus if LED is statically on, NuttX has successfully booted and is, * apparently, running normally. If LED is flashing at approximately diff --git a/boards/arm/stm32l4/nucleo-l432kc/include/board.h b/boards/arm/stm32l4/nucleo-l432kc/include/board.h index 9659b493598..8fafb62c302 100644 --- a/boards/arm/stm32l4/nucleo-l432kc/include/board.h +++ b/boards/arm/stm32l4/nucleo-l432kc/include/board.h @@ -211,7 +211,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used * * Thus if LD3 NuttX has successfully booted and is, apparently, running * normally. If LD3 is flashing at approximately 2Hz, then a fatal error diff --git a/boards/arm/stm32l4/nucleo-l452re/include/board.h b/boards/arm/stm32l4/nucleo-l452re/include/board.h index a4841eebc59..a7ae716f91e 100644 --- a/boards/arm/stm32l4/nucleo-l452re/include/board.h +++ b/boards/arm/stm32l4/nucleo-l452re/include/board.h @@ -171,7 +171,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used * * Thus if LD2, NuttX has successfully booted and is, apparently, running * normally. If LD2 is flashing at approximately 2Hz, then a fatal error diff --git a/boards/arm/stm32l4/nucleo-l476rg/include/board.h b/boards/arm/stm32l4/nucleo-l476rg/include/board.h index 8ba55554e56..e2c97ddfa05 100644 --- a/boards/arm/stm32l4/nucleo-l476rg/include/board.h +++ b/boards/arm/stm32l4/nucleo-l476rg/include/board.h @@ -196,7 +196,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used * * Thus if LD2, NuttX has successfully booted and is, apparently, running * normally. If LD2 is flashing at approximately 2Hz, then a fatal error diff --git a/boards/arm/stm32l4/nucleo-l496zg/include/board.h b/boards/arm/stm32l4/nucleo-l496zg/include/board.h index 9116e131192..46418d0d1e6 100644 --- a/boards/arm/stm32l4/nucleo-l496zg/include/board.h +++ b/boards/arm/stm32l4/nucleo-l496zg/include/board.h @@ -531,7 +531,7 @@ #define LED_SIGNAL 5 /* In a signal handler N/C GLOW N/C */ #define LED_ASSERTION 6 /* An assertion failed GLOW N/C GLOW */ #define LED_PANIC 7 /* The system has crashed Blink OFF N/C */ -#define LED_IDLE 8 /* MCU is is sleep mode ON OFF OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode ON OFF OFF */ /* Thus if the Green LED is statically on, NuttX has successfully booted and * is, apparently, running normally. If the Red LED is flashing at diff --git a/boards/arm/stm32l4/steval-stlcs01v1/include/board.h b/boards/arm/stm32l4/steval-stlcs01v1/include/board.h index 29526226e3b..d8f12263e32 100644 --- a/boards/arm/stm32l4/steval-stlcs01v1/include/board.h +++ b/boards/arm/stm32l4/steval-stlcs01v1/include/board.h @@ -315,7 +315,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used * * Thus if LD1, NuttX has successfully booted and is, apparently, running * normally. If LD1 is flashing at approximately 2Hz, then a fatal error diff --git a/boards/arm/stm32l4/stm32l476-mdk/include/board.h b/boards/arm/stm32l4/stm32l476-mdk/include/board.h index 95f2dc05e45..679e0d42ce8 100644 --- a/boards/arm/stm32l4/stm32l476-mdk/include/board.h +++ b/boards/arm/stm32l4/stm32l476-mdk/include/board.h @@ -164,7 +164,7 @@ #define LED_SIGNAL 2 /* In a signal handler N/C */ #define LED_ASSERTION 2 /* An assertion failed N/C */ #define LED_PANIC 3 /* The system has crashed FLASH */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* Thus if the white LED is statically on, NuttX has successfully booted and * is, apparently, running normally. If white LED is flashing at diff --git a/boards/arm/stm32l4/stm32l476-mdk/src/stm32_autoleds.c b/boards/arm/stm32l4/stm32l476-mdk/src/stm32_autoleds.c index d78929f9a88..4fc155db44b 100644 --- a/boards/arm/stm32l4/stm32l476-mdk/src/stm32_autoleds.c +++ b/boards/arm/stm32l4/stm32l476-mdk/src/stm32_autoleds.c @@ -51,7 +51,7 @@ * LED_SIGNAL In a signal handler N/C * LED_ASSERTION An assertion failed N/C * LED_PANIC The system has crashed FLASH - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used * * Thus if the white LED is statically on, NuttX has successfully booted and * is, apparently, running normally. If white LED is flashing at diff --git a/boards/arm/stm32l4/stm32l476vg-disco/include/board.h b/boards/arm/stm32l4/stm32l476vg-disco/include/board.h index 3787da4bcb6..408215a9ee0 100644 --- a/boards/arm/stm32l4/stm32l476vg-disco/include/board.h +++ b/boards/arm/stm32l4/stm32l476vg-disco/include/board.h @@ -224,7 +224,7 @@ * LED_SIGNAL In a signal handler * LED_ASSERTION An assertion failed * LED_PANIC The system has crashed Blinking - * LED_IDLE MCU is is sleep mode ON + * LED_IDLE MCU is in sleep mode ON * * Thus if BOARD_LED_GRN, NuttX has successfully booted and is, apparently, * running normally. If BOARD_LED_RED is flashing at approximately 2Hz, then diff --git a/boards/arm/stm32l4/stm32l4r9ai-disco/include/board.h b/boards/arm/stm32l4/stm32l4r9ai-disco/include/board.h index da015aa9da8..39cae84d1d2 100644 --- a/boards/arm/stm32l4/stm32l4r9ai-disco/include/board.h +++ b/boards/arm/stm32l4/stm32l4r9ai-disco/include/board.h @@ -218,7 +218,7 @@ * LED_SIGNAL In a signal handler * LED_ASSERTION An assertion failed * LED_PANIC The system has crashed Blinking - * LED_IDLE MCU is is sleep mode ON + * LED_IDLE MCU is in sleep mode ON * * Thus if BOARD_LED_GRN, NuttX has successfully booted and is, apparently, * running normally. If BOARD_LED_RED is flashing at approximately 2Hz, then diff --git a/boards/arm/stm32l5/nucleo-l552ze/include/board.h b/boards/arm/stm32l5/nucleo-l552ze/include/board.h index 41591125071..1cea1f1689e 100644 --- a/boards/arm/stm32l5/nucleo-l552ze/include/board.h +++ b/boards/arm/stm32l5/nucleo-l552ze/include/board.h @@ -223,7 +223,7 @@ #define LED_SIGNAL 5 /* In a signal handler N/C GLOW N/C */ #define LED_ASSERTION 6 /* An assertion failed GLOW N/C GLOW */ #define LED_PANIC 7 /* The system has crashed Blink OFF N/C */ -#define LED_IDLE 8 /* MCU is is sleep mode ON OFF OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode ON OFF OFF */ /* Thus if the Green LED is statically on, NuttX has successfully booted and * is, apparently, running normally. If the Red LED is flashing at diff --git a/boards/arm/stm32l5/stm32l562e-dk/include/board.h b/boards/arm/stm32l5/stm32l562e-dk/include/board.h index e430e88732f..395095c7b9c 100644 --- a/boards/arm/stm32l5/stm32l562e-dk/include/board.h +++ b/boards/arm/stm32l5/stm32l562e-dk/include/board.h @@ -147,7 +147,7 @@ #define LED_SIGNAL 5 /* In a signal handler GLOW N/C */ #define LED_ASSERTION 6 /* An assertion failed GLOW N/C */ #define LED_PANIC 7 /* The system has crashed Blink OFF */ -#define LED_IDLE 8 /* MCU is is sleep mode N/C ON */ +#define LED_IDLE 8 /* MCU is in sleep mode N/C ON */ /* Thus if the Green LED is statically on, NuttX has successfully booted and * is, apparently, idleing. If the Red LED is flashing at approximately 2Hz, diff --git a/boards/arm/stm32wl5/nucleo-wl55jc/include/board.h b/boards/arm/stm32wl5/nucleo-wl55jc/include/board.h index 5836978867f..673b0232ecb 100644 --- a/boards/arm/stm32wl5/nucleo-wl55jc/include/board.h +++ b/boards/arm/stm32wl5/nucleo-wl55jc/include/board.h @@ -209,7 +209,7 @@ #define LED_SIGNAL 6 /* In a signal handler GLOW N/C N/C */ #define LED_ASSERTION 7 /* An assertion failed GLOW N/C N/C */ #define LED_PANIC 8 /* The system has crashed ON ON ON */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /**************************************************************************** * Public Data diff --git a/boards/arm/tiva/launchxl-cc1310/include/board.h b/boards/arm/tiva/launchxl-cc1310/include/board.h index 93e53b7c93f..5baf59a83b4 100644 --- a/boards/arm/tiva/launchxl-cc1310/include/board.h +++ b/boards/arm/tiva/launchxl-cc1310/include/board.h @@ -84,7 +84,7 @@ #define LED_SIGNAL 3 /* In a signal handler N/C GLOW */ #define LED_ASSERTION 3 /* An assertion failed N/C GLOW */ #define LED_PANIC 4 /* The system has crashed OFF BLINK */ -#undef LED_IDLE /* MCU is is sleep mode -Not used- */ +#undef LED_IDLE /* MCU is in sleep mode -Not used- */ /* Thus iF GLED is statically on, NuttX has successfully booted and is, * apparently, running normally. A soft glow of the RLED means that the diff --git a/boards/arm/tiva/launchxl-cc1310/src/cc1310_autoleds.c b/boards/arm/tiva/launchxl-cc1310/src/cc1310_autoleds.c index e621868f12b..7330259badd 100644 --- a/boards/arm/tiva/launchxl-cc1310/src/cc1310_autoleds.c +++ b/boards/arm/tiva/launchxl-cc1310/src/cc1310_autoleds.c @@ -98,7 +98,7 @@ void board_autoled_on(int led) return; } - /* Set the new state of the GLED (unless is is N/C) */ + /* Set the new state of the GLED (unless it is N/C) */ if (gled_change) { diff --git a/boards/arm/tiva/launchxl-cc1312r1/include/board.h b/boards/arm/tiva/launchxl-cc1312r1/include/board.h index 0515e6a7d43..ce2aeb9d0a2 100644 --- a/boards/arm/tiva/launchxl-cc1312r1/include/board.h +++ b/boards/arm/tiva/launchxl-cc1312r1/include/board.h @@ -84,7 +84,7 @@ #define LED_SIGNAL 3 /* In a signal handler N/C GLOW */ #define LED_ASSERTION 3 /* An assertion failed N/C GLOW */ #define LED_PANIC 4 /* The system has crashed OFF BLINK */ -#undef LED_IDLE /* MCU is is sleep mode -Not used- */ +#undef LED_IDLE /* MCU is in sleep mode -Not used- */ /* Thus iF GLED is statically on, NuttX has successfully booted and is, * apparently, running normally. A soft glow of the RLED means that the diff --git a/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_autoleds.c b/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_autoleds.c index ca16ece7d3e..d693d28df75 100644 --- a/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_autoleds.c +++ b/boards/arm/tiva/launchxl-cc1312r1/src/cc1312_autoleds.c @@ -98,7 +98,7 @@ void board_autoled_on(int led) return; } - /* Set the new state of the GLED (unless is is N/C) */ + /* Set the new state of the GLED (unless it is N/C) */ if (gled_change) { diff --git a/boards/arm/tms570/launchxl-tms57004/include/board.h b/boards/arm/tms570/launchxl-tms57004/include/board.h index 5727e610a16..5beaa2d3788 100644 --- a/boards/arm/tms570/launchxl-tms57004/include/board.h +++ b/boards/arm/tms570/launchxl-tms57004/include/board.h @@ -218,7 +218,7 @@ #define LED_SIGNAL 2 /* In a signal handler N/C */ #define LED_ASSERTION 2 /* An assertion failed N/C */ #define LED_PANIC 3 /* The system has crashed FLASH */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* Thus if the LED is statically on, NuttX has successfully booted and is, * apparently, running normally. If the LED is flashing at approximately diff --git a/boards/arm/tms570/tms570ls31x-usb-kit/include/board.h b/boards/arm/tms570/tms570ls31x-usb-kit/include/board.h index 47fbc63dda8..418d0658ff3 100644 --- a/boards/arm/tms570/tms570ls31x-usb-kit/include/board.h +++ b/boards/arm/tms570/tms570ls31x-usb-kit/include/board.h @@ -229,7 +229,7 @@ #define LED_SIGNAL 2 /* In a signal handler N/C */ #define LED_ASSERTION 2 /* An assertion failed N/C */ #define LED_PANIC 3 /* The system has crashed FLASH */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* Thus if the LED is statically on, NuttX has successfully booted and is, * apparently, running normally. If the LED is flashing at approximately diff --git a/boards/arm/xmc4/xmc4500-relax/include/board.h b/boards/arm/xmc4/xmc4500-relax/include/board.h index ba356ef9f89..70f86a15ac8 100644 --- a/boards/arm/xmc4/xmc4500-relax/include/board.h +++ b/boards/arm/xmc4/xmc4500-relax/include/board.h @@ -278,7 +278,7 @@ #define LED_SIGNAL 2 /* In a signal handler No change */ #define LED_ASSERTION 2 /* An assertion failed No change */ #define LED_PANIC 3 /* The system has crashed N/C Blinking */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* Thus if LED1 is statically on, NuttX has successfully booted and is, * apparently, running normally. If LED2 is flashing at approximately diff --git a/boards/arm/xmc4/xmc4500-relax/src/xmc4_autoleds.c b/boards/arm/xmc4/xmc4500-relax/src/xmc4_autoleds.c index f110e16f06e..27255c0148c 100644 --- a/boards/arm/xmc4/xmc4500-relax/src/xmc4_autoleds.c +++ b/boards/arm/xmc4/xmc4500-relax/src/xmc4_autoleds.c @@ -41,7 +41,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed N/C Blinking - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used */ /**************************************************************************** diff --git a/boards/arm/xmc4/xmc4700-relax/include/board.h b/boards/arm/xmc4/xmc4700-relax/include/board.h index ab708ba5f9b..3b3199cf6c3 100644 --- a/boards/arm/xmc4/xmc4700-relax/include/board.h +++ b/boards/arm/xmc4/xmc4700-relax/include/board.h @@ -275,7 +275,7 @@ #define LED_SIGNAL 2 /* In a signal handler No change */ #define LED_ASSERTION 2 /* An assertion failed No change */ #define LED_PANIC 3 /* The system has crashed N/C Blinking */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* Thus if LED1 is statically on, NuttX has successfully booted and is, * apparently, running normally. If LED2 is flashing at approximately diff --git a/boards/arm/xmc4/xmc4700-relax/src/xmc4_autoleds.c b/boards/arm/xmc4/xmc4700-relax/src/xmc4_autoleds.c index 0ea3881e3f6..3552b7da5da 100644 --- a/boards/arm/xmc4/xmc4700-relax/src/xmc4_autoleds.c +++ b/boards/arm/xmc4/xmc4700-relax/src/xmc4_autoleds.c @@ -41,7 +41,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed N/C Blinking - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used */ /**************************************************************************** diff --git a/boards/arm/xmc4/xmc4800-relax/include/board.h b/boards/arm/xmc4/xmc4800-relax/include/board.h index 57fdfa03c4a..fc62cbca2b0 100644 --- a/boards/arm/xmc4/xmc4800-relax/include/board.h +++ b/boards/arm/xmc4/xmc4800-relax/include/board.h @@ -284,7 +284,7 @@ #define LED_SIGNAL 2 /* In a signal handler No change */ #define LED_ASSERTION 2 /* An assertion failed No change */ #define LED_PANIC 3 /* The system has crashed N/C Blinking */ -#undef LED_IDLE /* MCU is is sleep mode Not used */ +#undef LED_IDLE /* MCU is in sleep mode Not used */ /* Thus if LED1 is statically on, NuttX has successfully booted and is, * apparently, running normally. If LED2 is flashing at approximately diff --git a/boards/arm/xmc4/xmc4800-relax/src/xmc4_autoleds.c b/boards/arm/xmc4/xmc4800-relax/src/xmc4_autoleds.c index 70ce39e97cb..f60bc4737e5 100644 --- a/boards/arm/xmc4/xmc4800-relax/src/xmc4_autoleds.c +++ b/boards/arm/xmc4/xmc4800-relax/src/xmc4_autoleds.c @@ -41,7 +41,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed N/C Blinking - * LED_IDLE MCU is is sleep mode Not used + * LED_IDLE MCU is in sleep mode Not used */ /**************************************************************************** diff --git a/boards/arm64/a64/pinephone/include/board.h b/boards/arm64/a64/pinephone/include/board.h index 56a386c6d16..793320a4b2f 100644 --- a/boards/arm64/a64/pinephone/include/board.h +++ b/boards/arm64/a64/pinephone/include/board.h @@ -68,6 +68,6 @@ typedef enum #define LED_SIGNAL 5 /* In a signal handler ON OFF ON */ #define LED_ASSERTION 6 /* An assertion failed OFF ON ON */ #define LED_PANIC 7 /* The system has crashed FLASH ON ON */ -#define LED_IDLE 8 /* MCU is is sleep mode OFF FLASH OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode OFF FLASH OFF */ #endif /* __BOARDS_ARM64_A64_PINEPHONE_INCLUDE_BOARD_H */ diff --git a/boards/arm64/rk3399/pinephonepro/include/board.h b/boards/arm64/rk3399/pinephonepro/include/board.h index 364d7f7dd7b..c170f41726b 100644 --- a/boards/arm64/rk3399/pinephonepro/include/board.h +++ b/boards/arm64/rk3399/pinephonepro/include/board.h @@ -68,6 +68,6 @@ typedef enum #define LED_SIGNAL 5 /* In a signal handler ON OFF ON */ #define LED_ASSERTION 6 /* An assertion failed OFF ON ON */ #define LED_PANIC 7 /* The system has crashed FLASH ON ON */ -#define LED_IDLE 8 /* MCU is is sleep mode OFF FLASH OFF */ +#define LED_IDLE 8 /* MCU is in sleep mode OFF FLASH OFF */ #endif /* __BOARDS_ARM64_RK3399_PINEPHONE_PRO_INCLUDE_BOARD_H */ diff --git a/boards/arm64/zynq-mpsoc/zcu111/include/board.h b/boards/arm64/zynq-mpsoc/zcu111/include/board.h index edfec30d6b6..037b3df04fe 100644 --- a/boards/arm64/zynq-mpsoc/zcu111/include/board.h +++ b/boards/arm64/zynq-mpsoc/zcu111/include/board.h @@ -63,7 +63,7 @@ * LED_SIGNAL In a signal handler No change * LED_ASSERTION An assertion failed No change * LED_PANIC The system has crashed Blinking - * LED_IDLE STM32 is is sleep mode Not used + * LED_IDLE STM32 is in sleep mode Not used */ #define LED_STARTED 0 diff --git a/boards/mips/pic32mz/chipkit-wifire/include/board.h b/boards/mips/pic32mz/chipkit-wifire/include/board.h index 29c5f9acfd7..5fbfc8e71d7 100644 --- a/boards/mips/pic32mz/chipkit-wifire/include/board.h +++ b/boards/mips/pic32mz/chipkit-wifire/include/board.h @@ -206,7 +206,7 @@ #define LED_SIGNAL 4 /* In a signal handler ON ON ON ON */ #define LED_ASSERTION 4 /* An assertion failed ON ON ON ON */ #define LED_PANIC 4 /* The system has crashed ON ON ON ON */ -#undef LED_IDLE /* MCU is is sleep mode ---- Not used - */ +#undef LED_IDLE /* MCU is in sleep mode ---- Not used - */ /* Switch definitions *******************************************************/ diff --git a/boards/mips/pic32mz/chipkit-wifire/src/pic32mz_autoleds.c b/boards/mips/pic32mz/chipkit-wifire/src/pic32mz_autoleds.c index baeda2b5650..f0f5170b12b 100644 --- a/boards/mips/pic32mz/chipkit-wifire/src/pic32mz_autoleds.c +++ b/boards/mips/pic32mz/chipkit-wifire/src/pic32mz_autoleds.c @@ -68,7 +68,7 @@ * LED_SIGNAL In a signal handler ON ON ON ON * LED_ASSERTION An assertion failed ON ON ON ON * LED_PANIC The system has crashed ON ON ON ON - * LED_IDLE MCU is is sleep mode ---- Not used ---- + * LED_IDLE MCU is in sleep mode ---- Not used ---- */ /* LED indices */ diff --git a/boards/mips/pic32mz/flipnclick-pic32mz/include/board.h b/boards/mips/pic32mz/flipnclick-pic32mz/include/board.h index 776edd0e1e7..122c731afa5 100644 --- a/boards/mips/pic32mz/flipnclick-pic32mz/include/board.h +++ b/boards/mips/pic32mz/flipnclick-pic32mz/include/board.h @@ -233,7 +233,7 @@ #define LED_SIGNAL 4 /* In a signal handler GLO N/C N/C N/C N/C */ #define LED_ASSERTION 4 /* An assertion failed GLO N/C N/C N/C N/C */ #define LED_PANIC 4 /* The system has crashed 2Hz N/C N/C N/C N/C */ -#undef LED_IDLE /* MCU is is sleep mode ---- Not used ----- */ +#undef LED_IDLE /* MCU is in sleep mode ---- Not used ----- */ /* Thus if LED L is faintly glowing and all other LEDs are off (except LED D * which was left on but is no longer controlled by NuttX and so may be diff --git a/boards/mips/pic32mz/flipnclick-pic32mz/src/pic32mz_autoleds.c b/boards/mips/pic32mz/flipnclick-pic32mz/src/pic32mz_autoleds.c index e4e92515227..93860cc319a 100644 --- a/boards/mips/pic32mz/flipnclick-pic32mz/src/pic32mz_autoleds.c +++ b/boards/mips/pic32mz/flipnclick-pic32mz/src/pic32mz_autoleds.c @@ -73,7 +73,7 @@ * LED_SIGNAL In a signal handler GLO N/C N/C N/C N/C * LED_ASSERTION An assertion failed GLO N/C N/C N/C N/C * LED_PANIC The system has crashed 2Hz N/C N/C N/C N/C - * LED_IDLE MCU is is sleep mode ---- Not used ----- + * LED_IDLE MCU is in sleep mode ---- Not used ----- * * Thus if LED L is faintly glowing and all other LEDs are off (except LED * D which was left on but is no longer controlled by NuttX and so may be in diff --git a/boards/xtensa/esp32s3/esp32s3-xiao/include/board.h b/boards/xtensa/esp32s3/esp32s3-xiao/include/board.h index c471337d485..1bc32ad590c 100644 --- a/boards/xtensa/esp32s3/esp32s3-xiao/include/board.h +++ b/boards/xtensa/esp32s3/esp32s3-xiao/include/board.h @@ -72,7 +72,7 @@ #define LED_SIGNAL 2 /* In a signal handler N/C GLOW OFF */ #define LED_ASSERTION 2 /* An assertion failed N/C GLOW OFF */ #define LED_PANIC 3 /* The system has crashed N/C N/C Blinking */ - #define LED_PANIC 3 /* MCU is is sleep mode ---- Not used ---- */ + #define LED_PANIC 3 /* MCU is in sleep mode ---- Not used ---- */ /* GPIO pins used by the GPIO Subsystem */ diff --git a/boards/xtensa/esp32s3/esp32s3-xiao/src/esp32s3_autoleds.c b/boards/xtensa/esp32s3/esp32s3-xiao/src/esp32s3_autoleds.c index 74a93358974..9d8be818799 100644 --- a/boards/xtensa/esp32s3/esp32s3-xiao/src/esp32s3_autoleds.c +++ b/boards/xtensa/esp32s3/esp32s3-xiao/src/esp32s3_autoleds.c @@ -64,7 +64,7 @@ * LED_SIGNAL In a signal handler N/C * LED_ASSERTION An assertion failed N/C * LED_PANIC The system has crashed N/C - * LED_IDLE MCU is is sleep mode ------ + * LED_IDLE MCU is in sleep mode ------ */ /**************************************************************************** diff --git a/drivers/audio/wm8904.c b/drivers/audio/wm8904.c index 9379f584bce..d384d6b8fda 100644 --- a/drivers/audio/wm8904.c +++ b/drivers/audio/wm8904.c @@ -2250,7 +2250,7 @@ static void wm8904_audio_output(FAR struct wm8904_dev_s *priv) * This value sets TOCLK_RATE_DIV16=0, TOCLK_RATE_X4=0, and MCLK_DIV=0 * while preserving the state of some undocumented bits (see wm8904.h). * - * MCLK_DIV=0 : MCLK is is not divided by 2. + * MCLK_DIV=0 : MCLK is not divided by 2. */ wm8904_writereg(priv, WM8904_CLKRATE0, 0x845e); diff --git a/drivers/mtd/ftl.c b/drivers/mtd/ftl.c index 43bfeba38e9..01b0a458c62 100644 --- a/drivers/mtd/ftl.c +++ b/drivers/mtd/ftl.c @@ -586,7 +586,7 @@ static ssize_t ftl_flush(FAR void *priv, FAR const uint8_t *buffer, return ftl_flush_direct(dev, buffer, startblock, nblocks); } - /* Get the aligned block. Here is is assumed: (1) The number of R/W blocks + /* Get the aligned block. Here it is assumed: (1) The number of R/W blocks * per erase block is a power of 2, and (2) the erase begins with that same * alignment. */ diff --git a/drivers/mtd/smart.c b/drivers/mtd/smart.c index 701caa5a2d7..4f3bba7c0ed 100644 --- a/drivers/mtd/smart.c +++ b/drivers/mtd/smart.c @@ -951,7 +951,7 @@ static ssize_t smart_write(FAR struct inode *inode, /* I think maybe we need to lock on a mutex here */ - /* Get the aligned block. Here is is assumed: (1) The number of R/W blocks + /* Get the aligned block. Here it is assumed: (1) The number of R/W blocks * per erase block is a power of 2, and (2) the erase begins with that same * alignment. */ @@ -4150,7 +4150,7 @@ errout: * Name: smart_write_wearstatus * * Description: Writes the wear leveling status bits to sector zero (and - * possibly others if it doesn't fit) such that is is persisted + * possibly others if it doesn't fit) such that it is persisted * across OS reboots. * ****************************************************************************/ @@ -4271,7 +4271,7 @@ errout: * Name: smart_read_wearstatus * * Description: Reads the wear leveling status bits from sector zero (and - * possibly others if it doesn't fit) such that is is persisted + * possibly others if it doesn't fit) such that it is persisted * across OS reboots. * ****************************************************************************/ diff --git a/drivers/usbdev/usbmsc.c b/drivers/usbdev/usbmsc.c index 63b2f9b90d1..3eae5aee69b 100644 --- a/drivers/usbdev/usbmsc.c +++ b/drivers/usbdev/usbmsc.c @@ -627,7 +627,7 @@ static int usbmsc_setup(FAR struct usbdevclass_driver_s *driver, switch (ctrl->value[1]) { /* If the mass storage device is used in as part of a - * composite device, then the device descriptor is is + * composite device, then the device descriptor is * provided by logic in the composite device implementation. */ diff --git a/fs/smartfs/smartfs_smart.c b/fs/smartfs/smartfs_smart.c index 3af3a6341fe..6ef9d20e1a0 100644 --- a/fs/smartfs/smartfs_smart.c +++ b/fs/smartfs/smartfs_smart.c @@ -258,7 +258,7 @@ static int smartfs_open(FAR struct file *filep, FAR const char *relpath, if (ret == OK) { - /* The name exists -- but is is a file or a directory? */ + /* The name exists -- but is it a file or a directory? */ if (sf->entry.flags & SMARTFS_DIRENT_TYPE_DIR) { diff --git a/include/nuttx/fs/fs.h b/include/nuttx/fs/fs.h index 4283e86ea5b..f7c44e387a4 100644 --- a/include/nuttx/fs/fs.h +++ b/include/nuttx/fs/fs.h @@ -1197,7 +1197,7 @@ int fdlist_open(FAR struct fdlist *list, * Name: nx_open * * Description: - * nx_open() is similar to the standard 'open' interface except that is is + * nx_open() is similar to the standard 'open' interface except that it is * not a cancellation point and it does not modify the errno variable. * * nx_open() is an internal NuttX interface and should not be called diff --git a/include/nuttx/page.h b/include/nuttx/page.h index 59e17da2506..8e68b297e40 100644 --- a/include/nuttx/page.h +++ b/include/nuttx/page.h @@ -412,7 +412,7 @@ int up_allocpage(FAR struct tcb_s *tcb, FAR void **vpage); * but non-cacheable. No special actions will be required of * up_fillpage() in order to write into this allocated page. If the * virtual address maps to a text region, however, this function should - * remap the region so that is is read/execute only. It should be made + * remap the region so that it is read/execute only. It should be made * cache-able in any case. * * Input Parameters: diff --git a/include/nuttx/spi/spi_bitbang.c b/include/nuttx/spi/spi_bitbang.c index 00dc5f02759..23dcfb9b600 100644 --- a/include/nuttx/spi/spi_bitbang.c +++ b/include/nuttx/spi/spi_bitbang.c @@ -329,7 +329,7 @@ static uint16_t spi_bitexchange0(uint16_t dataout, uint32_t holdtime) { uint16_t datain; - /* Here the clock is is in the resting set (low). Set MOSI output and wait + /* Here the clock is in the resting set (low). Set MOSI output and wait * for the hold time */ @@ -464,7 +464,7 @@ static uint16_t spi_bitexchange2(uint16_t dataout, uint32_t holdtime) { uint16_t datain; - /* Here the clock is is in the resting set (high). Set MOSI output and + /* Here the clock is in the resting set (high). Set MOSI output and * wait for the hold time */ diff --git a/libs/libc/time/lib_localtime.c b/libs/libc/time/lib_localtime.c index 2d0e96f7df4..810ac9c33a0 100644 --- a/libs/libc/time/lib_localtime.c +++ b/libs/libc/time/lib_localtime.c @@ -1055,7 +1055,7 @@ static int tzload(FAR const char *name, } } - /* If type 0 is is unused in transitions, it's the type to use for early + /* If type 0 is unused in transitions, it's the type to use for early * times. */ diff --git a/net/inet/inet_sockif.c b/net/inet/inet_sockif.c index b63df5bc599..3ba473112f4 100644 --- a/net/inet/inet_sockif.c +++ b/net/inet/inet_sockif.c @@ -253,8 +253,8 @@ static int inet_udp_alloc(FAR struct socket *psock) static int inet_setup(FAR struct socket *psock) { - /* Allocate the appropriate connection structure. This reserves the - * the connection structure is is unallocated at this point. It will + /* Allocate the appropriate connection structure. This reserves + * the connection structure, which is unallocated at this point. It will * not actually be initialized until the socket is connected. * * REVISIT: Only SOCK_STREAM and SOCK_DGRAM are supported.