diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 569c34c954e..6bb960764d8 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -4098,7 +4098,7 @@ mount -t vfat /dev/ram1 /tmp

board_app_initialize(): Next any architecture-specific NSH initialization will be performed (if any). - For the STM3240G-EVAL, this architecture specific initialization can be found at configs/stm3240g-eval/src/up_nsh.c. + For the STM3240G-EVAL, this architecture specific initialization can be found at configs/stm3240g-eval/src/stm32_nsh.c. This it does things like: (1) Initialize SPI devices, (2) Initialize SDIO, and (3) mount any SD cards that may be inserted.

  • @@ -4498,7 +4498,7 @@ CONFIG_SCHED_WAITPID=y
    1. - You can extend the initialization logic in configs/stm3240g-eval/src/up_nsh.c. + You can extend the initialization logic in configs/stm3240g-eval/src/stm32_nsh.c. The logic there is called each time that NSH is started and is good place in particular for any device-related initialization.

    2. @@ -5241,6 +5241,7 @@ xxd -i romfs_img >nsh_romfsimg.h
    3. Start-up, Default behavior
    4. Start-up script
    5. Start-up script
    6. +
    7. stm32_nsh.c
    8. Synchronous built-in applications
    9. test
    10. time
    11. @@ -5249,7 +5250,6 @@ xxd -i romfs_img >nsh_romfsimg.h
    12. unset
    13. until
    14. up_cxxinitialize()
    15. -
    16. up_nsh.c
    17. urldecode
    18. urlencode
    19. useradd