Skip to content

Commit d7fff75

Browse files
authored
Merge branch 'zephyrproject-rtos:main' into readme
2 parents f6bcabb + 38ad2a5 commit d7fff75

File tree

3,211 files changed

+99826
-18343
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,211 files changed

+99826
-18343
lines changed

.clang-format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ IndentCaseLabels: false
9999
IndentGotoLabels: false
100100
IndentWidth: 8
101101
InsertBraces: true
102+
InsertNewlineAtEOF: true
102103
SpaceBeforeInheritanceColon: False
103104
SpaceBeforeParens: ControlStatementsExceptControlMacros
104105
SortIncludes: Never

.github/workflows/assigner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
assignment:
2323
name: Pull Request Assignment
2424
if: github.event.pull_request.draft == false
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2626
permissions:
2727
pull-requests: write # to add assignees to pull requests
2828
issues: write # to add assignees to issues

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
1414
backport:
1515
name: Backport
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
permissions:
1818
contents: write # to create/push backport branches
1919
pull-requests: write # to create backport PRs

.github/workflows/backport_issue_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
concurrency:
2020
group: backport-issue-check-${{ github.ref }}
2121
cancel-in-progress: true
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323
if: github.repository == 'zephyrproject-rtos/zephyr'
2424
permissions:
2525
issues: read # to check if associated issue exists for backport

.github/workflows/bsim-tests-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
bsim-test-results:
1414
name: "Publish BabbleSim Test Results"
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616
if: github.event.workflow_run.conclusion != 'skipped'
1717
permissions:
1818
checks: write # to create the check run entry with test results

.github/workflows/bsim-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,10 @@ jobs:
121121
id: check-bluetooth-files
122122
with:
123123
files: |
124-
tests/bsim/bluetooth/
125124
samples/bluetooth/
126125
subsys/bluetooth/
126+
tests/bluetooth/common/testlib/
127+
tests/bsim/bluetooth/
127128
128129
- name: Check if Networking files changed
129130
uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46.0.3

.github/workflows/bug_snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
jobs:
2020
make_bugs_pickle:
2121
name: Make bugs pickle
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323
if: github.repository_owner == 'zephyrproject-rtos'
2424

2525
steps:

.github/workflows/codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
codecov-results:
135135
name: "Publish Coverage Results"
136136
needs: codecov
137-
runs-on: ubuntu-22.04
137+
runs-on: ubuntu-24.04
138138
# the codecov job might be skipped, we don't need to run this job then
139139
if: success() || failure()
140140

.github/workflows/coding_guidelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77

88
jobs:
99
compliance_job:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
name: Run coding guidelines checks on patch series (PR)
1212
steps:
1313
- name: Checkout the code

.github/workflows/compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
check_compliance:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
name: Run compliance checks on patch series (PR)
1818
steps:
1919
- name: Update PATH for west

0 commit comments

Comments
 (0)