Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Components/FileSystem/FileSystem.scvd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>

<component_viewer schemaVersion="0.1" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="Component_Viewer.xsd">
<component name="File System" shortname="FS" version="8.0.2"/> <!-- name and version of the component -->
<component name="File System" shortname="FS" version="8.0.3"/> <!-- name and version of the component -->

<typedefs>
<!-- Flash Sector information (Driver_Flash.h line 58) -->
Expand Down
4 changes: 2 additions & 2 deletions Components/FileSystem/Include/rl_fs.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*------------------------------------------------------------------------------
* MDK Middleware - Component ::File System
* Copyright (c) 2004-2025 Arm Limited (or its affiliates). All rights reserved.
* Copyright (c) 2004-2026 Arm Limited (or its affiliates). All rights reserved.
*------------------------------------------------------------------------------
* Name: rl_fs.h
* Purpose: File System API
Expand All @@ -14,7 +14,7 @@

#define MW_FS_VERSION_MAJOR 8
#define MW_FS_VERSION_MINOR 0
#define MW_FS_VERSION_PATCH 2
#define MW_FS_VERSION_PATCH 3

// ==== Enumeration, structures, defines ====

Expand Down
6 changes: 6 additions & 0 deletions Documentation/Doxygen/FileSystem/src/revision_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
<th>Version</th>
<th>Description</th>
</tr>
<tr>
<td>V8.0.3</td>
<td>
- corrected output format in file seek debug events
</td>
</tr>
<tr>
<td>V8.0.2</td>
<td>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Doxygen/General/src/revision_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<td>V8.3.0</td>
<td>
- Network Component Version 8.3.0
- FileSystem Component Version 8.0.2 (unchanged)
- FileSystem Component Version 8.0.3
- USB Component Version 8.0.1 (unchanged)
</td>
</tr>
Expand Down
4 changes: 3 additions & 1 deletion Keil.MDK-Middleware.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<releases>
<release version="8.3.0-dev">
Active development ...
FileSystem Component Version 8.0.3
- corrected output format in file seek debug events
Network Component Version 8.3.0
- updated mbedTLS interface and examples to support mbedTLS v4.0.0
- corrected false-positive responses in FTP Server for commands starting active mode
Expand Down Expand Up @@ -1162,7 +1164,7 @@
</bundle>

<!-- File System (MDK) -->
<bundle Cbundle="MDK" Cclass="File System" Cversion="8.0.2">
<bundle Cbundle="MDK" Cclass="File System" Cversion="8.0.3">
<description>File Access on various storage devices</description>
<doc>Documentation/html/FileSystem/index.html</doc>
<component Cgroup="CORE" condition="CMSIS Core with RTOS and File System I/O">
Expand Down
Loading