sdkconfig.defaults 989 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. #
  2. # libsodium
  3. #
  4. CONFIG_LIBSODIUM_USE_MBEDTLS_SHA=y
  5. # end of libsodium
  6. #
  7. # Partition Table
  8. #
  9. CONFIG_PARTITION_TABLE_CUSTOM=y
  10. CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
  11. CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
  12. CONFIG_PARTITION_TABLE_OFFSET=0x8000
  13. CONFIG_PARTITION_TABLE_MD5=y
  14. # end of Partition Table
  15. #
  16. # mbedTLS
  17. #
  18. CONFIG_MBEDTLS_CMAC_C=y
  19. CONFIG_MBEDTLS_SSL_PROTO_DTLS=y
  20. CONFIG_MBEDTLS_KEY_EXCHANGE_ECJPAKE=y
  21. # end of TLS Key Exchange Methods
  22. CONFIG_MBEDTLS_ECJPAKE_C=y
  23. # end of mbedTLS
  24. #
  25. # OpenThread
  26. #
  27. CONFIG_OPENTHREAD_ENABLED=y
  28. CONFIG_OPENTHREAD_BORDER_ROUTER=y
  29. # end of OpenThread
  30. #
  31. # lwIP
  32. #
  33. CONFIG_LWIP_IPV6_FORWARD=y
  34. CONFIG_LWIP_IPV6_NUM_ADDRESSES=8
  35. CONFIG_LWIP_MULTICAST_PING=y
  36. CONFIG_LWIP_NETIF_STATUS_CALLBACK=y
  37. CONFIG_LWIP_HOOK_IP6_ROUTE_DEFAULT=y
  38. CONFIG_LWIP_HOOK_ND6_GET_GW_DEFAULT=y
  39. # end of lwIP
  40. #
  41. # mDNS
  42. #
  43. CONFIG_MDNS_STRICT_MODE=y
  44. # end of mDNS
  45. #
  46. # ESP System Settings
  47. #
  48. CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=3584
  49. # end of ESP System Settings