Skip to content

Commit

Permalink
Merge pull request #6 from weston-embedded/release/v4.08.01
Browse files Browse the repository at this point in the history
Release/v4.08.01
  • Loading branch information
wes-jmagasrevy committed May 20, 2021
2 parents 4ee1f4f + 1fd1016 commit 1e28bc0
Show file tree
Hide file tree
Showing 134 changed files with 308 additions and 269 deletions.
2 changes: 1 addition & 1 deletion APP/Template/fs_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* TEMPLATE
*
* Filename : fs_app.c
* Version : V4.08.00
* Version : V4.08.01
*********************************************************************************************************
*/

Expand Down
2 changes: 1 addition & 1 deletion APP/Template/fs_app.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* TEMPLATE
*
* Filename : fs_app.h
* Version : V4.08.00
* Version : V4.08.01
*********************************************************************************************************
*/

Expand Down
2 changes: 1 addition & 1 deletion APP/Template/fs_app_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
*
* Filename : fs_app_cfg.h
* Version : V4.08.00
* Version : V4.08.01
* Note(s) : This is an example application configuration template when using the initialization code
* provided in fs_app.c. The relevant preprocessor definitions should be included in the project global
* app_cfg.h. Note that the values are demonstrative only and should be configured correctly for the
Expand Down
4 changes: 2 additions & 2 deletions Cfg/Template/fs_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/FS
* The Embedded File System
*
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -22,7 +22,7 @@
* TEMPLATE
*
* Filename : fs_cfg.h
* Version : V4.08.00
* Version : V4.08.01
*********************************************************************************************************
*/

Expand Down
4 changes: 2 additions & 2 deletions Cmd/Cfg/Template/fs_shell_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/FS
* The Embedded File System
*
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -22,7 +22,7 @@
* TEMPLATE
*
* Filename : fs_shell_cfg.h
* Version : V4.08.00
* Version : V4.08.01
*********************************************************************************************************
*/

Expand Down
4 changes: 2 additions & 2 deletions Cmd/fs_shell.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/FS
* The Embedded File System
*
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -20,7 +20,7 @@
* FS SHELL COMMANDS
*
* Filename : fs_shell.c
* Version : V4.08.00
* Version : V4.08.01
*********************************************************************************************************
*/

Expand Down
4 changes: 2 additions & 2 deletions Cmd/fs_shell.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/FS
* The Embedded File System
*
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -20,7 +20,7 @@
* FS SHELL COMMANDS
*
* Filename : fs_shell.h
* Version : V4.08.00
* Version : V4.08.01
*********************************************************************************************************
*/

Expand Down
4 changes: 2 additions & 2 deletions Dev/IDE/BSP/Template/bsp_fs_dev_ide.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/FS
* The Embedded File System
*
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -24,7 +24,7 @@
* TEMPLATE
*
* Filename : bsp_fs_dev_ide.c
* Version : V4.08.00
* Version : V4.08.01
*********************************************************************************************************
*/

Expand Down
4 changes: 2 additions & 2 deletions Dev/IDE/fs_dev_ide.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/FS
* The Embedded File System
*
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -22,7 +22,7 @@
* IDE DEVICES
*
* Filename : fs_dev_ide.c
* Version : V4.08.00
* Version : V4.08.01
*********************************************************************************************************
* Reference(s) : (1) CompactFlash Association. "CF+ and CompactFlash Specification Revision 4.1".
* 002/16/07.
Expand Down
4 changes: 2 additions & 2 deletions Dev/IDE/fs_dev_ide.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/FS
* The Embedded File System
*
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -22,7 +22,7 @@
* IDE DEVICES
*
* Filename : fs_dev_ide.h
* Version : V4.08.00
* Version : V4.08.01
*********************************************************************************************************
* Reference(s) : (1) CompactFlash Association. "CF+ and CompactFlash Specification Revision 4.1".
* 002/16/07.
Expand Down
4 changes: 2 additions & 2 deletions Dev/MSC/fs_dev_msc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/FS
* The Embedded File System
*
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -23,7 +23,7 @@
* for uC/USB-Host
*
* Filename : fs_dev_msc.c
* Version : V4.08.00
* Version : V4.08.01
*********************************************************************************************************
* Note(s) : (1) Assumes uC/USB-Host V3.10 or newer is included in the project build.
*
Expand Down
4 changes: 2 additions & 2 deletions Dev/MSC/fs_dev_msc.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/FS
* The Embedded File System
*
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -23,7 +23,7 @@
* for uC/USB-Host
*
* Filename : fs_dev_msc.h
* Version : V4.08.00
* Version : V4.08.01
*********************************************************************************************************
* Note(s) : (1) Assumes uC/USB-Host V3.10, 3.30 or 3.40 is included in the project build.
*
Expand Down
4 changes: 2 additions & 2 deletions Dev/NAND/BSP/Template/bsp_fs_dev_nand_ctrlr_gen.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/FS
* The Embedded File System
*
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -24,7 +24,7 @@
* TEMPLATE
*
* Filename : bsp_fs_dev_nand_ctrlr_gen.c
* Version : V4.08.00
* Version : V4.08.01
*********************************************************************************************************
*/

