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

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


The following commit(s) were added to refs/heads/master by this push:
     new 98c6c286885 boards/stm32f103-minimum: Add echo command to test audio 
tone
98c6c286885 is described below

commit 98c6c2868850e40920590ebec4c6da6a0cea906e
Author: Alan Carvalho de Assis <[email protected]>
AuthorDate: Sun Jul 5 10:26:08 2026 -0300

    boards/stm32f103-minimum: Add echo command to test audio tone
    
    The easy way to test audio tone is sending the string directly from
    nsh shell using echo command.
    
    Signed-off-by: Alan C. Assis <[email protected]>
---
 boards/arm/stm32f1/stm32f103-minimum/configs/audio_tone/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/boards/arm/stm32f1/stm32f103-minimum/configs/audio_tone/defconfig 
b/boards/arm/stm32f1/stm32f103-minimum/configs/audio_tone/defconfig
index 002da5d5dbb..4481293845f 100644
--- a/boards/arm/stm32f1/stm32f103-minimum/configs/audio_tone/defconfig
+++ b/boards/arm/stm32f1/stm32f103-minimum/configs/audio_tone/defconfig
@@ -7,10 +7,12 @@
 #
 # CONFIG_DISABLE_OS_API is not set
 # CONFIG_NSH_DISABLESCRIPT is not set
+# CONFIG_NSH_DISABLE_ECHO is not set
 # CONFIG_NSH_DISABLE_EXEC is not set
 # CONFIG_NSH_DISABLE_EXIT is not set
 # CONFIG_NSH_DISABLE_GET is not set
 # CONFIG_NSH_DISABLE_HEXDUMP is not set
+# CONFIG_NSH_DISABLE_LS is not set
 # CONFIG_NSH_DISABLE_MKRD is not set
 # CONFIG_NSH_DISABLE_PS is not set
 # CONFIG_NSH_DISABLE_PUT is not set

Reply via email to