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 <[email protected]> AuthorDate: Tue May 19 12:55:31 2020 +0900 boards: spresense: Add ftpc to wifi/defconfig Signed-off-by: Masayuki Ishikawa <[email protected]> --- 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