Expand Down
4 changes: 2 additions & 2 deletions Dev/NAND/Cfg/Template/fs_dev_nand_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/FS
* The Embedded File System
*
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -22,7 +22,7 @@
* TEMPLATE
*
* Filename : fs_nand_cfg.c
* Version : V4.08.00
* Version : V4.08.01
*********************************************************************************************************
*/

Expand Down
4 changes: 2 additions & 2 deletions Dev/NAND/Ctrlr/GenExt/fs_dev_nand_ctrlr_gen_micron_ecc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/FS
* The Embedded File System
*
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -20,7 +20,7 @@
* NAND DEVICE GENERIC CONTROLLER MICRON ON-CHIP ECC EXTENSION
*
* Filename : fs_dev_nand_ctrlr_gen_micron_ecc.c
* Version : V4.08.00
* Version : V4.08.01
* Note(s) : (1) This controller generic extension is compatible with some Micron
* NAND devices with on-chip ECC hardware calculation, including:
* Micron 29F1G08ABADA
Expand Down
4 changes: 2 additions & 2 deletions Dev/NAND/Ctrlr/GenExt/fs_dev_nand_ctrlr_gen_micron_ecc.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/FS
* The Embedded File System
*
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -20,7 +20,7 @@
* NAND DEVICE GENERIC CONTROLLER MICRON HARDWARE ECC EXTENSION
*
* Filename : fs_dev_nand_ctrlr_gen_micron_ecc.h
* Version : V4.08.00
* Version : V4.08.01
*********************************************************************************************************
*/

Expand Down
4 changes: 2 additions & 2 deletions Dev/NAND/Ctrlr/GenExt/fs_dev_nand_ctrlr_gen_soft_ecc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/FS
* The Embedded File System
*
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -20,7 +20,7 @@
* NAND DEVICE GENERIC CONTROLLER SOFTWARE ECC EXTENSION
*
* Filename : fs_dev_nand_ctrlr_gen_soft_ecc.c
* Version : V4.08.00
* Version : V4.08.01
*********************************************************************************************************
*/

Expand Down
4 changes: 2 additions & 2 deletions Dev/NAND/Ctrlr/GenExt/fs_dev_nand_ctrlr_gen_soft_ecc.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/FS
* The Embedded File System
*
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -20,7 +20,7 @@
* NAND DEVICE GENERIC CONTROLLER SOFTWARE ECC EXTENSION
*
* Filename : fs_dev_nand_ctrlr_gen_soft_ecc.h
* Version : V4.08.00
* Version : V4.08.01
*********************************************************************************************************
*/

Expand Down
4 changes: 2 additions & 2 deletions Dev/NAND/Ctrlr/GenExt/fs_dev_nand_ctrlr_imx28_bch.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/FS
* The Embedded File System
*
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -20,7 +20,7 @@
* NAND DEVICE GENERIC CONTROLLER IMX28 HARDWARE ECC EXTENSION
*
* Filename : fs_dev_nand_ctrlr_imx28_bch.c
* Version : V4.08.00
* Version : V4.08.01
*********************************************************************************************************
*/

Expand Down
4 changes: 2 additions & 2 deletions Dev/NAND/Ctrlr/GenExt/fs_dev_nand_ctrlr_imx28_bch.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/FS
* The Embedded File System
*
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -20,7 +20,7 @@
* NAND DEVICE GENERIC CONTROLLER SOFTWARE ECC EXTENSION
*
* Filename : fs_dev_nand_ctrlr_imx28_bch.h
* Version : V4.08.00
* Version : V4.08.01
*********************************************************************************************************
*/

Expand Down
4 changes: 2 additions & 2 deletions Dev/NAND/Ctrlr/fs_dev_nand_ctrlr_gen.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/FS
* The Embedded File System
*
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -23,7 +23,7 @@
* GENERIC CONTROLLER-LAYER DRIVER
*
* Filename : fs_dev_nand_ctrlr_gen.c
* Version : V4.08.00
* Version : V4.08.01
*********************************************************************************************************
*/

Expand Down
4 changes: 2 additions & 2 deletions Dev/NAND/Ctrlr/fs_dev_nand_ctrlr_gen.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/FS
* The Embedded File System
*
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -23,7 +23,7 @@
* GENERIC CONTROLLER-LAYER DRIVER
*
* Filename : fs_dev_nand_ctrlr_gen.h
* Version : V4.08.00
* Version : V4.08.01
*********************************************************************************************************
*/

Expand Down
4 changes: 2 additions & 2 deletions Dev/NAND/Part/fs_dev_nand_part_onfi.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* uC/FS
* The Embedded File System
*
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
*
* SPDX-License-Identifier: APACHE-2.0
*
Expand All @@ -22,7 +22,7 @@
* NAND FLASH ONFI DEVICES
*
* Filename : fs_dev_nand_part_onfi.c
* Version : V4.08.00
* Version : V4.08.01
*********************************************************************************************************
*/

Expand Down
Loading

0 comments on commit 1e28bc0

Please sign in to comment.