Lines Matching full:build

35 OT_BUILDDIR="$(pwd)/build"
98 # Build Thread 1.1 with full features
101 "$(dirname "$0")"/cmake-build simulation \
104 # Build Thread 1.1 with full features and no log
107 "$(dirname "$0")"/cmake-build simulation \
111 # Build Thread 1.1 with full features and full logs
114 "$(dirname "$0")"/cmake-build simulation \
118 # Build Thread 1.1 cli-radio
120 "$(dirname "$0")"/cmake-build simulation \
129 # Build Thread 1.1 with ASSERT disabled
132 "$(dirname "$0")"/cmake-build simulation \
137 # Build Thread 1.1 OTNS
140 "$(dirname "$0")"/cmake-build simulation \
158 # Build Thread 1.4 with full features
161 "$(dirname "$0")"/cmake-build simulation "${options[@]}" -DOT_DUA=ON
163 # Build Thread 1.4 with external heap and msg pool using heap
167 "$(dirname "$0")"/cmake-build simulation "${options[@]}" -DOT_DUA=ON
169 # Build Thread 1.4 with full features and no log
172 "$(dirname "$0")"/cmake-build simulation "${options[@]}" -DOT_DUA=ON -DOT_LOG_OUTPUT=NONE
174 # Build Thread 1.4 with full features and full logs
177 "$(dirname "$0")"/cmake-build simulation "${options[@]}" -DOT_DUA=ON -DOT_FULL_LOGS=ON
179 # Build Thread 1.4 Backbone Router without DUA ND Proxying
181 "$(dirname "$0")"/cmake-build simulation "${options[@]}" -DOT_BACKBONE_ROUTER_DUA_NDPROXYING=OFF
183 # Build Thread 1.4 Backbone Router without Multicast Routing
185 …"$(dirname "$0")"/cmake-build simulation "${options[@]}" -DOT_BACKBONE_ROUTER_MULTICAST_ROUTING=OFF
187 # Build with Vendor Extension
189 "$(dirname "$0")"/cmake-build simulation \
193 # Build Thread 1.4 with no additional features
195 "$(dirname "$0")"/cmake-build simulation -DOT_THREAD_VERSION=1.4
197 # Build Thread 1.4 with full features and OT_ASSERT=OFF
199 "$(dirname "$0")"/cmake-build simulation "${options[@]}" -DOT_DUA=ON -DOT_ASSERT=OFF
201 # Build with RAM settings
203 "$(dirname "$0")"/cmake-build simulation -DOT_SETTINGS_RAM=ON
206 "$(dirname "$0")"/cmake-build simulation -DOT_BLE_TCAT=ON
226 mkdir build && cd build
240 mkdir build && cd build
252 mkdir build && cd build
266 ./script/cmake-build simulation -DOT_LOG_LEVEL=DEBG \
271 ./script/cmake-build simulation -DOT_LOG_LEVEL=DEBG \