From 16ecee5431f011c3d8f258b6156ae6c37f224c56 Mon Sep 17 00:00:00 2001 From: Sarena Meas Date: Tue, 15 Sep 2020 23:43:17 -0700 Subject: [PATCH 1/3] Delete irrelevant comment about memory estimation. --- docs/doxygen/pages.dox | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/doxygen/pages.dox b/docs/doxygen/pages.dox index 92994425..608237e8 100644 --- a/docs/doxygen/pages.dox +++ b/docs/doxygen/pages.dox @@ -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 here. - From e581b9c8d00c578e32e58c5a26acca641a92a186 Mon Sep 17 00:00:00 2001 From: Sarena Meas Date: Wed, 16 Sep 2020 00:03:45 -0700 Subject: [PATCH 2/3] Update the lowercase v to captial V to match the licsense text. --- docs/doxygen/config.doxyfile | 2 +- test/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/doxygen/config.doxyfile b/docs/doxygen/config.doxyfile index df2874c5..34ec742e 100644 --- a/docs/doxygen/config.doxyfile +++ b/docs/doxygen/config.doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "coreJSON" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "v1.0.0" +PROJECT_NUMBER = "V1.0.0" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 5182a397..3b79e492 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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 ======================================== From ed84e7392015f0cf0f7581c726f6e0ad0ce2f2d0 Mon Sep 17 00:00:00 2001 From: SarenaAWS <6563840+sarenameas@users.noreply.github.com> Date: Wed, 16 Sep 2020 11:24:22 -0700 Subject: [PATCH 3/3] Update config.doxyfile --- docs/doxygen/config.doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doxygen/config.doxyfile b/docs/doxygen/config.doxyfile index 34ec742e..df2874c5 100644 --- a/docs/doxygen/config.doxyfile +++ b/docs/doxygen/config.doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "coreJSON" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "V1.0.0" +PROJECT_NUMBER = "v1.0.0" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a
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))