File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /***************************************************************************/
2+ /* Copyright (c) 2024 Microsoft Corporation */
3+ /* Copyright (c) 2026 Eclipse ThreadX contributors */
4+ /* */
5+ /* This program and the accompanying materials are made available under */
6+ /* the terms of the MIT License which is available at */
7+ /* https://opensource.org/licenses/MIT. */
8+ /* */
9+ /* SPDX-License-Identifier: MIT */
10+ /***************************************************************************/
11+
112/* This is a small demo of the high-performance FileX FAT file system with LevelX
213 and the NAND simulated driver. */
314
Original file line number Diff line number Diff line change 1+ /***************************************************************************/
2+ /* Copyright (c) 2024 Microsoft Corporation */
3+ /* Copyright (c) 2026 Eclipse ThreadX contributors */
4+ /* */
5+ /* This program and the accompanying materials are made available under */
6+ /* the terms of the MIT License which is available at */
7+ /* https://opensource.org/licenses/MIT. */
8+ /* */
9+ /* SPDX-License-Identifier: MIT */
10+ /***************************************************************************/
11+
112/* This is a small demo of the high-performance FileX FAT file system with LevelX
213 and the NOR simulated driver. */
314
Original file line number Diff line number Diff line change 11#! /bin/bash
2+ # #############################################################################
3+ # Copyright (c) 2024 Microsoft Corporation
4+ # Copyright (c) 2026 Eclipse ThreadX contributors
5+ #
6+ # This program and the accompanying materials are made available under the
7+ # terms of the MIT License which is available at
8+ # https://opensource.org/licenses/MIT.
9+ #
10+ # SPDX-License-Identifier: MIT
11+ # #############################################################################
12+
213$( dirname ` realpath $0 ` ) /../test/cmake/run.sh build all
Original file line number Diff line number Diff line change 11#! /bin/bash
2+ # #############################################################################
3+ # Copyright (c) 2024 Microsoft Corporation
4+ # Copyright (c) 2026 Eclipse ThreadX contributors
5+ #
6+ # This program and the accompanying materials are made available under the
7+ # terms of the MIT License which is available at
8+ # https://opensource.org/licenses/MIT.
9+ #
10+ # SPDX-License-Identifier: MIT
11+ # #############################################################################
12+
213#
314
415# Remove large folder
Original file line number Diff line number Diff line change 11#! /bin/bash
2+ # #############################################################################
3+ # Copyright (c) 2024 Microsoft Corporation
4+ # Copyright (c) 2026 Eclipse ThreadX contributors
5+ #
6+ # This program and the accompanying materials are made available under the
7+ # terms of the MIT License which is available at
8+ # https://opensource.org/licenses/MIT.
9+ #
10+ # SPDX-License-Identifier: MIT
11+ # #############################################################################
12+
213$( dirname ` realpath $0 ` ) /../test/cmake/run.sh test all
Original file line number Diff line number Diff line change 11#! /bin/bash
2+ # #############################################################################
3+ # Copyright (c) 2024 Microsoft Corporation
4+ # Copyright (c) 2026 Eclipse ThreadX contributors
5+ #
6+ # This program and the accompanying materials are made available under the
7+ # terms of the MIT License which is available at
8+ # https://opensource.org/licenses/MIT.
9+ #
10+ # SPDX-License-Identifier: MIT
11+ # #############################################################################
12+
213
314set -e
415
Original file line number Diff line number Diff line change 11#! /bin/bash
2+ # #############################################################################
3+ # Copyright (c) 2024 Microsoft Corporation
4+ # Copyright (c) 2026 Eclipse ThreadX contributors
5+ #
6+ # This program and the accompanying materials are made available under the
7+ # terms of the MIT License which is available at
8+ # https://opensource.org/licenses/MIT.
9+ #
10+ # SPDX-License-Identifier: MIT
11+ # #############################################################################
12+
213
314cd $( dirname $0 )
415
Original file line number Diff line number Diff line change 1+ /***************************************************************************/
2+ /* Copyright (c) 2024 Microsoft Corporation */
3+ /* Copyright (c) 2026 Eclipse ThreadX contributors */
4+ /* */
5+ /* This program and the accompanying materials are made available under */
6+ /* the terms of the MIT License which is available at */
7+ /* https://opensource.org/licenses/MIT. */
8+ /* */
9+ /* SPDX-License-Identifier: MIT */
10+ /***************************************************************************/
11+
112/* Basic NOR flash tests... */
213
314#include <stdio.h>
Original file line number Diff line number Diff line change 1+ /***************************************************************************/
2+ /* Copyright (c) 2024 Microsoft Corporation */
3+ /* Copyright (c) 2026 Eclipse ThreadX contributors */
4+ /* */
5+ /* This program and the accompanying materials are made available under */
6+ /* the terms of the MIT License which is available at */
7+ /* https://opensource.org/licenses/MIT. */
8+ /* */
9+ /* SPDX-License-Identifier: MIT */
10+ /***************************************************************************/
11+
112/* Basic NOR flash tests... */
213
314#include <stdio.h>
Original file line number Diff line number Diff line change 1+ /***************************************************************************/
2+ /* Copyright (c) 2024 Microsoft Corporation */
3+ /* Copyright (c) 2026 Eclipse ThreadX contributors */
4+ /* */
5+ /* This program and the accompanying materials are made available under */
6+ /* the terms of the MIT License which is available at */
7+ /* https://opensource.org/licenses/MIT. */
8+ /* */
9+ /* SPDX-License-Identifier: MIT */
10+ /***************************************************************************/
11+
112/* Basic NOR flash tests... */
213
314#include <stdio.h>
You can’t perform that action at this time.
0 commit comments