mirror of
https://github.com/espressif/openthread.git
synced 2026-08-30 05:49:54 +00:00
enable all features on posix (#1634)
This commit is contained in:
+11
-3
@@ -87,15 +87,23 @@ configure_OPTIONS = \
|
||||
--with-ncp-bus=uart \
|
||||
--enable-diag \
|
||||
--enable-default-logging \
|
||||
--enable-raw-link-api=no \
|
||||
--enable-raw-link-api=yes \
|
||||
--with-examples=posix \
|
||||
--with-platform-info=POSIX \
|
||||
--enable-cert-log \
|
||||
--enable-application-coap \
|
||||
--enable-commissioner \
|
||||
--enable-joiner
|
||||
--enable-dhcp6-client \
|
||||
--enable-dhcp6-server \
|
||||
--enable-dns-client \
|
||||
--enable-jam-detection \
|
||||
--enable-joiner \
|
||||
--enable-legacy \
|
||||
--enable-mac-whitelist \
|
||||
$(NULL)
|
||||
|
||||
ifeq ($(COVERAGE),1)
|
||||
configure_OPTIONS += --enable-coverage --enable-commissioner --enable-joiner --enable-dhcp6-client --enable-dhcp6-server --enable-dns-client
|
||||
configure_OPTIONS += --enable-coverage
|
||||
else
|
||||
configure_OPTIONS +=
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user