mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-17 22:03:37 +00:00
This is a sample app using ECJPAKE crypto algorithm on DTLS, using mbedTLS, native IP stack and the enc28j60 SPI Ethernet Driver Change-Id: I658c3d9a54cfdd164a4147903125400f223c6e0a Signed-off-by: Sergio Rodriguez <sergio.sf.rodriguez@intel.com>
23 lines
388 B
Plaintext
23 lines
388 B
Plaintext
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_MINIMAL_LIBC_EXTENDED=y
|
|
|
|
CONFIG_NETWORKING=y
|
|
CONFIG_NET_IPV6=n
|
|
CONFIG_NET_IPV4=y
|
|
CONFIG_NET_YAIP=y
|
|
CONFIG_NET_UDP=y
|
|
CONFIG_NET_LOG=y
|
|
CONFIG_NET_SLIP=y
|
|
CONFIG_SLIP_TAP=y
|
|
CONFIG_SYS_LOG=y
|
|
CONFIG_SYS_LOG_SHOW_COLOR=y
|
|
CONFIG_NANO_TIMEOUTS=y
|
|
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
|
|
CONFIG_MAIN_STACK_SIZE=4096
|
|
CONFIG_PRINTK=y
|
|
CONFIG_MBEDTLS=y
|
|
CONFIG_MBEDTLS_BUILTIN=y
|
|
|