forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'zephyrproject-rtos:main' into main
- Loading branch information
Showing
3,196 changed files
with
108,128 additions
and
23,381 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,3 +111,4 @@ WhitespaceSensitiveMacros: | |
- LISTIFY | ||
- STRINGIFY | ||
- Z_STRINGIFY | ||
- DT_FOREACH_PROP_ELEM_SEP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ on: | |
- "include/zephyr/arch/posix/**" | ||
- "scripts/native_simulator/**" | ||
- "samples/net/sockets/echo_*/**" | ||
- "modules/hal_nordic/**" | ||
- "modules/mbedtls/**" | ||
- "modules/openthread/**" | ||
- "subsys/net/l2/openthread/**" | ||
|
@@ -77,6 +78,7 @@ jobs: | |
git config --global user.email "[email protected]" | ||
git config --global user.name "Zephyr Bot" | ||
rm -fr ".git/rebase-apply" | ||
rm -fr ".git/rebase-merge" | ||
git rebase origin/${BASE_REF} | ||
git clean -f -d | ||
git log --pretty=oneline | head -n 10 | ||
|
@@ -105,6 +107,7 @@ jobs: | |
boards/nordic/nrf5*/*dt* | ||
dts/*/nordic/ | ||
modules/mbedtls/** | ||
modules/hal_nordic/** | ||
- name: Check if Bluethooth files changed | ||
uses: tj-actions/changed-files@v45 | ||
|
@@ -169,7 +172,7 @@ jobs: | |
- name: Merge Test Results | ||
run: | | ||
pip3 install junitparser junit2html | ||
pip install junitparser junit2html | ||
junitparser merge --glob "./bsim_*/*bsim_results.*.xml" "./twister-out/twister.xml" junit.xml | ||
junit2html junit.xml junit.html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,7 @@ jobs: | |
git config --global user.email "[email protected]" | ||
git config --global user.name "Zephyr Bot" | ||
rm -fr ".git/rebase-apply" | ||
rm -fr ".git/rebase-merge" | ||
git rebase origin/${BASE_REF} | ||
git clean -f -d | ||
git log --pretty=oneline | head -n 10 | ||
|
@@ -143,7 +144,7 @@ jobs: | |
path: artifacts | ||
- name: Merge Test Results | ||
run: | | ||
pip3 install junitparser junit2html | ||
pip install junitparser junit2html | ||
junitparser merge artifacts/*/twister.xml junit.xml | ||
junit2html junit.xml junit-clang.html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,9 +21,8 @@ jobs: | |
|
||
- name: Install python dependencies | ||
run: | | ||
pip3 install unidiff | ||
pip3 install wheel | ||
pip3 install sh | ||
pip install unidiff | ||
pip install sh | ||
- name: Install Packages | ||
run: | | ||
|
@@ -40,6 +39,8 @@ jobs: | |
git config --global user.email "[email protected]" | ||
git config --global user.name "Github Actions" | ||
git remote -v | ||
rm -fr ".git/rebase-apply" | ||
rm -fr ".git/rebase-merge" | ||
git rebase origin/${BASE_REF} | ||
git clean -f -d | ||
source zephyr-env.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,6 +94,8 @@ jobs: | |
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Github Actions" | ||
rm -fr ".git/rebase-apply" | ||
rm -fr ".git/rebase-merge" | ||
git rebase origin/${BASE_REF} | ||
git clean -f -d | ||
git log --graph --oneline HEAD...${PR_HEAD} | ||
|
@@ -106,11 +108,10 @@ jobs: | |
|
||
- name: install-pip | ||
run: | | ||
sudo pip3 install -U setuptools wheel pip | ||
pip3 install -r doc/requirements.txt | ||
pip3 install west==${WEST_VERSION} | ||
pip3 install cmake==${CMAKE_VERSION} | ||
pip3 install coverxygen | ||
pip install -r doc/requirements.txt | ||
pip install west==${WEST_VERSION} | ||
pip install cmake==${CMAKE_VERSION} | ||
pip install coverxygen | ||
- name: west setup | ||
run: | | ||
|
@@ -221,10 +222,9 @@ jobs: | |
- name: install-pip | ||
run: | | ||
pip3 install -U setuptools wheel pip | ||
pip3 install -r doc/requirements.txt | ||
pip3 install west==${WEST_VERSION} | ||
pip3 install cmake==${CMAKE_VERSION} | ||
pip install -r doc/requirements.txt | ||
pip install west==${WEST_VERSION} | ||
pip install cmake==${CMAKE_VERSION} | ||
- name: west setup | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,7 @@ on: | |
- v*-branch | ||
- collab-* | ||
paths: | ||
- 'scripts/build/**' | ||
- 'scripts/requirements*.txt' | ||
- 'scripts/**' | ||
- '.github/workflows/hello_world_multiplatform.yaml' | ||
- 'SDK_VERSION' | ||
|
||
|
@@ -45,6 +44,8 @@ jobs: | |
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Github Actions" | ||
rm -fr ".git/rebase-apply" | ||
rm -fr ".git/rebase-merge" | ||
git rebase origin/${BASE_REF} | ||
git clean -f -d | ||
git log --graph --oneline HEAD...${PR_HEAD} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,13 +20,13 @@ jobs: | |
BASE_REF: ${{ github.base_ref }} | ||
working-directory: zephyrproject/zephyr | ||
run: | | ||
pip3 install west | ||
pip install west | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Your Name" | ||
west init -l . || true | ||
- name: Manifest | ||
uses: zephyrproject-rtos/action-manifest@v1.5.0 | ||
uses: zephyrproject-rtos/action-manifest@v1.7.0 | ||
with: | ||
github-token: ${{ secrets.ZB_GITHUB_TOKEN }} | ||
manifest-path: 'west.yml' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,8 @@ jobs: | |
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Github Actions" | ||
rm -fr ".git/rebase-apply" | ||
rm -fr ".git/rebase-merge" | ||
git rebase origin/${BASE_REF} | ||
git clean -f -d | ||
git log --graph --oneline HEAD...${PR_HEAD} | ||
|
@@ -62,7 +64,7 @@ jobs: | |
- name: install-packages | ||
run: | | ||
pip3 install -r scripts/requirements-base.txt -r scripts/requirements-build-test.txt | ||
pip install -r scripts/requirements-base.txt -r scripts/requirements-build-test.txt | ||
- name: Run pytest | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,6 +67,7 @@ jobs: | |
git config --global user.email "[email protected]" | ||
git config --global user.name "Zephyr Bot" | ||
rm -fr ".git/rebase-apply" | ||
rm -fr ".git/rebase-merge" | ||
git rebase origin/${BASE_REF} | ||
git clean -f -d | ||
git log --pretty=oneline | head -n 10 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,6 +50,7 @@ jobs: | |
PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered' | ||
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }} | ||
BASE_REF: ${{ github.base_ref }} | ||
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16 | ||
steps: | ||
- name: Print cloud service information | ||
run: | | ||
|
@@ -84,6 +85,7 @@ jobs: | |
git config --global user.email "[email protected]" | ||
git config --global user.name "Zephyr Builder" | ||
rm -fr ".git/rebase-apply" | ||
rm -fr ".git/rebase-merge" | ||
git rebase origin/${BASE_REF} | ||
git clean -f -d | ||
git log --pretty=oneline | head -n 10 | ||
|
@@ -196,7 +198,7 @@ jobs: | |
timestamp="$(date)" | ||
version="$(git describe --abbrev=12 --always)" | ||
echo -e "# Generated at $timestamp ($version)\n" > $FREEZE_FILE | ||
pip3 freeze | tee -a $FREEZE_FILE | ||
pip freeze | tee -a $FREEZE_FILE | ||
- if: matrix.subset == 1 && github.event_name == 'push' | ||
name: Upload the list of Python packages | ||
|
@@ -222,7 +224,7 @@ jobs: | |
|
||
- name: Merge Test Results | ||
run: | | ||
pip3 install junitparser junit2html | ||
pip install junitparser junit2html | ||
junitparser merge artifacts/*/*/twister.xml junit.xml | ||
junit2html junit.xml junit.html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.