mirror of
https://github.com/espressif/openthread.git
synced 2026-08-02 17:17:45 +00:00
Add switch to enable MTD network diagnostic (#1852)
This commit is contained in:
committed by
Jonathan Hui
parent
8d7b3a39db
commit
5f6a0a8514
@@ -34,6 +34,10 @@ ifeq ($(CERT_LOG),1)
|
||||
configure_OPTIONS += --enable-cert-log
|
||||
endif
|
||||
|
||||
ifeq ($(COAP),1)
|
||||
configure_OPTIONS += --enable-application-coap
|
||||
endif
|
||||
|
||||
ifeq ($(COMMISSIONER),1)
|
||||
configure_OPTIONS += --enable-commissioner
|
||||
endif
|
||||
@@ -82,6 +86,6 @@ ifeq ($(MAC_WHITELIST),1)
|
||||
configure_OPTIONS += --enable-mac-whitelist
|
||||
endif
|
||||
|
||||
ifeq ($(COAP),1)
|
||||
configure_OPTIONS += --enable-application-coap
|
||||
ifeq ($(MTD_NETDIAG),1)
|
||||
configure_OPTIONS += --enable-mtd-network-diagnostic
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user