Skip to content

Commit 651832c

Browse files
authored
Delete irrelevant comment about memory estimation. (#65)
* Delete irrelevant comment about memory estimation. * Update the library name and the version to uppercase V. * Update config.doxyfile
1 parent 227c31e commit 651832c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: docs/doxygen/config.doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
3232
# title of most generated pages and in a few other places.
3333
# The default value is: My Project.
3434

35-
PROJECT_NAME = "MQTT"
35+
PROJECT_NAME = "coreMQTT"
3636

3737
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
3838
# could be handy for archiving the generated documentation or if some version

Diff for: docs/doxygen/pages.dox

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Please see https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/master/demo
1616
@section mqtt_memory_requirements Memory Requirements
1717
@brief Memory requirements of the MQTT library.
1818

19-
The configurations for memory estimation are defined <a href="https://github.com/FreeRTOS/FreeRTOS/tree/lts-development/tools/memory_estimator" target="_blank" rel="noopener noreferrer">here</a>.
20-
2119
<table>
2220
<tr>
2321
<td colspan="4"><center><b>Code Size of coreMQTT library files (sizes generated with [GCC for ARM Cortex-M toolchain 20191025](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads/9-2019-q4-major))</b></center></td>

0 commit comments

Comments
 (0)