Skip to content

Commit

Permalink
samples: dtls client: DTLS client sample configuration file
Browse files Browse the repository at this point in the history
The configuration file for Arduino 101 for the DTLS client
sample needs to define IPv4 and IPv6 addresses.

Jira: ZEP-1169

Change-Id: Iabfd5f067d39faaf8796aac84642b630b11ef7f6
Signed-off-by: Juan Manuel Cruz Alcaraz <[email protected]>
  • Loading branch information
jmnlcruz authored and jukkar committed Mar 9, 2017
1 parent 87bc931 commit 6828412
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions samples/net/mbedtls_dtlsclient/prj_arduino_101.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ CONFIG_SPI_1_CS_GPIO_PIN=0

CONFIG_MBEDTLS=y
CONFIG_MBEDTLS_BUILTIN=y

CONFIG_NET_SAMPLES_IP_ADDRESSES=y
CONFIG_NET_SAMPLES_MY_IPV6_ADDR="2001:db8::1"
CONFIG_NET_SAMPLES_PEER_IPV6_ADDR="2001:db8::2"
CONFIG_NET_SAMPLES_MY_IPV4_ADDR="192.0.2.1"
CONFIG_NET_SAMPLES_PEER_IPV4_ADDR="192.0.2.2"

0 comments on commit 6828412

Please sign in to comment.