Skip to content

Commit 278c6f5

Browse files
committed
Re-build the v2.3.0 documentation in a GCC version agnostic way, i.e.
from the onlinedics branch. This required to reverse-apply the "Post-release actions" patch which sets the version to v2.4.0.
1 parent 4006add commit 278c6f5

File tree

730 files changed

+54879
-29819
lines changed

Some content is hidden

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

730 files changed

+54879
-29819
lines changed
-4.94 KB
Binary file not shown.
-12.6 KB
Binary file not shown.

docs/avr-libc-user-manual-2.3.0/FAQ.html

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,48 +1269,6 @@ <h1><a class="anchor" id="faq_toolchain_version"></a>
12691269
<p>Linker<sup>1</sup> is the linker as called directly (<code>avr-ld</code>) whereas Linker<sup>2</sup> is the linker as called though the compiler driver <code>avr-gcc</code>. The latter is the usual way to invoke the linker. When these two versions are not the same, then the resulting toolchain may have inconsistencies.</p>
12701270
<p>When you have more then one toolchain installed, then make sure you are calling the command from the intended toolchain, e.g. by specifying the absolute path to the tool.</p>
12711271
<p>Also notice that software may come with vendor specific patches, so that the tool behaves differently than the stock version.</p>
1272-
<p>The FAQ document you are reading right now is part of an AVR-LibC that has been configured for the following tool versions:</p>
1273-
<table class="doxtable">
1274-
<caption>Tool Versions</caption>
1275-
<tr>
1276-
<th>Software </th><th>Version </th></tr>
1277-
<tr>
1278-
<td>Compiler </td><td><code>avr-gcc (GCC) 14.2.0</code> </td></tr>
1279-
<tr>
1280-
<td>Assembler </td><td><code>GNU assembler (GNU Binutils) 2.43.1</code> </td></tr>
1281-
<tr>
1282-
<td>LD Linker </td><td><code>GNU ld (GNU Binutils) 2.43.1</code> </td></tr>
1283-
<tr>
1284-
<td>CC Linker </td><td><code>GNU ld (GNU Binutils) 2.43.1</code> </td></tr>
1285-
<tr>
1286-
<td>AVR-LibC </td><td><code>2.3.0</code> </td></tr>
1287-
</table>
1288-
<ul>
1289-
<li><a href="https://gcc.gnu.org/gcc-14">GCC 14 documentation</a></li>
1290-
<li><a href="https://gcc.gnu.org/gcc-14/changes.html#avr">GCC 14 release notes</a></li>
1291-
</ul>
1292-
<p><a class="anchor" id="faq_toolchain_support"></a> The following features have been detected when building AVR-LibC. They influence how pars of the library behave.</p>
1293-
<table class="doxtable">
1294-
<caption>Toolchain Features affecting AVR-LibC</caption>
1295-
<tr>
1296-
<th>Feature </th><th>Supported </th><th>Affects </th></tr>
1297-
<tr>
1298-
<td><a href="https://gcc.gnu.org/onlinedocs/gcc/AVR-Built-in-Functions.html#index-_005f_005fbuiltin_005favr_005fdelay_005fcycles"><code>__builtin_avr_delay_cycles()</code></a> </td><td>yes </td><td><code>&lt;<a class="el" href="delay_8h.html">util/delay.h</a>&gt;</code> </td></tr>
1299-
<tr>
1300-
<td><a class="el" href="mem_sections.html#sec_memory_regions">text</a> starts at <code>__TEXT_REGION_ORIGIN__</code> </td><td>yes </td><td>Starup code </td></tr>
1301-
<tr>
1302-
<td><a class="el" href="mem_sections.html#sec_memory_regions">data</a> starts at <code>__DATA_REGION_ORIGIN__</code> </td><td>yes </td><td>Starup code </td></tr>
1303-
<tr>
1304-
<td>Compiler supports <a href="https://gcc.gnu.org/onlinedocs/gcc/AVR-Options.html#index-mcvt"><code>-mcvt</code></a> </td><td>no </td><td><a class="el" href="FAQ.html#faq_cvt">CVT</a> convenience </td></tr>
1305-
<tr>
1306-
<td>Compiler supports attribute <a href="https://gcc.gnu.org/onlinedocs/gcc/AVR-Function-Attributes.html#index-signal_0028num_0029-function-attribute_002c-AVR"><code>signal(n)</code></a> </td><td>no </td><td><code>&lt;<a class="el" href="interrupt_8h.html">avr/interrupt.h</a>&gt;</code>, <a class="el" href="group__avr__interrupts.html#ga48ae9a7647627e76a69f814510566d6c">ISR_N</a>, <a class="el" href="FAQ.html#faq_local_isr">local functions as ISRs</a> </td></tr>
1307-
<tr>
1308-
<td>64-bit floating-point </td><td>yes: <code>-mdouble=64</code>, <code>-mlong-double=32</code> </td><td><code>&lt;<a class="el" href="math_8h.html">math.h</a>&gt;</code>, Libraries </td></tr>
1309-
<tr>
1310-
<td>Fixed-point </td><td>yes </td><td><code>&lt;<a class="el" href="group__avr__stdfix.html#stdfix_h">stdfix.h</a>&gt;</code>, Libraries </td></tr>
1311-
<tr>
1312-
<td>Device library <code>lib<em>mcu</em>.a</code> </td><td>yes </td><td>Startup code, Libraries </td></tr>
1313-
</table>
13141272
<p><small>Back to <a class="el" href="FAQ.html#faq_index">FAQ Index</a>.</small></p>
13151273
<h1><a class="anchor" id="faq_toolchain_sources"></a>
13161274
Where can I find the source code of the tools?</h1>
@@ -1364,7 +1322,7 @@ <h1><a class="anchor" id="faq_use_bv"></a>
13641322
<!-- HTML footer for doxygen 1.8.7-->
13651323
<!-- start footer part -->
13661324
<hr class="footer"/><address class="footer"><small>
1367-
Generated on Tue Dec 23 2025 14:19:01 for AVR-LibC by &#160;<a href="http://www.doxygen.org/index.html">
1325+
Generated on Sun Dec 28 2025 13:38:38 for AVR-LibC by &#160;<a href="http://www.doxygen.org/index.html">
13681326
<img class="footer" src="doxygen.png" alt="doxygen"/>
13691327
</a> 1.9.6
13701328
</small></address>

