Skip to content

Commit

Permalink
Merge branch 'Pooja-Toshniwal-MQTTV5_CONNECT' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooja-Toshniwal committed Jul 18, 2024
2 parents 4f11b8c + 28be60e commit 57f65b4
Show file tree
Hide file tree
Showing 21 changed files with 7,276 additions and 163 deletions.
2 changes: 2 additions & 0 deletions .github/.cSpellWords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ Vect
VECT
Werror
Wunused
MQTTV
mqttv
8 changes: 8 additions & 0 deletions CTestTestfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# CMake generated Testfile for
# Source directory: /home/ubuntu/coreMQTT/test
# Build directory: /home/ubuntu/coreMQTT
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.
subdirs("unit-test/MQTT")
subdirs("unit-test/MQTTv5")
3 changes: 2 additions & 1 deletion docs/doxygen/config.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -2295,7 +2295,8 @@ INCLUDE_FILE_PATTERNS =
# recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.

PREDEFINED = DOXYGEN=1
PREDEFINED = DOXYGEN=1 \
MQTT_VERSION_5_ENABLED=1

# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The
Expand Down
Loading

0 comments on commit 57f65b4

Please sign in to comment.