You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/05/20 03:20:17 UTC

[incubator-nuttx] branch master updated: boards: imxrt1060-evk: Update netnsh/defconfig

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 28a0efb  boards: imxrt1060-evk: Update netnsh/defconfig
28a0efb is described below

commit 28a0efb07507da8b8029f1a63084d2c4de46eb2f
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Wed May 20 10:34:35 2020 +0900

    boards: imxrt1060-evk: Update netnsh/defconfig
    
    - Fix CONFIG_LIB_HOSTNAME entry
    - Enable dns client and add renew command
    - Enable command line history
    
    Signed-off-by: Masayuki Ishikawa <Ma...@jp.sony.com>
---
 boards/arm/imxrt/imxrt1060-evk/configs/netnsh/defconfig | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/boards/arm/imxrt/imxrt1060-evk/configs/netnsh/defconfig b/boards/arm/imxrt/imxrt1060-evk/configs/netnsh/defconfig
index 1d6baac..b22da5f 100644
--- a/boards/arm/imxrt/imxrt1060-evk/configs/netnsh/defconfig
+++ b/boards/arm/imxrt/imxrt1060-evk/configs/netnsh/defconfig
@@ -25,11 +25,12 @@ CONFIG_IDLETHREAD_STACKSIZE=2048
 CONFIG_IMXRT_ENET=y
 CONFIG_IMXRT_LPUART1=y
 CONFIG_INTELHEX_BINARY=y
-CONFIG_LIB_HOSTNAME="i.MXRT1050 EVK"
+CONFIG_LIB_HOSTNAME="i.MXRT1060 EVK"
 CONFIG_LPUART1_SERIAL_CONSOLE=y
 CONFIG_MAX_TASKS=16
 CONFIG_MAX_WDOGPARMS=2
 CONFIG_NET=y
+CONFIG_NETDB_DNSCLIENT=y
 CONFIG_NETDEV_STATISTICS=y
 CONFIG_NETINIT_NOMAC=y
 CONFIG_NETUTILS_TELNETD=y
@@ -59,9 +60,11 @@ CONFIG_PREALLOC_MQ_MSGS=4
 CONFIG_PREALLOC_WDOGS=16
 CONFIG_RAM_SIZE=1048576
 CONFIG_RAM_START=0x20200000
+CONFIG_READLINE_CMD_HISTORY=y
 CONFIG_SCHED_LPWORK=y
 CONFIG_START_DAY=14
 CONFIG_START_MONTH=3
+CONFIG_SYSTEM_DHCPC_RENEW=y
 CONFIG_SYSTEM_NSH=y
 CONFIG_SYSTEM_PING6=y
 CONFIG_SYSTEM_PING=y