docs/avr-libc-user-manual-2.3.0/Global_01Index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ <h2>Functions</h2>
210210
<!-- HTML footer for doxygen 1.8.7-->
211211
<!-- start footer part -->
212212
<hr class="footer"/><address class="footer"><small>
213-
Generated on Tue Dec 23 2025 14:19:02 for AVR-LibC by &#160;<a href="http://www.doxygen.org/index.html">
213+
Generated on Sun Dec 28 2025 13:38:39 for AVR-LibC by &#160;<a href="http://www.doxygen.org/index.html">
214214
<img class="footer" src="doxygen.png" alt="doxygen"/>
215215
</a> 1.9.6
216216
</small></address>

docs/avr-libc-user-manual-2.3.0/acks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<!-- HTML footer for doxygen 1.8.7-->
119119
<!-- start footer part -->
120120
<hr class="footer"/><address class="footer"><small>
121-
Generated on Tue Dec 23 2025 14:19:02 for AVR-LibC by &#160;<a href="http://www.doxygen.org/index.html">
121+
Generated on Sun Dec 28 2025 13:38:39 for AVR-LibC by &#160;<a href="http://www.doxygen.org/index.html">
122122
<img class="footer" src="doxygen.png" alt="doxygen"/>
123123
</a> 1.9.6
124124
</small></address>

docs/avr-libc-user-manual-2.3.0/alloca_8h_source.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696

9797
<div id="nav-path" class="navpath">
9898
<ul>
99-
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li> </ul>
99+
<li class="navelem"><a class="el" href="dir_b2f33c71d4aa5e7af42a1ca61ff5af1b.html">source</a></li><li class="navelem"><a class="el" href="dir_03a82f3aa35cf08870ad32fdb7b82511.html">avr-libc-onlinedocs</a></li><li class="navelem"><a class="el" href="dir_0afb6d57297c803a398862ed6efffcd6.html">include</a></li> </ul>
100100
</div>
101101
</div><!-- top -->
102102
<div class="header">
@@ -165,7 +165,7 @@
165165
<!-- HTML footer for doxygen 1.8.7-->
166166
<!-- start footer part -->
167167
<hr class="footer"/><address class="footer"><small>
168-
Generated on Tue Dec 23 2025 14:19:01 for AVR-LibC by &#160;<a href="http://www.doxygen.org/index.html">
168+
Generated on Sun Dec 28 2025 13:38:37 for AVR-LibC by &#160;<a href="http://www.doxygen.org/index.html">
169169
<img class="footer" src="doxygen.png" alt="doxygen"/>
170170
</a> 1.9.6
171171
</small></address>

