You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/08/30 09:09:47 UTC

[GitHub] [incubator-nuttx] raiden00pl commented on a change in pull request #1664: Add support for NRF52832 MakerDiary MDK board

raiden00pl commented on a change in pull request #1664:
URL: https://github.com/apache/incubator-nuttx/pull/1664#discussion_r479743781



##########
File path: boards/arm/nrf52/nrf52832-mdk/configs/nsh/defconfig
##########
@@ -0,0 +1,45 @@
+#
+# 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_ARCH_FPU is not set
+# CONFIG_NSH_DISABLE_IFCONFIG is not set
+# CONFIG_NSH_DISABLE_PS is not set
+CONFIG_ARCH="arm"
+CONFIG_ARCH_BOARD="nrf52832-sparkfun"
+CONFIG_ARCH_BOARD_NRF52832_SPARKFUN=y

Review comment:
       ```suggestion
   CONFIG_ARCH_BOARD="nrf52832-mdk"
   CONFIG_ARCH_BOARD_NRF52832_MDK=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.

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