This is an automated email from the ASF dual-hosted git repository.

simbit18 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit b4242042e1a29e265620ca10b61d1499c2a5cec9
Author: Matteo Golin <[email protected]>
AuthorDate: Sun Feb 15 16:28:30 2026 -0500

    docs/stm32f4discovery: Align naming of configuration options
    
    Aligns `CONFIG_INTERPRETER_*` options to `CONFIG_INTERPRETERS_*` to be
    consistent with other interpreters.
    
    Signed-off-by: Matteo Golin <[email protected]>
---
 .../platforms/arm/stm32f4/boards/stm32f4discovery/index.rst         | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/Documentation/platforms/arm/stm32f4/boards/stm32f4discovery/index.rst 
b/Documentation/platforms/arm/stm32f4/boards/stm32f4discovery/index.rst
index 47588b47495..118559702f0 100644
--- a/Documentation/platforms/arm/stm32f4/boards/stm32f4discovery/index.rst
+++ b/Documentation/platforms/arm/stm32f4/boards/stm32f4discovery/index.rst
@@ -50,7 +50,7 @@ events as follows:
   LED_SIGNAL           In a signal handler[3]   N/C      ON       N/C      OFF
   LED_ASSERTION        An assertion failed      ON       ON       N/C      OFF
   LED_PANIC            The system has crashed   N/C      N/C      N/C      ON
-  LED_IDLE             STM32 is is sleep mode   
+  LED_IDLE             STM32 is is sleep mode
   ===================  =======================  =======  =======  =======  
======
 
 [1] If LED1, LED2, LED3 are statically on, then NuttX probably failed to boot
@@ -794,7 +794,7 @@ Dependencies::
 Enable the BASIC interpreter.  Other default options should be okay::
 
     CONFIG_INTERPRETERS_BAS=y    : Enables the interpreter
-    CONFIG_INTERPRETER_BAS_VT100=y
+    CONFIG_INTERPRETERS_BAS_VT100=y
 
 The BASIC test suite can be included::
 
@@ -2238,7 +2238,7 @@ Connect the HX711 to the STM32F4 board using the 
following pins:
 
 ::
 
-    NuttShell (NSH) NuttX-12.10.0 
+    NuttShell (NSH) NuttX-12.10.0
     nsh> hx711 -D
     Current settings for: /dev/hx711_0
     average.............: 1

Reply via email to