File tree Expand file tree Collapse file tree 16 files changed +145
-169
lines changed
Expand file tree Collapse file tree 16 files changed +145
-169
lines changed Original file line number Diff line number Diff line change 1- /**************************************************************************/
2- /* */
3- /* Copyright (c) Microsoft Corporation. All rights reserved. */
4- /* */
5- /* This software is licensed under the Microsoft Software License */
6- /* Terms for Microsoft Azure RTOS. Full text of the license can be */
7- /* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
8- /* and in the root directory of this software. */
9- /* */
10- /**************************************************************************/
1+ /***************************************************************************
2+ * Copyright (c) 2024 Microsoft Corporation
3+ *
4+ * This program and the accompanying materials are made available under the
5+ * terms of the MIT License which is available at
6+ * https://opensource.org/licenses/MIT.
7+ *
8+ * SPDX-License-Identifier: MIT
9+ ************************************************************************* */
10+
1111
1212#include "fx_stm32_levelx_nand_driver.h"
1313
Original file line number Diff line number Diff line change 1- /**************************************************************************/
2- /* */
3- /* Copyright (c) Microsoft Corporation. All rights reserved. */
4- /* */
5- /* This software is licensed under the Microsoft Software License */
6- /* Terms for Microsoft Azure RTOS. Full text of the license can be */
7- /* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
8- /* and in the root directory of this software. */
9- /* */
10- /**************************************************************************/
1+ /***************************************************************************
2+ * Copyright (c) 2024 Microsoft Corporation
3+ *
4+ * This program and the accompanying materials are made available under the
5+ * terms of the MIT License which is available at
6+ * https://opensource.org/licenses/MIT.
7+ *
8+ * SPDX-License-Identifier: MIT
9+ **************************************************************************/
1110
1211#include "fx_stm32_levelx_nor_driver.h"
1312
Original file line number Diff line number Diff line change 1- /**************************************************************************/
2- /* */
3- /* Partial Copyright (c) Microsoft Corporation. All rights reserved.*/
4- /* */
5- /* This software is licensed under the Microsoft Software License */
6- /* Terms for Microsoft Azure RTOS. Full text of the license can be */
7- /* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
8- /* and in the root directory of this software. */
9- /* Partial Copyright (c) STMicroelctronics 2020. All rights reserved */
10- /**************************************************************************/
11-
1+ /***************************************************************************
2+ * Copyright (c) 2024 Microsoft Corporation
3+ *
4+ * This program and the accompanying materials are made available under the
5+ * terms of the MIT License which is available at
6+ * https://opensource.org/licenses/MIT.
7+ *
8+ * SPDX-License-Identifier: MIT
9+ **************************************************************************/
1210
1311/* Include necessary system files. */
1412#include "fx_stm32_mmc_driver.h"
Original file line number Diff line number Diff line change 1- /**************************************************************************/
2- /* */
3- /* Partial Copyright (c) Microsoft Corporation. All rights reserved.*/
4- /* */
5- /* This software is licensed under the Microsoft Software License */
6- /* Terms for Microsoft Azure RTOS. Full text of the license can be */
7- /* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
8- /* and in the root directory of this software. */
9- /* Partial Copyright (c) STMicroelctronics 2020. All rights reserved */
10- /**************************************************************************/
11-
1+ /***************************************************************************
2+ * Copyright (c) 2024 Microsoft Corporation
3+ *
4+ * This program and the accompanying materials are made available under the
5+ * terms of the MIT License which is available at
6+ * https://opensource.org/licenses/MIT.
7+ *
8+ * SPDX-License-Identifier: MIT
9+ **************************************************************************/
1210
1311/* Include necessary system files. */
1412#include "fx_stm32_sd_driver.h"
Original file line number Diff line number Diff line change 1-
2- /**************************************************************************/
3- /* */
4- /* Copyright (c) Microsoft Corporation. All rights reserved. */
5- /* */
6- /* This software is licensed under the Microsoft Software License */
7- /* Terms for Microsoft Azure RTOS. Full text of the license can be */
8- /* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
9- /* and in the root directory of this software. */
10- /* */
11- /**************************************************************************/
12-
1+ /***************************************************************************
2+ * Copyright (c) 2024 Microsoft Corporation
3+ *
4+ * This program and the accompanying materials are made available under the
5+ * terms of the MIT License which is available at
6+ * https://opensource.org/licenses/MIT.
7+ *
8+ * SPDX-License-Identifier: MIT
9+ **************************************************************************/
1310
1411/**************************************************************************/
1512/**************************************************************************/
Original file line number Diff line number Diff line change 1- /**************************************************************************/
2- /* */
3- /* Copyright (c) Microsoft Corporation. All rights reserved. */
4- /* */
5- /* This software is licensed under the Microsoft Software License */
6- /* Terms for Microsoft Azure RTOS. Full text of the license can be */
7- /* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
8- /* and in the root directory of this software. */
9- /* */
10- /**************************************************************************/
1+ /***************************************************************************
2+ * Copyright (c) 2024 Microsoft Corporation
3+ *
4+ * This program and the accompanying materials are made available under the
5+ * terms of the MIT License which is available at
6+ * https://opensource.org/licenses/MIT.
7+ *
8+ * SPDX-License-Identifier: MIT
9+ **************************************************************************/
1110
1211/* Define to prevent recursive inclusion -------------------------------------*/
1312#ifndef FX_STM32_LX_NAND_DRIVER_H
Original file line number Diff line number Diff line change 1- /**************************************************************************/
2- /* */
3- /* Copyright (c) Microsoft Corporation. All rights reserved. */
4- /* */
5- /* This software is licensed under the Microsoft Software License */
6- /* Terms for Microsoft Azure RTOS. Full text of the license can be */
7- /* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
8- /* and in the root directory of this software. */
9- /* */
10- /**************************************************************************/
1+ /***************************************************************************
2+ * Copyright (c) 2024 Microsoft Corporation
3+ *
4+ * This program and the accompanying materials are made available under the
5+ * terms of the MIT License which is available at
6+ * https://opensource.org/licenses/MIT.
7+ *
8+ * SPDX-License-Identifier: MIT
9+ **************************************************************************/
1110
1211/* Define to prevent recursive inclusion -------------------------------------*/
1312#ifndef FX_STM32_LX_NOR_DRIVER_H
Original file line number Diff line number Diff line change 1-
2- /**************************************************************************/
3- /* */
4- /* Copyright (c) Microsoft Corporation. All rights reserved. */
5- /* */
6- /* This software is licensed under the Microsoft Software License */
7- /* Terms for Microsoft Azure RTOS. Full text of the license can be */
8- /* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
9- /* and in the root directory of this software. */
10- /* */
11- /**************************************************************************/
1+ /***************************************************************************
2+ * Copyright (c) 2024 Microsoft Corporation
3+ *
4+ * This program and the accompanying materials are made available under the
5+ * terms of the MIT License which is available at
6+ * https://opensource.org/licenses/MIT.
7+ *
8+ * SPDX-License-Identifier: MIT
9+ **************************************************************************/
1210
1311/* Define to prevent recursive inclusion -------------------------------------*/
1412#ifndef FX_STM32_MMC_DRIVER_H
Original file line number Diff line number Diff line change 1- /**************************************************************************/
2- /* */
3- /* Copyright (c) Microsoft Corporation. All rights reserved. */
4- /* */
5- /* This software is licensed under the Microsoft Software License */
6- /* Terms for Microsoft Azure RTOS. Full text of the license can be */
7- /* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
8- /* and in the root directory of this software. */
9- /* */
10- /**************************************************************************/
1+ /***************************************************************************
2+ * Copyright (c) 2024 Microsoft Corporation
3+ *
4+ * This program and the accompanying materials are made available under the
5+ * terms of the MIT License which is available at
6+ * https://opensource.org/licenses/MIT.
7+ *
8+ * SPDX-License-Identifier: MIT
9+ **************************************************************************/
1110
1211#include "fx_stm32_mmc_driver.h"
1312
Original file line number Diff line number Diff line change 1-
2- /**************************************************************************/
3- /* */
4- /* Copyright (c) Microsoft Corporation. All rights reserved. */
5- /* */
6- /* This software is licensed under the Microsoft Software License */
7- /* Terms for Microsoft Azure RTOS. Full text of the license can be */
8- /* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */
9- /* and in the root directory of this software. */
10- /* */
11- /**************************************************************************/
1+ /***************************************************************************
2+ * Copyright (c) 2024 Microsoft Corporation
3+ *
4+ * This program and the accompanying materials are made available under the
5+ * terms of the MIT License which is available at
6+ * https://opensource.org/licenses/MIT.
7+ *
8+ * SPDX-License-Identifier: MIT
9+ **************************************************************************/
1210
1311/* Define to prevent recursive inclusion -------------------------------------*/
1412#ifndef FX_STM32_SD_DRIVER_H
You can’t perform that action at this time.
0 commit comments