Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eclipse-threadx/levelx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.4.1_rel
Choose a base ref
...
head repository: eclipse-threadx/levelx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 7, 2024

  1. Update README.md

    wickste authored Mar 7, 2024
    Copy the full SHA
    8e1d00b View commit details
  2. Merge pull request #39 from eclipse-threadx/wickste-patch-5

    Update README.md
    wickste authored Mar 7, 2024
    Copy the full SHA
    656d149 View commit details

Commits on Mar 11, 2024

  1. Update bug_report.md

    wickste authored Mar 11, 2024
    Copy the full SHA
    f5a5507 View commit details
  2. Update feature_request.md

    wickste authored Mar 11, 2024
    Copy the full SHA
    a3c9691 View commit details
  3. Copy the full SHA
    058b242 View commit details
  4. Merge pull request #40 from eclipse-threadx/wickste-patch-6

    Update branding in issues templates
    wickste authored Mar 11, 2024
    Copy the full SHA
    24eb7d8 View commit details

Commits on Nov 29, 2024

  1. update regression_test.yml

    fix github levelx regression test action issue
    
    update regression_test.yml
    
    uses: azure-rtos/threadx/.github/workflows/regression_template.yml@master
    ==>
    uses: eclipse-threadx/threadx/.github/workflows/regression_template.yml@master
    ayedm1 committed Nov 29, 2024
    Copy the full SHA
    7c5d83d View commit details

Commits on Dec 12, 2024

  1. Merge pull request #50 from ayedm1/fix_levelx_github_action_job

    fix github levelx regression test action issue
    fdesbiens authored Dec 12, 2024
    Copy the full SHA
    04e385f View commit details
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Bug report
about: Create a report to help us improve Azure RTOS.
about: Create a report to help us improve Eclipse ThreadX.
title: ''
labels: bug
assignees: ''
@@ -13,7 +13,7 @@ A clear and concise description of what the bug is.
Please also mention any information which could help others to understand
the problem you're facing:
- What target device are you using?
- Which version of Azure RTOS?
- Which version of Eclipse ThreadX?
- What toolchain and environment?
- What have you tried to diagnose or workaround this issue?

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Feature request
about: Suggest an idea or enhancement to existing feature for Azure RTOS.
about: Suggest an idea or enhancement to existing feature for Eclipse ThreadX.
title: ''
labels: feature
assignees: ''
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/hardware-or-architecture-support.md
Original file line number Diff line number Diff line change
@@ -8,12 +8,12 @@ assignees: ''
---

**Is this request related to a particular hardware platform, SoC, board? Please describe.**
Describe in details the hardware support being requested and why this support benefits Azure RTOS.
Describe in details the hardware support being requested and why this support benefits Eclipse ThreadX.

**Describe why you are asking for this support?**
Describe why you are asking for this support.

If this is a new board or SoC, please state whether you are willing to maintain the Azure RTOS support together with you.
If this is a new board or SoC, please state whether you are willing to maintain the Eclipse ThreadX support together with you.

**Additional context**
Add any other context or graphics (drag-and-drop an image) about the hardware here.
2 changes: 1 addition & 1 deletion .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
@@ -22,4 +22,4 @@ jobs:
pull-requests: write
pages: write
id-token: write
uses: azure-rtos/threadx/.github/workflows/regression_template.yml@master
uses: eclipse-threadx/threadx/.github/workflows/regression_template.yml@master
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -116,7 +116,7 @@ Instruction for building the LevelX as static library using Arm GNU Toolchain an

## Licensing

License terms for using Eclipse ThreadX are defined in the LICENSE.txt file of this repo. Please refer to this file for all definitive licensing information.
License terms for using Eclipse ThreadX are defined in the LICENSE.txt file of this repo. Please refer to this file for all definitive licensing information for all content, incl. the history of this repo.

## Resources