acassis commented on code in PR #19005: URL: https://github.com/apache/nuttx/pull/19005#discussion_r3330333943
########## boards/arm64/am62x/beagleplay/configs/nsh/defconfig: ########## @@ -59,5 +64,6 @@ CONFIG_SERIAL_UART_ARCH_MMIO=y CONFIG_SPINLOCK=y CONFIG_STACK_COLORATION=y CONFIG_SYMTAB_ORDEREDBYNAME=y +CONFIG_SYSTEM_I2CTOOL=y Review Comment: @PiyushPatle26 normally the nsh is the minimum config to get the NuttShell working. Things like I2C, etc should be added in a separated i2c defconfig or in a "jumbo/full" board profile -- 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]
