Skip to content

Commit

Permalink
enable openthread coap client for mtd
Browse files Browse the repository at this point in the history
  • Loading branch information
simondean committed Oct 5, 2024
1 parent 46acfdc commit d16cb14
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,24 @@
*/
#define OPENTHREAD_CONFIG_NUM_MESSAGE_BUFFERS CONFIG_OPENTHREAD_NUM_MESSAGE_BUFFERS

/**
* @def OPENTHREAD_CONFIG_COAP_API_ENABLE
*
* Define to 1 to enable the CoAP API.
*
*/
#define OPENTHREAD_CONFIG_COAP_API_ENABLE 1

/**
* @def OPENTHREAD_CONFIG_PLATFORM_NETIF_ENABLE
*
* Define to 1 to enable platform NETIF support.
*
*/
#ifndef OPENTHREAD_CONFIG_PLATFORM_NETIF_ENABLE
#define OPENTHREAD_CONFIG_PLATFORM_NETIF_ENABLE 1
#endif

/**
* @def OPENTHREAD_CONFIG_HEAP_EXTERNAL_ENABLE
*
Expand Down

0 comments on commit d16cb14

Please sign in to comment.