⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 release.html

📁 uc/os 的文件系统,使用fat16格式,绝对的好东西!
💻 HTML
字号:
<html>
<head>
<title>Release notes</title>
</head>

<style>
 H1, H2, H3, H4 { color: blue }
 H1, H2, H3, H4, H5 { font-family: Helvetica;}
 PRE {  color: black;  margin-left: 2%; }
 BODY { color: black;  margin-left: 2%; font-family: Verdana; font-size=75%}
 table{ color: black;  font-family: Verdana; font-size=100%}
</style>

<body bgcolor="#FFFFFF">

<h1>Release notes for emFile Version 1.34a</h1>
<font size=-1>
Updated: 2003-10-15 [TW] V1.34<br>
<br>
</font>
  <ol>
  <li><a href=#features>New features</li></a>
  <li><a href=#improvements>Improvements</li></a>
  <li><a href=#pcorr>Program corrections</li></a>
  <li><a href=#problems>Known problems</li></a>
  <li><a href=#history>Release history</li></a>
  <li><a href=#misc>Miscellaneous</li></a>
  </ol>
<hr>

<!-------------------------------------------------------------------------->
<!-- NEW FEATURES                                                         -->
<!-------------------------------------------------------------------------->
<h2><a name="features">New features</a></h2>
None
<hr>

<!-------------------------------------------------------------------------->
<!-- Improvements                                                         -->
<!-------------------------------------------------------------------------->
<h2><a name="improvements">Improvements</a></h2>
None
<hr>

<!-------------------------------------------------------------------------->
<!-- PROGRAM CORRECTIONS                                                  -->
<!-------------------------------------------------------------------------->
<h2><a name="pcorr">Program corrections</a></h2>

<h3>Version 1.34a</h3>
<ol>
<font color=blue><li>FS_FWrite cluster allocation failed</li></font><br>
When a file after executing FS_FWrite reached a total size of cluster size * n + 1, no further cluster was allocated for the last byte. After closing the file it was valid but one byte smaller than expected. Typical cluster sizes are 512 bytes for media smaller than 2MB, 4k on most MMC cards and 16k for 16MB or greater media. This problem occurs only in v1.30 until v1.34.
</ol>
<hr>

<!-------------------------------------------------------------------------->
<!-- KNOWN PROBLEMS                                                       -->
<!-------------------------------------------------------------------------->
<h2><a name="problems">Known problems</a></h2>
None
<hr>

<!-------------------------------------------------------------------------->
<!-- Release history                                                      -->
<!-------------------------------------------------------------------------->
<h2><a name="history">Release history</a></h2>
<table>
  <tr> <td width=20%>Version</td> <td width=30%>Release date</td>  <td>Short explanation</td> </tr>
  <tr> <td>V1.34</td>   <td>15. Oct  2003</td>    <td>First version with release history</td> </tr>
</table>
<hr>


<!-------------------------------------------------------------------------->
<!-- MISCELLANEOUS                                                        -->
<!-------------------------------------------------------------------------->
<h2><a name="misc">Miscellaneous</a></h2>
  This document was first released with version 1.34a of the software.
  Software released earlier is documented internally.
  This information is available at request.
<hr>

<br>
Copyright 2002 SEGGER Microcontroller Systeme GmbH. All rights reserved.<br>
For more information, please visit our website <a href ="http://www.segger.com/">www.segger.com</a> or contact us at <a href ="mailto:info@segger.com">info@segger.com</a><br>
</font>

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -