Zepp-Hanzj commented on PR #19048:
URL: https://github.com/apache/nuttx/pull/19048#issuecomment-4632900210

   > Can you please follow the PR template? It makes PRs consistent so they are 
much easier to search through.
   > 
   > Are you AI-generating the test logs? Why does it say NuttX 3.6.1?
   
   hanzj-mi@hanzj-mi:~/workspace/nuttx$ git diff
   diff --git a/boards/sim/sim/sim/configs/nsh/defconfig 
b/boards/sim/sim/sim/configs/nsh/defconfig
   index c44d9f3203..5d6ea0e858 100644
   --- a/boards/sim/sim/sim/configs/nsh/defconfig
   +++ b/boards/sim/sim/sim/configs/nsh/defconfig
   @@ -72,3 +72,7 @@ CONFIG_SYSTEM_DUMPSTACK=y
    CONFIG_SYSTEM_GCOV=y
    CONFIG_SYSTEM_NSH=y
    CONFIG_TESTING_OSTEST=y
   +
   +CONFIG_RTC=y
   +CONFIG_RTC_DRIVER=y
   +CONFIG_RTC_ARCH=y
   hanzj-mi@hanzj-mi:~/workspace/nuttx$ make distclean
   hanzj-mi@hanzj-mi:~/workspace/nuttx$ ./tools/configure.sh sim:nsh
     Copy files
     Select CONFIG_HOST_LINUX=y
     Refreshing...
   CP: arch/dummy/Kconfig to 
/home/hanzj-mi/workspace/nuttx/arch/dummy/dummy_kconfig
   CP: boards/dummy/Kconfig to 
/home/hanzj-mi/workspace/nuttx/boards/dummy/dummy_kconfig
   LN: platform/board to /home/hanzj-mi/workspace/apps/platform/dummy
   LN: include/arch to arch/sim/include
   LN: include/arch/board to 
/home/hanzj-mi/workspace/nuttx/boards/sim/sim/sim/include
   LN: drivers/platform to /home/hanzj-mi/workspace/nuttx/drivers/dummy
   LN: include/arch/chip to /home/hanzj-mi/workspace/nuttx/arch/sim/include/sim
   LN: arch/sim/src/chip to /home/hanzj-mi/workspace/nuttx/arch/sim/src/sim
   LN: arch/sim/src/board to 
/home/hanzj-mi/workspace/nuttx/boards/sim/sim/sim/src
   mkkconfig in /home/hanzj-mi/workspace/apps/audioutils
   mkkconfig in /home/hanzj-mi/workspace/apps/benchmarks
   mkkconfig in /home/hanzj-mi/workspace/apps/boot
   mkkconfig in /home/hanzj-mi/workspace/apps/canutils
   mkkconfig in /home/hanzj-mi/workspace/apps/crypto
   mkkconfig in /home/hanzj-mi/workspace/apps/database
   mkkconfig in /home/hanzj-mi/workspace/apps/examples/elf/tests
   mkkconfig in /home/hanzj-mi/workspace/apps/examples/elf
   mkkconfig in /home/hanzj-mi/workspace/apps/examples/mcuboot
   mkkconfig in /home/hanzj-mi/workspace/apps/examples/module
   mkkconfig in /home/hanzj-mi/workspace/apps/examples/rust
   mkkconfig in /home/hanzj-mi/workspace/apps/examples/sotest
   mkkconfig in /home/hanzj-mi/workspace/apps/examples
   mkkconfig in /home/hanzj-mi/workspace/apps/fsutils
   mkkconfig in /home/hanzj-mi/workspace/apps/games
   mkkconfig in /home/hanzj-mi/workspace/apps/graphics
   mkkconfig in /home/hanzj-mi/workspace/apps/industry/modbus
   mkkconfig in /home/hanzj-mi/workspace/apps/industry
   mkkconfig in /home/hanzj-mi/workspace/apps/inertial
   mkkconfig in /home/hanzj-mi/workspace/apps/interpreters/luamodules
   mkkconfig in /home/hanzj-mi/workspace/apps/interpreters
   mkkconfig in /home/hanzj-mi/workspace/apps/logging
   mkkconfig in /home/hanzj-mi/workspace/apps/lte
   mkkconfig in /home/hanzj-mi/workspace/apps/math
   mkkconfig in /home/hanzj-mi/workspace/apps/mlearning
   mkkconfig in /home/hanzj-mi/workspace/apps/netutils
   mkkconfig in /home/hanzj-mi/workspace/apps/sdr
   mkkconfig in /home/hanzj-mi/workspace/apps/system
   mkkconfig in /home/hanzj-mi/workspace/apps/tee
   mkkconfig in /home/hanzj-mi/workspace/apps/testing/arch
   mkkconfig in /home/hanzj-mi/workspace/apps/testing/cxx
   mkkconfig in /home/hanzj-mi/workspace/apps/testing/drivers
   mkkconfig in /home/hanzj-mi/workspace/apps/testing/fs
   mkkconfig in /home/hanzj-mi/workspace/apps/testing/libc
   mkkconfig in /home/hanzj-mi/workspace/apps/testing/mm
   mkkconfig in /home/hanzj-mi/workspace/apps/testing/sched
   mkkconfig in /home/hanzj-mi/workspace/apps/testing
   mkkconfig in /home/hanzj-mi/workspace/apps/videoutils
   mkkconfig in /home/hanzj-mi/workspace/apps/wireless/bluetooth
   mkkconfig in /home/hanzj-mi/workspace/apps/wireless/ieee802154
   mkkconfig in /home/hanzj-mi/workspace/apps/wireless
   mkkconfig in /home/hanzj-mi/workspace/apps
   Loaded configuration '.config'
   Configuration saved to '.config'
   hanzj-mi@hanzj-mi:~/workspace/nuttx$ make -j
   Create version.h
   LN: platform/board to /home/hanzj-mi/workspace/apps/platform/dummy
   Register: gcov
   Register: hello
   Register: dd
   Register: dumpstack
   Register: nsh
   Register: sh
   Register: gpio
   Register: ostest
   CP:  /home/hanzj-mi/workspace/nuttx/include/nuttx/config.h
   CP:  /home/hanzj-mi/workspace/nuttx/include/nuttx/fs/hostfs.h
   LD:  nuttx
   Pac SIM with dynamic libs..
   '/lib/x86_64-linux-gnu/libz.so.1' -> 'sim-pac/libs/libz.so.1'
   '/lib/x86_64-linux-gnu/libc.so.6' -> 'sim-pac/libs/libc.so.6'
   '/lib64/ld-linux-x86-64.so.2' -> 'sim-pac/ld-linux-x86-64.so.2'
   SIM elf with dynamic libs archive in nuttx.tgz
   hanzj-mi@hanzj-mi:~/workspace/nuttx$ ./nuttx 
   
   NuttShell (NSH) NuttX-3.6.1
   nsh> date
   Fri, Jun 05 13:58:33 2026
   nsh> 
   
   
   This is my actual execution log. uttX 3.6.1 is the version of your local 
nuttx repository's current master branch. The version comes from the .version 
file:
   CONFIG_VERSION_STRING="3.6.1"
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to