Skip to content

Commit

Permalink
Delete irrelevant comment about memory estimation. (#32)
Browse files Browse the repository at this point in the history
* Delete irrelevant comment about memory estimation.

* Update the lowercase v to captial V to match the licsense text.

* Update config.doxyfile
  • Loading branch information
sarenameas committed Sep 16, 2020
1 parent a9cbf45 commit b93a045
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/doxygen/pages.dox
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ and no heap allocation, making it suitable for IoT microcontrollers, but also fu
@section json_memory_requirements Memory Requirements
@brief Memory requirements of the JSON library.

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>.

<table>
<tr>
<td colspan="4"><center><b>Code Size of coreJSON 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>
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ include( ${MODULE_ROOT_DIR}/jsonFilePaths.cmake )
# Target for Coverity analysis that builds the library.
add_library( coverity_analysis
${JSON_SOURCES} )
# MQTT public include path.
# JSON public include path.
target_include_directories( coverity_analysis PUBLIC ${JSON_INCLUDE_PUBLIC_DIRS} )

# ==================================== Test Configuration ========================================
Expand Down

0 comments on commit b93a045

Please sign in to comment.