File tree Expand file tree Collapse file tree 10 files changed +90
-101
lines changed
Expand file tree Collapse file tree 10 files changed +90
-101
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- /**************************************************************************/
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/**************************************************************************/
1412/**************************************************************************/
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 necessary files. */
1312#include "lx_stm32_nor_simulator_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 "lx_stm32_ospi_driver.h"
1312
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 "lx_stm32_qspi_driver.h"
1312
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#ifndef LX_STM32_NAND_SIMULATOR_DRIVER_H
1312#define LX_STM32_NAND_SIMULATOR_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#ifndef LX_STM32_NOR_SIMULATOR_DRIVER_H
1312#define LX_STM32_NOR_SIMULATOR_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#ifndef LX_STM32_OSPI_DRIVER_H
1312#define LX_STM32_OSPI_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 "lx_stm32_ospi_driver.h"
1312
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#ifndef LX_STM32_QSPI_DRIVER_H
1312#define LX_STM32_QSPI_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 "lx_stm32_qspi_driver.h"
1312/* USER CODE BEGIN 0 */
You can’t perform that action at this time.
0 commit comments