Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch ThreadX from Azure to Eclipse #11

Merged
merged 3 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

[submodule "threadx"]
path = threadx
url = https://github.com/azure-rtos/threadx.git
url = https://github.com/eclipse-threadx/threadx.git
249 changes: 0 additions & 249 deletions LICENSES/LicenseRef-Azure.txt

This file was deleted.

23 changes: 11 additions & 12 deletions nrf52-app/src/tx_low_level.S
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
@/**************************************************************************/
@/* */
@/* Copyright (c) Microsoft Corporation. All rights reserved. */
@/* */
@/* This software is licensed under the Microsoft Software License */
@/* Terms for Microsoft Azure RTOS. Full text of the license can be */
@/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
@/* and in the root directory of this software. */
@/* SPDX-License-Identifier: LicenseRef-Azure */
@/* */
@/**************************************************************************/
@/***************************************************************************
@ * Copyright (c) 2024 Microsoft Corporation
@ *
@ * This program and the accompanying materials are made available under the
@ * terms of the MIT License which is available at
@ * https://opensource.org/licenses/MIT.
@ *
@ * SPDX-License-Identifier: MIT
@ *
@ * Modified by Ferrous Systems
@ **************************************************************************/
@
@
@/**************************************************************************/
Expand All @@ -22,7 +22,6 @@
@/**************************************************************************/
@
@
.global _tx_initialize_low_level2
.global _tx_thread_system_stack_ptr
.global _tx_initialize_unused_memory
.global __sheap
Expand Down
2 changes: 1 addition & 1 deletion threadx-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "threadx-sys"
version = "0.1.0"
edition = "2021"
authors = ["Jonathan Pallant <[email protected]>"]
license-file = "../LICENCES/LicenseRef-Azure.txt"
license-file = "../LICENCES/MIT.txt"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
Loading