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

[incubator-nuttx] branch master updated (6c4ef7b -> 3387da6)

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

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


    from 6c4ef7b  build: mkexport.sh copy Config.mk to tools folder too
     new bb39907  boards: spresense: Add ftpc and ftpd to rndis/defconfig
     new 3387da6  boards: spresense: Add ftpc to wifi/defconfig

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 boards/arm/cxd56xx/spresense/configs/rndis/defconfig | 6 ++++++
 boards/arm/cxd56xx/spresense/configs/wifi/defconfig  | 1 +
 2 files changed, 7 insertions(+)


[incubator-nuttx] 01/02: boards: spresense: Add ftpc and ftpd to rndis/defconfig

Posted by je...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit bb39907b9c1d8aa156525229901eb2bbd61ba8f2
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Tue May 19 12:53:50 2020 +0900

    boards: spresense: Add ftpc and ftpd to rndis/defconfig
    
    Signed-off-by: Masayuki Ishikawa <Ma...@jp.sony.com>
---
 boards/arm/cxd56xx/spresense/configs/rndis/defconfig | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/boards/arm/cxd56xx/spresense/configs/rndis/defconfig b/boards/arm/cxd56xx/spresense/configs/rndis/defconfig
index 1b11ea5..e147f72 100644
--- a/boards/arm/cxd56xx/spresense/configs/rndis/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/rndis/defconfig
@@ -29,6 +29,8 @@ CONFIG_CXD56_USBDEV=y
 CONFIG_DEBUG_FULLOPT=y
 CONFIG_DEBUG_SYMBOLS=y
 CONFIG_ELF=y
+CONFIG_EXAMPLES_FTPC=y
+CONFIG_EXAMPLES_FTPD=y
 CONFIG_EXAMPLES_HELLO=m
 CONFIG_EXAMPLES_WEBSERVER=y
 CONFIG_FAT_LCNAMES=y
@@ -39,6 +41,7 @@ CONFIG_FS_FATTIME=y
 CONFIG_FS_PROCFS=y
 CONFIG_FS_PROCFS_REGISTER=y
 CONFIG_FS_SMARTFS=y
+CONFIG_FTP_TMPDIR="/mnt/sd0"
 CONFIG_HAVE_CXX=y
 CONFIG_HAVE_CXXINITIALIZE=y
 CONFIG_I2C=y
@@ -62,6 +65,8 @@ CONFIG_NETINIT_NOMAC=y
 CONFIG_NETINIT_THREAD=y
 CONFIG_NETUTILS_CODECS=y
 CONFIG_NETUTILS_DHCPC=y
+CONFIG_NETUTILS_FTPC=y
+CONFIG_NETUTILS_FTPD=y
 CONFIG_NETUTILS_HTTPD_DIRLIST=y
 CONFIG_NETUTILS_HTTPD_SENDFILE=y
 CONFIG_NETUTILS_TELNETD=y
@@ -77,6 +82,7 @@ CONFIG_NET_PKT=y
 CONFIG_NET_ROUTE=y
 CONFIG_NET_STATISTICS=y
 CONFIG_NET_TCP=y
+CONFIG_NET_TCPBACKLOG=y
 CONFIG_NET_UDP=y
 CONFIG_NET_UDP_BINDTODEVICE=y
 CONFIG_NFILE_DESCRIPTORS=8


[incubator-nuttx] 02/02: boards: spresense: Add ftpc to wifi/defconfig

Posted by je...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3387da63161df501552ec9931cd2c047d89e381f
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Tue May 19 12:55:31 2020 +0900

    boards: spresense: Add ftpc to wifi/defconfig
    
    Signed-off-by: Masayuki Ishikawa <Ma...@jp.sony.com>
---
 boards/arm/cxd56xx/spresense/configs/wifi/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/arm/cxd56xx/spresense/configs/wifi/defconfig b/boards/arm/cxd56xx/spresense/configs/wifi/defconfig
index 035245b..a656ab5 100644
--- a/boards/arm/cxd56xx/spresense/configs/wifi/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/wifi/defconfig
@@ -32,6 +32,7 @@ CONFIG_DEBUG_FULLOPT=y
 CONFIG_DEBUG_SYMBOLS=y
 CONFIG_DRIVERS_WIRELESS=y
 CONFIG_ELF=y
+CONFIG_EXAMPLES_FTPC=y
 CONFIG_EXAMPLES_FTPD=y
 CONFIG_EXAMPLES_HELLO=m
 CONFIG_EXAMPLES_TCPBLASTER=y