Skip to content

Commit 1e28bc0

Browse files
Merge pull request #6 from weston-embedded/release/v4.08.01
Release/v4.08.01
2 parents 4ee1f4f + 1fd1016 commit 1e28bc0

File tree

134 files changed

+308
-269
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+308
-269
lines changed

APP/Template/fs_app.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* TEMPLATE
2121
*
2222
* Filename : fs_app.c
23-
* Version : V4.08.00
23+
* Version : V4.08.01
2424
*********************************************************************************************************
2525
*/
2626

APP/Template/fs_app.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* TEMPLATE
2121
*
2222
* Filename : fs_app.h
23-
* Version : V4.08.00
23+
* Version : V4.08.01
2424
*********************************************************************************************************
2525
*/
2626

APP/Template/fs_app_cfg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
*
2121
* Filename : fs_app_cfg.h
22-
* Version : V4.08.00
22+
* Version : V4.08.01
2323
* Note(s) : This is an example application configuration template when using the initialization code
2424
* provided in fs_app.c. The relevant preprocessor definitions should be included in the project global
2525
* app_cfg.h. Note that the values are demonstrative only and should be configured correctly for the

Cfg/Template/fs_cfg.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/FS
44
* The Embedded File System
55
*
6-
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -22,7 +22,7 @@
2222
* TEMPLATE
2323
*
2424
* Filename : fs_cfg.h
25-
* Version : V4.08.00
25+
* Version : V4.08.01
2626
*********************************************************************************************************
2727
*/
2828

Cmd/Cfg/Template/fs_shell_cfg.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/FS
44
* The Embedded File System
55
*
6-
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -22,7 +22,7 @@
2222
* TEMPLATE
2323
*
2424
* Filename : fs_shell_cfg.h
25-
* Version : V4.08.00
25+
* Version : V4.08.01
2626
*********************************************************************************************************
2727
*/
2828

Cmd/fs_shell.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/FS
44
* The Embedded File System
55
*
6-
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -20,7 +20,7 @@
2020
* FS SHELL COMMANDS
2121
*
2222
* Filename : fs_shell.c
23-
* Version : V4.08.00
23+
* Version : V4.08.01
2424
*********************************************************************************************************
2525
*/
2626

Cmd/fs_shell.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/FS
44
* The Embedded File System
55
*
6-
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -20,7 +20,7 @@
2020
* FS SHELL COMMANDS
2121
*
2222
* Filename : fs_shell.h
23-
* Version : V4.08.00
23+
* Version : V4.08.01
2424
*********************************************************************************************************
2525
*/
2626

Dev/IDE/BSP/Template/bsp_fs_dev_ide.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/FS
44
* The Embedded File System
55
*
6-
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -24,7 +24,7 @@
2424
* TEMPLATE
2525
*
2626
* Filename : bsp_fs_dev_ide.c
27-
* Version : V4.08.00
27+
* Version : V4.08.01
2828
*********************************************************************************************************
2929
*/
3030

Dev/IDE/fs_dev_ide.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/FS
44
* The Embedded File System
55
*
6-
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -22,7 +22,7 @@
2222
* IDE DEVICES
2323
*
2424
* Filename : fs_dev_ide.c
25-
* Version : V4.08.00
25+
* Version : V4.08.01
2626
*********************************************************************************************************
2727
* Reference(s) : (1) CompactFlash Association. "CF+ and CompactFlash Specification Revision 4.1".
2828
* 002/16/07.

Dev/IDE/fs_dev_ide.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/FS
44
* The Embedded File System
55
*
6-
* Copyright 2008-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2008-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -22,7 +22,7 @@
2222
* IDE DEVICES
2323
*
2424
* Filename : fs_dev_ide.h
25-
* Version : V4.08.00
25+
* Version : V4.08.01
2626
*********************************************************************************************************
2727
* Reference(s) : (1) CompactFlash Association. "CF+ and CompactFlash Specification Revision 4.1".
2828
* 002/16/07.

0 commit comments

Comments
 (0)