Skip to content

Commit

Permalink
configs: Update examples/lte_lwm2m defconfig
Browse files Browse the repository at this point in the history
Add some features
- ADC for analog input object
- GNSS for location object
- FWUPUTILS for firmware update object
- TTY_SIGINT to cancel the application
  • Loading branch information
SPRESENSE committed Dec 17, 2021
1 parent f1674f2 commit a17f847
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion sdk/configs/examples/lte_lwm2m/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,23 @@
-NET_USRSOCK_TCP=y
-PIPES=y
-SPI=y
+CXD56_ADC=y
+CXD56_DMAC_SPI4_RX_MAXSIZE=2064
+CXD56_DMAC_SPI4_TX_MAXSIZE=2064
+CXD56_GNSS=y
+CXD56_HPADC0=y
+CXD56_HPADC0_INPUT_GAIN_M6DB=y
+CXD56_HPADC1=y
+CXD56_HPADC1_INPUT_GAIN_M6DB=y
+CXD56_LPADC=y
+CXD56_LTE=y
+EXAMPLES_LTE_LWM2M=y
+EXTERNALS_LWM2M=y
+FWUPUTILS=y
+FWUPUTILS_CLIENTS=y
+LTE_ALT1250=y
+LTE_SYSCTL=y
+LTE_LAPI=y
+LTE_SYSCTL=y
+MODEM=y
+MODEM_ALT1250=y
+NETDB_DNSCLIENT=y
Expand All @@ -23,3 +32,4 @@
+NETDB_DNSSERVER_IPv4ADDR=0x8080808
+NETUTILS_WEBCLIENT=y
+NET_IPv6=y
+TTY_SIGINT=y

0 comments on commit a17f847

Please sign in to comment.