linguini1 commented on issue #16444:
URL: https://github.com/apache/nuttx/issues/16444#issuecomment-2910959393

   I see this output:
   
   ```
   1a1a1a
   ```
   
   with these configuration settings:
   
   ```
   
   # CONFIG_DEBUG_OPT_UNUSED_SECTIONS is not set
   CONFIG_ARCH="avr"
   CONFIG_ARCH_AVR=y
   CONFIG_ARCH_BOARD="arduino-mega2560"
   CONFIG_ARCH_BOARD_ARDUINO_MEGA2560=y
   CONFIG_ARCH_CHIP="atmega"
   CONFIG_ARCH_CHIP_ATMEGA2560=y
   CONFIG_ARCH_CHIP_ATMEGA=y
   CONFIG_ARCH_STACKDUMP=y
   CONFIG_AVR_LINUXGCC_TOOLCHAIN=y
   CONFIG_AVR_USART0=y
   CONFIG_BOARD_LOOPSPERMSEC=800
   CONFIG_DEBUG_ASSERTIONS=y
   CONFIG_DEBUG_ASSERTIONS_FILENAME=y
   CONFIG_DEBUG_FEATURES=y
   CONFIG_DEBUG_FULLOPT=y
   CONFIG_DEBUG_SYMBOLS=y
   CONFIG_DEFAULT_SMALL=y
   CONFIG_DISABLE_MOUNTPOINT=y
   CONFIG_IDLETHREAD_STACKSIZE=128
   CONFIG_INIT_ENTRYPOINT="nsh_main"
   CONFIG_INIT_STACKSIZE=768
   CONFIG_INTELHEX_BINARY=y
   CONFIG_NDEBUG=y
   CONFIG_NFILE_DESCRIPTORS_PER_BLOCK=4
   CONFIG_NUNGET_CHARS=0
   CONFIG_POSIX_SPAWN_DEFAULT_STACKSIZE=768
   CONFIG_PTHREAD_STACK_DEFAULT=128
   CONFIG_PTHREAD_STACK_MIN=128
   CONFIG_RAM_SIZE=8192
   CONFIG_RAM_START=0x800100
   CONFIG_START_DAY=16
   CONFIG_START_MONTH=6
   CONFIG_START_YEAR=2011
   CONFIG_STDIO_BUFFER_SIZE=0
   CONFIG_SYSTEM_NSH=y
   CONFIG_TASK_NAME_SIZE=0
   CONFIG_USART0_BAUD=38400
   CONFIG_USART0_SERIAL_CONSOLE=y
   ```


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to