Skip to content

Commit

Permalink
examles/lte_lwm2mstub: Add sample defconfig
Browse files Browse the repository at this point in the history
Add the defconfig of lte_lwm2mstub
  • Loading branch information
SPRESENSE committed Jul 26, 2022
1 parent 2415c8c commit af2b9f9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdk/configs/examples/lte_lwm2mstub/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
This configuration contains required options to use lte_lwm2mstub example.

[Source path]
examples/lte_lwm2mstub
28 changes: 28 additions & 0 deletions sdk/configs/examples/lte_lwm2mstub/defconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
-LIBC_IPv4_ADDRCONV=y
-LIBC_IPv6_ADDRCONV=y
-NET=y
-NETDEV_LATEINIT=y
-NET_IPv4=n
-NET_SOCKOPTS=y
-NET_USRSOCK_TCP=y
-PIPES=y
-SPI=y
+CXD56_DMAC_SPI4_RX_MAXSIZE=2064
+CXD56_DMAC_SPI4_TX_MAXSIZE=2064
+CXD56_LTE=y
+EXTERNALS_MBEDTLS=y
+FSUTILS_INIH=y
+LTE_ALT1250=y
+LTE_LAPI=y
+LTE_SYSCTL=y
+MODEM=y
+MODEM_ALT1250=y
+NETDB_DNSCLIENT=y
+NETDB_DNSCLIENT_NAMESIZE=255
+NETDB_DNSSERVER_IPv4ADDR=0x8080808
+NETUTILS_WEBCLIENT=y
+NET_IPv6=y
+NSH_CUSTOMROMFS=y
+NSH_CUSTOMROMFS_HEADER="../../system/startup_script/nsh_romfsimg.h"
+SYSTEM_STARTUP_SCRIPT=y
+SYSTEM_VI=y

0 comments on commit af2b9f9

Please sign in to comment.