mirror of
https://github.com/espressif/openthread.git
synced 2026-07-28 14:47:46 +00:00
[build] update configure options in travis script and Makefile-posix (#1975)
This commit is contained in:
committed by
Jonathan Hui
parent
3c66ad874e
commit
676fd5c014
+6
-5
@@ -47,23 +47,24 @@ set -x
|
||||
--enable-cli-app=all \
|
||||
--enable-ncp-app=all \
|
||||
--with-ncp-bus=uart \
|
||||
--enable-diag \
|
||||
--enable-default-logging \
|
||||
--enable-raw-link-api=yes \
|
||||
--with-examples=posix \
|
||||
--with-platform-info=POSIX \
|
||||
--enable-application-coap \
|
||||
--enable-border-agent-proxy \
|
||||
--enable-border-router \
|
||||
--enable-cert-log \
|
||||
--enable-child-supervision \
|
||||
--enable-commissioner \
|
||||
--enable-dhcp6-client \
|
||||
--enable-dhcp6-server \
|
||||
--enable-diag \
|
||||
--enable-dns-client \
|
||||
--enable-jam-detection \
|
||||
--enable-joiner \
|
||||
--enable-legacy \
|
||||
--enable-mac-whitelist \
|
||||
--enable-mtd-network-diagnostic || die
|
||||
--enable-mtd-network-diagnostic \
|
||||
--enable-raw-link-api \
|
||||
--enable-tmf-proxy || die
|
||||
scan-build --status-bugs -analyze-headers -v make || die
|
||||
}
|
||||
|
||||
|
||||
@@ -93,23 +93,24 @@ configure_OPTIONS = \
|
||||
--enable-cli-app=all \
|
||||
--enable-ncp-app=all \
|
||||
--with-ncp-bus=uart \
|
||||
--enable-diag \
|
||||
--enable-raw-link-api=yes \
|
||||
--with-examples=posix \
|
||||
--with-platform-info=POSIX \
|
||||
--enable-application-coap \
|
||||
--enable-tmf-proxy \
|
||||
--enable-border-router \
|
||||
--enable-cert-log \
|
||||
--enable-child-supervision \
|
||||
--enable-commissioner \
|
||||
--enable-dhcp6-client \
|
||||
--enable-dhcp6-server \
|
||||
--enable-diag \
|
||||
--enable-dns-client \
|
||||
--enable-jam-detection \
|
||||
--enable-joiner \
|
||||
--enable-legacy \
|
||||
--enable-mac-whitelist \
|
||||
--enable-mtd-network-diagnostic \
|
||||
--enable-border-router \
|
||||
--enable-raw-link-api \
|
||||
--enable-tmf-proxy \
|
||||
$(NULL)
|
||||
|
||||
ifndef BuildJobs
|
||||
|
||||
Reference in New Issue
Block a user