adamfeuer commented on a change in pull request #1728: URL: https://github.com/apache/incubator-nuttx/pull/1728#discussion_r484520788
########## File path: boards/arm/sama5/giant-board/configs/netnsh/defconfig ########## @@ -0,0 +1,119 @@ +# +# This file is autogenerated: PLEASE DO NOT EDIT IT. +# +# You can use "make menuconfig" to make any modifications to the installed .config file. +# You can then do "make savedefconfig" to generate a new defconfig file that includes your +# modifications. +# +# CONFIG_AUDIO_FORMAT_MP3 is not set +# CONFIG_NSH_CMDOPT_HEXDUMP is not set +# CONFIG_SAMA5_UART0 is not set +# CONFIG_SAMA5_UHPHS_RHPORT3 is not set +CONFIG_ARCH="arm" +CONFIG_ARCH_BOARD="giant-board" +CONFIG_ARCH_BOARD_GIANT_BOARD=y +CONFIG_ARCH_BUTTONS=y Review comment: @patacongo I tested it it. As stated, I left the buttons code in thinking that the user might add their own; but will remove it. ########## File path: boards/arm/sama5/giant-board/configs/netnsh/defconfig ########## @@ -0,0 +1,119 @@ +# +# This file is autogenerated: PLEASE DO NOT EDIT IT. +# +# You can use "make menuconfig" to make any modifications to the installed .config file. +# You can then do "make savedefconfig" to generate a new defconfig file that includes your +# modifications. +# +# CONFIG_AUDIO_FORMAT_MP3 is not set +# CONFIG_NSH_CMDOPT_HEXDUMP is not set +# CONFIG_SAMA5_UART0 is not set +# CONFIG_SAMA5_UHPHS_RHPORT3 is not set +CONFIG_ARCH="arm" +CONFIG_ARCH_BOARD="giant-board" +CONFIG_ARCH_BOARD_GIANT_BOARD=y +CONFIG_ARCH_BUTTONS=y +CONFIG_ARCH_CHIP="sama5" +CONFIG_ARCH_CHIP_ATSAMA5D27=y +CONFIG_ARCH_CHIP_SAMA5=y +CONFIG_ARCH_CHIP_SAMA5D2=y +CONFIG_ARCH_INTERRUPTSTACK=2048 +CONFIG_ARCH_IRQBUTTONS=y Review comment: @patacongo will fix ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org