Skip to content

Commit

Permalink
Merge pull request #11 from cz172638/eclipse-threadx
Browse files Browse the repository at this point in the history
switch ThreadX from Azure to Eclipse
  • Loading branch information
jonathanpallant committed Sep 10, 2024
2 parents 6f63855 + 3c1672e commit bcd95f2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 263 deletions.
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

0 comments on commit bcd95f2

Please sign in to comment.