Skip to content

Commit

Permalink
2.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Trusty77 committed Jul 15, 2018
1 parent 7c5b6b7 commit 52f80d2
Show file tree
Hide file tree
Showing 52 changed files with 3,508 additions and 231 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Test.bat

desktop\.ini
Binary file added History/MemoryUsage.2.20.1.zip
Binary file not shown.
339 changes: 339 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

Binary file modified MemoryUsage.zip
Binary file not shown.
7 changes: 7 additions & 0 deletions WhatsNew.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ This is a library for Arduino to check your SRAM / Stack memory usage.

Whats New ?

15/07/2018 V2.20.1
- Correction du format de Keywords.txt
- Ajout du fichier LICENSE

- Fix Keywords.txt format.
- Add of LICENSE file

19/07/2017 V2.20
- Ajout de la documentation doxypress.

Expand Down
22 changes: 11 additions & 11 deletions extras/Doc/Config/DoxyPressApp.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"extract-private": false,
"extract-static": false,
"file-version-filter": "",
"force-local-includes": false,
"force-local-includes": true,
"full-path-names": true,
"generate-bug-list": true,
"generate-deprecate-list": true,
Expand Down Expand Up @@ -56,11 +56,11 @@
""
],
"qt-auto-brief": false,
"repeat-brief": true,
"repeat-brief": false,
"separate-member-pages": false,
"short-names": false,
"show-file-page": true,
"show-grouped-members-inc": false,
"show-grouped-members-inc": true,
"show-include-files": true,
"show-namespace-page": true,
"show-used-files": true,
Expand Down Expand Up @@ -165,7 +165,7 @@
"strip-from-path": [
""
],
"tab-size": 4
"tab-size": 2
},
"index": {
"alpha-index": true,
Expand Down Expand Up @@ -203,7 +203,7 @@
"image-path": [
""
],
"input-encoding": "UTF-8",
"input-encoding": "ISO-8859-1",
"input-patterns": [
"*.as",
"*.c",
Expand Down Expand Up @@ -289,13 +289,13 @@
"generate-eclipse": false
},
"output-html": {
"disable-index": false,
"disable-index": true,
"enum-values-per-line": 4,
"external-links-in-window": false,
"external-links-in-window": true,
"formula-fontsize": 10,
"formula-transparent": true,
"generate-html": true,
"generate-treeview": false,
"generate-treeview": true,
"ghostscript": "",
"html-colorstyle-gamma": 80,
"html-colorstyle-hue": 18,
Expand All @@ -309,7 +309,7 @@
"html-header": "",
"html-index-num-entries": 100,
"html-output": "..",
"html-search": false,
"html-search": true,
"html-stylesheets": [
""
],
Expand Down Expand Up @@ -417,7 +417,7 @@
],
"macro-expansion": false,
"predefined-macros": [
""
"DOXYGEN_SPECIFIC="
],
"search-includes": true,
"skip-function-macros": true
Expand All @@ -437,7 +437,7 @@
"ref-by-relation": false,
"ref-link-source": true,
"ref-relation": false,
"source-code": false,
"source-code": true,
"source-tooltips": true,
"strip-code-comments": true,
"suffix-exclude-navtree": [
Expand Down
99 changes: 76 additions & 23 deletions extras/Doc/MemoryUsage_8cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxypress.css" rel="stylesheet" type="text/css" />
</head>
<body>
Expand All @@ -22,29 +36,59 @@
</div>
<div id="projectbrief">Arduino library MemoryUsage</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by DoxyPress 1.2.10 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>File&#160;Members</span></a></li>
</ul>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
<div id="breadcrumb" class="breadcrumb">
<ul>
<li class="navelem"><a class="el" href="dir_d41d8cd98f00b204e9800998ecf8427e.html">src</a></li> </ul>
</div>
</div><!-- top -->
<script type="text/javascript">
$(document).ready(function(){initNavTree('MemoryUsage_8cpp.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="header">
<div class="summary">
<a href="#define-members">Macros</a> &#124;
Expand All @@ -56,7 +100,9 @@
<div class="contents">
<div class="textblock"><code>#include &quot;Arduino.h&quot;</code><br />
<code>#include &quot;<a class="el" href="MemoryUsage_8h_source.html">MemoryUsage.h</a>&quot;</code><br />
</div><table class="memberdecls">
</div>
<p><a href="MemoryUsage_8cpp_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a>
Macros</h2></td></tr>
<tr class="memitem:aaf4bc0f6929ec6fd223b829a0d3ecaa3"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aaf4bc0f6929ec6fd223b829a0d3ecaa3"></a>
Expand All @@ -83,6 +129,8 @@
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Main library code file. </p>

<p class="definition">Definition in file <a class="el" href="MemoryUsage_8cpp_source.html">MemoryUsage.cpp</a>.</p>
</div><h2 class="groupheader">Function Documentation</h2>
<a class="anchor" id="a7c6166d997f1d7cc6a281f3569c103c3"></a>
<div class="memitem">
Expand All @@ -97,10 +145,10 @@
</tr>
</table>
</div><div class="memdoc">

<p>Checks the first undecorated byte. </p>
<p>Show the stack size on console. </p>

<p class="definition">Definition at line <a class="el" href="MemoryUsage_8cpp_source.html#l00072">72</a> of file <a class="el" href="MemoryUsage_8cpp_source.html">MemoryUsage.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="ae0f6b6157677326ae1e980a780a47001"></a>
Expand All @@ -116,17 +164,22 @@
</tr>
</table>
</div><div class="memdoc">

<p>Modified function from <a href="http://www.avr-developers.com/mm/memoryusage.html">http://www.avr-developers.com/mm/memoryusage.html</a>. </p>
<p>Displays the 'map' of the current state of the Arduino's SRAM memory on the Serial console. </p>

<p class="definition">Definition at line <a class="el" href="MemoryUsage_8cpp_source.html#l00083">83</a> of file <a class="el" href="MemoryUsage_8cpp_source.html">MemoryUsage.cpp</a>.</p>

</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- Generated by DoxyPress 1.2.10 -->
<hr class="footer"/><address class="footer"><small>
Generated on mar. juil. 18 2017 20:48:50 for MemoryUsage &nbsp; by &#160;<a href="http://www.copperspice.com/documentation-doxypress.html">
<img class="footer" src="doxypress.png" alt="DoxyPress"/></a> 1.2.10
</small></address>
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_d41d8cd98f00b204e9800998ecf8427e.html">src</a></li><li class="navelem"><a class="el" href="MemoryUsage_8cpp.html">MemoryUsage.cpp</a></li>
<li class="footer">Generated on dim. juil. 15 2018 14:45:13 for MemoryUsage &nbsp; by
<a href="http://www.copperspice.com/documentation-doxypress.html">
<img class="footer" src="doxypress.png" alt="DoxyPress"/></a> 1.2.10 </li>
</ul>
</div>
</body>
</html>
116 changes: 116 additions & 0 deletions extras/Doc/MemoryUsage_8cpp_source.html

Large diffs are not rendered by default.

Loading

0 comments on commit 52f80d2

Please sign in to comment.