Home
last modified time | relevance | path

Searched +full:- +full:- +full:no +full:- +full:install +full:- +full:recommends (Results 1 – 16 of 16) sorted by relevance

/openthread-3.6.0/.github/workflows/
Dtoranj.yml19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
48 toranj-ncp:
49 name: toranj-ncp-${{ matrix.TORANJ_RADIO }}
50 runs-on: ubuntu-20.04
52 fail-fast: false
[all …]
Dbuild.yml19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
49 runs-on: ubuntu-22.04
51 - name: Harden Runner
52 uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
54 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
[all …]
Dsimulation-1.1.yml19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
48 packet-verification:
49 runs-on: ubuntu-20.04
57 - name: Harden Runner
58 uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
[all …]
Dposix.yml19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
48 expects-linux:
49 runs-on: ubuntu-20.04
51 CFLAGS: -DCLI_COAP_SECURE_USE_COAP_DEFAULT_HANDLER=1 -DOPENTHREAD_CONFIG_MLE_MAX_CHILDREN=15
52 CXXFLAGS: -DCLI_COAP_SECURE_USE_COAP_DEFAULT_HANDLER=1 -DOPENTHREAD_CONFIG_MLE_MAX_CHILDREN=15
[all …]
Dsimulation-1.2.yml19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
43 permissions: # added using https://github.com/step-security/secure-workflows
48 thread-1-3:
49 name: thread-1-3-${{ matrix.compiler.c }}-${{ matrix.arch }}
50 runs-on: ubuntu-20.04
[all …]
Dotns.yml19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
51 permissions: # added using https://github.com/step-security/secure-workflows
58 runs-on: ubuntu-22.04
60 - name: Harden Runner
61 uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
[all …]
Dotbr.yml19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
48 backbone-router:
49 runs-on: ubuntu-20.04
65 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
68 - name: Build OTBR Docker
[all …]
Dunit.yml19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
43 permissions: # added using https://github.com/step-security/secure-workflows
48 tcplp-buffering:
49 runs-on: ubuntu-20.04
51 - name: Harden Runner
[all …]
Dotci.yml19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
43 permissions: # added using https://github.com/step-security/secure-workflows
48 cli-sim:
49 name: cli-sim VIRTUAL_TIME=${{ matrix.virtual_time }}
50 runs-on: ubuntu-20.04
[all …]
Dcodeql.yml19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
37 permissions: # added using https://github.com/step-security/secure-workflows
43 runs-on: ubuntu-latest
47 security-events: write
50 fail-fast: false
53 # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
56 - name: Harden Runner
57 uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
59 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
61 - name: Checkout repository
[all …]
/openthread-3.6.0/script/
Dbootstrap20 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
34 set -euxo pipefail
40 # add clang-format and clang-tidy for pretty
41 …sudo apt-get --no-install-recommends install -y clang-format-14 clang-tidy-14 || echo 'WARNING: co…
44 …python3 -m pip install yapf==0.31.0 || echo 'WARNING: could not install yapf, which is useful if y…
47 …python3 -m pip install mdv || echo 'WARNING: could not install mdv, which is required to post mark…
50 …command -v shfmt || sudo apt-get install shfmt || echo 'WARNING: could not install shfmt, which is…
57 # apt-get update and install dependencies
58 sudo apt-get update
59 sudo apt-get --no-install-recommends install -y g++ lsb-release cmake ninja-build shellcheck
[all …]
Dcheck-size20 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
30 set -euo pipefail
32 OT_TMP_DIR=/tmp/ot-size-report
35 OT_SHA_NEW=${GITHUB_SHA:-$(git rev-parse HEAD)}
38 OT_SHA_OLD="$(git cat-file -p "${OT_SHA_NEW}" | grep 'parent ' | head -n1 | cut -d' ' -f2)"
47 OT_REPORTER="${OT_SIZE_REPORTER-}"
52 if arm-none-eabi-gcc --version | grep -q 'Arm Embedded Processors 7'; then
57 …wget --tries 4 --no-check-certificate --quiet https://developer.arm.com/-/media/Files/downloads/gn…
58 && tar xjf gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2)
59 export PATH=/tmp/gcc-arm-none-eabi-7-2018-q2-update/bin:$PATH
[all …]
/openthread-3.6.0/tests/toranj/
Dstart.sh20 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
46 while read -r interface; do
48 done < <(ifconfig 2>/dev/null | grep -o "wpan[0-9]*")
58 if sudo -E "${python_app}" "$1"; then
64 if [ "$counter" -lt 7 ]; then
73 tail -n 40 "${log_file_name}"*.log
81 sudo apt-get --no-install-recommends install -y dbus libdbus-1-dev
82 sudo apt-get --no-install-recommends install -y autoconf-archive
83 sudo apt-get --no-install-recommends install -y libarchive-tools
84 sudo apt-get --no-install-recommends install -y libtool
[all …]
/openthread-3.6.0/etc/docker/environment/
DDockerfile5 ENV LANG en_US.UTF-8
7 RUN set -x \
8 && apt-get update -y \
9 && apt-get install -y locales \
10 && localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 \
11 && apt-get --no-install-recommends install -fy \
14 ninja-build \
16 python3-pip \
17 python3-setuptools \
18 software-properties-common \
[all …]
/openthread-3.6.0/tools/harness-simulation/posix/etc/
DDockerfile18 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
44 ENV INFRA_IF_NAME=${INFRA_IF_NAME:-eth0}
45 ENV BORDER_ROUTING=${BORDER_ROUTING:-1}
46 ENV BACKBONE_ROUTER=${BACKBONE_ROUTER:-1}
47 ENV OTBR_MDNS=${MDNS:-mDNSResponder}
49 ENV EXTERNAL_COMMISSIONER=${EXTERNAL_COMMISSIONER:-1}
52 ENV REFERENCE_DEVICE=${REFERENCE_DEVICE:-0}
53 ENV NAT64=${NAT64:-1}
54 ENV NAT64_SERVICE=${NAT64_SERVICE:-tayga}
55 ENV DNS64=${DNS64:-0}
[all …]
/openthread-3.6.0/etc/docker/android-trusty/
DDockerfile19 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
36 ENV ANDROID_JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64
39 ENV ANDROID_NDK_PATH=/opt/ndk-bundle
43 RUN apt-get -y update && apt-get --no-install-recommends install -y \
44 gcc-multilib \
45 g++-multilib \
52 RUN wget https://dl.google.com/android/repository/android-ndk-r17c-linux-x86_64.zip \
53 && unzip android-ndk-r17c-linux-x86_64.zip > /dev/null \
54 && mv android-ndk-r17c $ANDROID_NDK_PATH \
55 && rm android-ndk-r17c-linux-x86_64.zip
[all …]