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

📄 release.html

📁 This project should serve as an "easy start" with embOS. All pathes are relative to the project fil
💻 HTML
字号:
<html>
<head>
<title>Release notes</title>
</head>

<style>
  H2, H3, H4 { color: blue }
  H1, H2, H3, H4, H5 { font-family: Arial, Helvetica, sans-serif;}
  PRE {  color: black;  margin-left: 2%; }
  BODY { color: black;  margin-left: 2%; font-family: Verdana, Arial, Helvetica, sans-serif; font-size=75%}
  table{ color: black;  font-family: Verdana; font-size=100%}
  .maintext {
	  font-size: 10px;
	  color: #000000;
	  margin-left: 20px;
	  margin-right: 20px;
  }
  h1.newsbox {
	  color: #FFFFFF;
	  font-weight: bold;
	  font-size: 13px;
	  padding-left: 10px;
	  background: #526194 no-repeat right;
	  border: thin solid #000000;
	  margin-right: 5px;
	  margin-left: 5px;
  }
  .heading2 {
	  color: #336699;
	  font-weight: bold;
	  font-size: 12px;
	  padding-left: 25px;
  }
</style>

<body bgcolor="#FFFFFF">

<h3>Release notes for embOS Version 3.26 for ARM7/9 ARM RealView Developer Kit 1.6.1</h3>
<!--  Modifiable information starts here ----------------------------------------->
      <ol class="maintext">
        <li><A HREF="#toolchain">Tool chain used for build</A> </li>
        <li><A HREF="#features">New features</A> </li>
        <li><A HREF="#improvements">Improvements</A> </li>
        <li><A HREF="#pcorr">Program corrections</A> </li>
        <li><A HREF="#problems">Known problems/limitations</A> </li>
        <li><A HREF="#history">Release history</A> </li>
        <li><A HREF="#misc">Miscellaneous</A> </li>
      </ol>
      <p class="maintext">Last Update:<BR>
        2005-02-09 [SR] 3.26 <br>
      </p>
      <!-------------------------------------------------------------------------->
      <!-- TOOL CHAIN (Compiler) Information                                    -->
      <!-------------------------------------------------------------------------->
      <h1 class="newsbox"><a name="toolchain">Tool chain used for build</a></h1>
      <p class="maintext">The following tools have been used:</p>
      <pre class="maintext">
Compiler:  ARM/Thumb C/C++ Compiler,  RVCT2.0.1 [Build 313] Preview for ST
Assembler: ARM/Thumb Macro Assembler, RVCT2.0.1 [Build 313]  Preview for ST
Librarian: ARM Linker,                RVCT2.0.1 [Build 313] Preview for ST
Workbench: RealView Debugger 1.6.1
</pre>
      <!-------------------------------------------------------------------------->
      <!-- NEW FEATURES                                                         -->
      <!-------------------------------------------------------------------------->
      <h1 class="newsbox"><a name="features">New features</a></h1>
      <h2 class="heading2">Version 3.26</h2>
      <ol class="maintext">
        All features of generic 3.26 kernel supported. </P> 
      </ol>
      <!-------------------------------------------------------------------------->
      <!-- Improvements                                                         -->
      <!-------------------------------------------------------------------------->
      <h1 class="newsbox"><a name="improvements">Improvements</a></h1>
      <h2 class="heading2">Version 3.26</h2>
      <ol class="maintext">
        First version. None. 
      </ol>
      <!-------------------------------------------------------------------------->
      <!-- PROGRAM CORRECTIONS                                                  -->
      <!-------------------------------------------------------------------------->
      <h1 class="newsbox"><a name="pcorr">Program corrections</a></h1>
      <h2 class="heading2">Version 3.26</h2>
      <ol class="maintext">
        First version. None. 
      </ol>
      <!-------------------------------------------------------------------------->
      <!-- KNOWN PROBLEMS                                                       -->
      <!-------------------------------------------------------------------------->
      <h1 class="newsbox"><a name="problems">Known problems/limitations</a></h1>
      <h2 class="heading2">Version 3.20f</h2>
      <ol class="maintext">
        First version. None. 
      </ol>
      <!-------------------------------------------------------------------------->
      <!-- Release history                                                      -->
      <!-------------------------------------------------------------------------->
      <h1 class="newsbox"><a name="history">Release history</a></h1>
      <table class="maintext">
        <tr> 
          <td width=20%>Version</td>
          <td width=30%>Release date</td>
          <td>Short explanation</td>
        </tr>
        <tr> 
          <td>V3.26</td>
          <td>09. Feb 2005</td>
          <td>First version with release history</td>
        </tr>
      </table>
      <!-------------------------------------------------------------------------->
      <!-- MISCELLANEOUS                                                        -->
      <!-------------------------------------------------------------------------->
      <h1 class="newsbox"><a name="misc">Miscellaneous</a></h1>
      <p class="maintext">This document was first released with version 3.26 of 
        the software.<br>
        Software released earlier is documented internally. This information is 
        available at request.
      </p>
<!--  Modifiable information ends here   ----------------------------------------->
<hr>
<p class="maintext">
Copyright 2001-2005 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>
</p>
</body>
</html>

⌨️ 快捷键说明

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