Home
last modified time | relevance | path

Searched +full:aws +full:- +full:access +full:- +full:key +full:- +full:id (Results 1 – 11 of 11) sorted by relevance

/Zephyr-Core-3.5.0/.github/workflows/
Ddaily_test_version.yml2 # SPDX-License-Identifier: Apache-2.0
8 - cron: '50 22 * * *'
11 - refs/tags/*
15 runs-on: ubuntu-22.04
16 if: github.repository == 'zephyrproject-rtos/zephyr'
19 - name: Configure AWS Credentials
20 uses: aws-actions/configure-aws-credentials@v2
22 aws-access-key-id: ${{ vars.AWS_TESTING_ACCESS_KEY_ID }}
23 aws-secret-access-key: ${{ secrets.AWS_TESTING_SECRET_ACCESS_KEY }}
24 aws-region: us-east-1
[all …]
Ddoc-publish.yml3 # SPDX-License-Identifier: Apache-2.0
11 - main
12 - v*
14 - completed
17 doc-publish:
19 runs-on: ubuntu-22.04
23 github.repository == 'zephyrproject-rtos/zephyr'
26 - name: Download artifacts
27 uses: dawidd6/action-download-artifact@v2
29 workflow: doc-build.yml
[all …]
Ddoc-publish-pr.yml3 # SPDX-License-Identifier: Apache-2.0
11 - completed
14 doc-publish:
16 runs-on: ubuntu-22.04
20 github.repository == 'zephyrproject-rtos/zephyr'
23 - name: Download artifacts
24 uses: dawidd6/action-download-artifact@v2
26 workflow: doc-build.yml
27 run_id: ${{ github.event.workflow_run.id }}
29 - name: Load PR number
[all …]
Dissue_count.yml5 - cron: '*/10 * * * *'
10 COMMITTER_NAME: github-actions
11 COMMITTER_USERNAME: github-actions
15 track-issues:
17 runs-on: ubuntu-22.04
18 if: github.repository == 'zephyrproject-rtos/zephyr'
21 - name: Download configuration file
23 …wget -q https://raw.githubusercontent.com/$GITHUB_REPOSITORY/main/.github/workflows/issues-report-
25 - name: install-packages
27 sudo apt-get update
[all …]
Dbug_snapshot.yaml2 # SPDX-License-Identifier: Apache-2.0
14 - cron: '5 14 * * *'
19 runs-on: ubuntu-22.04
20 if: github.repository_owner == 'zephyrproject-rtos'
23 - name: Checkout
26 - name: Install Python dependencies
28 sudo pip3 install -U setuptools wheel pip
29 pip3 install -U pygithub
31 - name: Snapshot bugs
35 BUGS_PICKLE_FILENAME="zephyr-bugs-$(date -I).pickle.xz"
[all …]
Dfootprint-tracking.yml6 - cron: '50 1/12 * * *'
9 - 'VERSION'
10 - '.github/workflows/footprint-tracking.yml'
12 - main
13 - v*-branch
15 # only publish v* tags, do not care about zephyr-v* which point to the
17 - 'v*'
20 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
21 cancel-in-progress: true
24 footprint-tracking:
[all …]
Dcodecov.yaml5 - cron: '25 */3 * * 1-5'
8 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
9 cancel-in-progress: true
13 if: github.repository == 'zephyrproject-rtos/zephyr'
14 runs-on: zephyr-runner-linux-x64-4xlarge
16 image: ghcr.io/zephyrproject-rtos/ci:v0.26.5
17 options: '--entrypoint /bin/bash'
19 - /repo-cache/zephyrproject:/github/cache/zephyrproject
21 fail-fast: false
25 ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.3
[all …]
Dclang.yaml6 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
7 cancel-in-progress: true
10 clang-build:
11 if: github.repository_owner == 'zephyrproject-rtos'
12 runs-on: zephyr-runner-linux-x64-4xlarge
14 image: ghcr.io/zephyrproject-rtos/ci:v0.26.5
15 options: '--entrypoint /bin/bash'
17 - /repo-cache/zephyrproject:/github/cache/zephyrproject
19 fail-fast: false
23 ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.3
[all …]
Dtwister.yaml6 - main
7 - v*-branch
8 - collab-*
11 - main
12 - v*-branch
13 - collab-*
16 - cron: '0 3 * * 0'
19 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
20 cancel-in-progress: true
23 twister-build-prep:
[all …]
/Zephyr-Core-3.5.0/samples/net/cloud/aws_iot_mqtt/
DREADME.rst1 .. zephyr:code-sample:: aws-iot-mqtt
2 :name: AWS IoT Core MQTT
3 :relevant-api: bsd_sockets mqtt_socket dns_resolve tls_credentials json sntp random_api
5 Connect to AWS IoT Core and publish messages using MQTT.
11 can publish messages to AWS IoT Core using the MQTT protocol. Key features include:
13 - Acquiring a DHCPv4 lease
14 - Connecting to an SNTP server to obtain the current time
15 - Establishing a TLS 1.2 connection with AWS IoT Core servers
16 - Subscribing to a topic on AWS IoT Core
17 - Publishing data to AWS IoT Core
[all …]
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-1.14.rst17 * CVE-2020-10066
18 * CVE-2020-10069
19 * CVE-2020-13601
20 * CVE-2020-13602
32 * :github:`issuenumber` - issue title
34 * :github:`18334` - DNS resolution is broken for some addresses in master/2.0-pre
35 * :github:`19917` - Bluetooth: Controller: Missing LL_ENC_RSP after HCI LTK Negative Reply
36 * :github:`21107` - LL_ASSERT and 'Imprecise data bus error' in LL Controller
37 * :github:`21257` - tests/net/net_pkt failed on mimxrt1050_evk board.
38 * :github:`21299` - bluetooth: Controller does not release buffer on central side after peripheral …
[all …]