mirror of
https://github.com/espressif/openthread.git
synced 2026-09-06 09:10:04 +00:00
[k32w] move to openthread/ot-nxp (#6425)
This commit is contained in:
@@ -51,36 +51,6 @@ build_cc2538()
|
||||
make -f examples/Makefile-cc2538 "${options[@]}"
|
||||
}
|
||||
|
||||
build_jn5189()
|
||||
{
|
||||
local options=(
|
||||
"COMMISSIONER=1"
|
||||
"DHCP6_CLIENT=1"
|
||||
"DHCP6_SERVER=1"
|
||||
"DNS_CLIENT=1"
|
||||
"JOINER=1"
|
||||
"SLAAC=1"
|
||||
)
|
||||
|
||||
reset_source
|
||||
make -f examples/Makefile-jn5189 "${options[@]}"
|
||||
}
|
||||
|
||||
build_k32w061()
|
||||
{
|
||||
local options=(
|
||||
"COMMISSIONER=1"
|
||||
"DHCP6_CLIENT=1"
|
||||
"DHCP6_SERVER=1"
|
||||
"DNS_CLIENT=1"
|
||||
"JOINER=1"
|
||||
"SLAAC=1"
|
||||
)
|
||||
|
||||
reset_source
|
||||
make -f examples/Makefile-k32w061 "${options[@]}"
|
||||
}
|
||||
|
||||
build_nrf52811()
|
||||
{
|
||||
local options=(
|
||||
@@ -207,8 +177,6 @@ main()
|
||||
|
||||
if [[ $# == 0 ]]; then
|
||||
build_cc2538
|
||||
build_jn5189
|
||||
build_k32w061
|
||||
build_nrf52811
|
||||
build_nrf52833
|
||||
build_nrf52840
|
||||
|
||||
Reference in New Issue
Block a user