Skip to content

Commit

Permalink
Merge pull request zephyrproject-rtos#9 from Atmosic/rc_24.09.0
Browse files Browse the repository at this point in the history
Release 24.09.0
  • Loading branch information
hzarnani authored Oct 1, 2024
2 parents 6c7d0d3 + 48d6935 commit 350d6ed
Show file tree
Hide file tree
Showing 29,010 changed files with 1,071,371 additions and 404,612 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .checkpatch.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@
--ignore MULTISTATEMENT_MACRO_USE_DO_WHILE
--ignore ENOSYS
--ignore IS_ENABLED_CONFIG
--ignore EXPORT_SYMBOL
3 changes: 3 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ ColumnLimit: 100
ConstructorInitializerIndentWidth: 8
ContinuationIndentWidth: 8
ForEachMacros:
- 'ARRAY_FOR_EACH'
- 'ARRAY_FOR_EACH_PTR'
- 'FOR_EACH'
- 'FOR_EACH_FIXED_ARG'
- 'FOR_EACH_IDX'
Expand Down Expand Up @@ -67,6 +69,7 @@ ForEachMacros:
- 'Z_GENLIST_FOR_EACH_NODE_SAFE'
- 'STRUCT_SECTION_FOREACH'
- 'TYPE_SECTION_FOREACH'
- 'K_SPINLOCK'
IfMacros:
- 'CHECKIF'
# Disabled for now, see bug https://github.com/zephyrproject-rtos/zephyr/issues/48520
Expand Down
18 changes: 16 additions & 2 deletions .github/ISSUE_TEMPLATE/001_bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ labels: bug
assignees: ''

---

**Notes (delete this)**
<!--
**Notes**
Github Discussions (https://github.com/zephyrproject-rtos/zephyr/discussions)
are available to first verify that the issue is a genuine Zephyr bug and not a
consequence of Zephyr services misuse.
Expand All @@ -16,8 +16,10 @@ This issue list is only for bugs in the main Zephyr code base
(https://github.com/zephyrproject-rtos/zephyr/). If the bug is for a project
fork (such as NCS) specific feature, please open an issue in the fork project
instead.
-->

**Describe the bug**
<!--
A clear and concise description of what the bug is.
Please also mention any information which could help others to understand
Expand All @@ -27,31 +29,43 @@ the problem you're facing:
- Is this a regression? If yes, have you been able to "git bisect" it to a
specific commit?
- ...
-->

**To Reproduce**
<!--
Steps to reproduce the behavior:
1. mkdir build; cd build
2. cmake -DBOARD=board\_xyz
3. make
4. See error
-->

**Expected behavior**
<!--
A clear and concise description of what you expected to happen.
-->

**Impact**
<!--
What impact does this issue have on your progress (e.g., annoyance, showstopper)
-->

**Logs and console output**
<!--
If applicable, add console logs or other types of debug information
e.g Wireshark capture or Logic analyzer capture (upload in zip archive).
copy-and-paste text and put a code fence (\`\`\`) before and after, to help
explain the issue. (if unable to obtain text log, add a screenshot)
-->

**Environment (please complete the following information):**

- OS: (e.g. Linux, MacOS, Windows)
- Toolchain (e.g Zephyr SDK, ...)
- Commit SHA or Version used

**Additional context**
<!--
Add any other context that could be relevant to your issue, such as pin setting,
target configuration, ...
-->
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/002_enhancement.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,21 @@ assignees: ''
---

**Is your enhancement proposal related to a problem? Please describe.**
<!--
A clear and concise description of what the problem is.
-->

**Describe the solution you'd like**
<!--
A clear and concise description of what you want to happen.
-->

**Describe alternatives you've considered**
<!--
A clear and concise description of any alternative solutions or features you've considered.
-->

**Additional context**
<!--
Add any other context or graphics (drag-and-drop an image) about the feature request here.
-->
23 changes: 16 additions & 7 deletions .github/ISSUE_TEMPLATE/003_rfc-proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,43 +9,52 @@ assignees: ''

## Introduction

<!--
This section targets end users, TSC members, maintainers and anyone else that might
need a quick explanation of your proposed change.
-->

### Problem description

<!--
Why do we want this change and what problem are we trying to address?
-->

### Proposed change

<!--
A brief summary of the proposed change - the 10,000 ft view on what it will
change once this change is implemented.
-->

## Detailed RFC

<!--
In this section of the document the target audience is the dev team. Upon
reading this section each engineer should have a rather clear picture of what
needs to be done in order to implement the described feature.
-->

### Proposed change (Detailed)

<!--
This section is freeform - you should describe your change in as much detail
as possible. Please also ensure to include any context or background info here.
For example, do we have existing components which can be reused or altered.
By reading this section, each team member should be able to know what exactly
you're planning to change and how.
-->

### Dependencies

<!--
Highlight how the change may affect the rest of the project (new components,
modifications in other areas), or other teams/projects.
-->

### Concerns and Unresolved Questions

<!--
List any concerns, unknowns, and generally unresolved questions etc.
-->

## Alternatives

<!--
List any alternatives considered, and the reasons for choosing this option
over them.
-->
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/004_feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,21 @@ assignees: ''
---

**Is your feature request related to a problem? Please describe.**
<!--
A clear and concise description of what the problem is.
-->

**Describe the solution you'd like**
<!--
A clear and concise description of what you want to happen.
-->

**Describe alternatives you've considered**
<!--
A clear and concise description of any alternative solutions or features you've considered.
-->

**Additional context**
<!--
Add any other context or graphics (drag-and-drop an image) about the feature request here.
-->
6 changes: 3 additions & 3 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ updates:
- The most recent release, and the release prior to that.
- Active LTS releases.

At this time, with the latest release of v3.5, the supported
At this time, with the latest release of v3.6, the supported
versions are:

- v2.7: Current LTS
- v3.4: Prior release
- v3.5: Current release
- v3.5: Prior release
- v3.6: Current release

## Reporting process

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/assigner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- ready_for_review
branches:
- main
- collab-*
- v*-branch
issues:
types:
Expand All @@ -27,7 +28,7 @@ jobs:
pip3 install -U PyGithub>=1.55 west
- name: Check out source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run assignment script
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backport_issue_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Check out source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Python dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bsim-tests-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Download artifacts
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3
with:
run_id: ${{ github.event.workflow_run.id }}

Expand Down
Loading

0 comments on commit 350d6ed

Please sign in to comment.