Skip to content

Commit a777396

Browse files
authored
Sync memory numbers with FreeRTOS.org (#20)
1 parent b70ee2b commit a777396

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

docs/doxygen/pages.dox

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,22 @@ For a reference example of using the library, refer to the related README sectio
3636

3737
<table>
3838
<tr>
39-
<td colspan="4"><center><b>Code size (in bytes) of backoffAlgorithm library files (sizes generated with [GCC for ARM Cortex-M toolchain](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads/9-2020-q2-update))</b></center></td>
39+
<td colspan="3"><center><b>Code size of backoffAlgorithm (example generated with GCC for ARM Cortex-M)</b></center></td>
4040
</tr>
4141
<tr>
4242
<td><b>File</b></td>
43-
<td><b>No Optimization (asserts enabled)</b></td>
44-
<td><b>With -O1 Optimization (asserts disabled)</b></td>
45-
<td><b>With -Os Optimization (asserts disabled)</b></td>
43+
<td><center><b>With -O1 Optimization</b></center></td>
44+
<td><center><b>With -Os Optimization</b></center></td>
4645
</tr>
4746
<tr>
4847
<td>backoff_algorithm.c</td>
49-
<td>678</td>
50-
<td>140</td>
51-
<td>136</td>
48+
<td><center>0.1K</center></td>
49+
<td><center>0.1K</center></td>
50+
</tr>
51+
<tr>
52+
<td><b>Total estimate</b></td>
53+
<td><center><b>0.1K</b></center></td>
54+
<td><center><b>0.1K</b></center></td>
5255
</tr>
5356
</table>
5457

0 commit comments

Comments
 (0)