pryan1k69 commented on issue #9428:
URL: https://github.com/apache/nuttx/issues/9428#issuecomment-1568375313

   I have solved this issue. It was necessary to add the configuration setting 
to `defconfig` file:
   ```
   CONFIG_ARCH="arm" # for example
   CONFIG_ARCH_BOARD="board-name"
   CONFIG_ARCH_BOARD_board-name=y
   CONFIG_ARCH_CHIP="chip-name"
   CONFIG_ARCH_CHIP_chip-name=y
   ```
    located in `configs/nsh` folder in `boards` folder.


-- 
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