Skip to content

Commit

Permalink
tx_low_level.S is also now available under the MIT license.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant committed Sep 10, 2024
1 parent e82599d commit 3c1672e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 261 deletions.
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

0 comments on commit 3c1672e

Please sign in to comment.