docs/avr-libc-user-manual-2.3.0/annotated.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<!-- HTML footer for doxygen 1.8.7-->
112112
<!-- start footer part -->
113113
<hr class="footer"/><address class="footer"><small>
114-
Generated on Tue Dec 23 2025 14:19:03 for AVR-LibC by &#160;<a href="http://www.doxygen.org/index.html">
114+
Generated on Sun Dec 28 2025 13:38:39 for AVR-LibC by &#160;<a href="http://www.doxygen.org/index.html">
115115
<img class="footer" src="doxygen.png" alt="doxygen"/>
116116
</a> 1.9.6
117117
</small></address>

docs/avr-libc-user-manual-2.3.0/assembler.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ <h3><a class="anchor" id="c_runtime_misc"></a>
421421
<!-- HTML footer for doxygen 1.8.7-->
422422
<!-- start footer part -->
423423
<hr class="footer"/><address class="footer"><small>
424-
Generated on Tue Dec 23 2025 14:19:02 for AVR-LibC by &#160;<a href="http://www.doxygen.org/index.html">
424+
Generated on Sun Dec 28 2025 13:38:39 for AVR-LibC by &#160;<a href="http://www.doxygen.org/index.html">
425425
<img class="footer" src="doxygen.png" alt="doxygen"/>
426426
</a> 1.9.6
427427
</small></address>

docs/avr-libc-user-manual-2.3.0/assert_8h.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696

9797
<div id="nav-path" class="navpath">
9898
<ul>
99-
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li> </ul>
99+
<li class="navelem"><a class="el" href="dir_b2f33c71d4aa5e7af42a1ca61ff5af1b.html">source</a></li><li class="navelem"><a class="el" href="dir_03a82f3aa35cf08870ad32fdb7b82511.html">avr-libc-onlinedocs</a></li><li class="navelem"><a class="el" href="dir_0afb6d57297c803a398862ed6efffcd6.html">include</a></li> </ul>
100100
</div>
101101
</div><!-- top -->
102102
<div class="header">
@@ -117,7 +117,7 @@
117117
<!-- HTML footer for doxygen 1.8.7-->
118118
<!-- start footer part -->
119119
<hr class="footer"/><address class="footer"><small>
120-
Generated on Tue Dec 23 2025 14:19:01 for AVR-LibC by &#160;<a href="http://www.doxygen.org/index.html">
120+
Generated on Sun Dec 28 2025 13:38:37 for AVR-LibC by &#160;<a href="http://www.doxygen.org/index.html">
121121
<img class="footer" src="doxygen.png" alt="doxygen"/>
122122
</a> 1.9.6
123123
</small></address>

docs/avr-libc-user-manual-2.3.0/assert_8h_source.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696

9797
<div id="nav-path" class="navpath">
9898
<ul>
99-
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li> </ul>
99+
<li class="navelem"><a class="el" href="dir_b2f33c71d4aa5e7af42a1ca61ff5af1b.html">source</a></li><li class="navelem"><a class="el" href="dir_03a82f3aa35cf08870ad32fdb7b82511.html">avr-libc-onlinedocs</a></li><li class="navelem"><a class="el" href="dir_0afb6d57297c803a398862ed6efffcd6.html">include</a></li> </ul>
100100
</div>
101101
</div><!-- top -->
102102
<div class="header">
@@ -225,7 +225,7 @@
225225
<!-- HTML footer for doxygen 1.8.7-->
226226
<!-- start footer part -->
227227
<hr class="footer"/><address class="footer"><small>
228-
Generated on Tue Dec 23 2025 14:19:01 for AVR-LibC by &#160;<a href="http://www.doxygen.org/index.html">
228+
Generated on Sun Dec 28 2025 13:38:37 for AVR-LibC by &#160;<a href="http://www.doxygen.org/index.html">
229229
<img class="footer" src="doxygen.png" alt="doxygen"/>
230230
</a> 1.9.6
231231
</small></address>

0 commit comments

Comments
 (0)