Archit Aggarwal
|
d355bfa259
|
Re-brand lightweight MQTT as MQTT serializer (#29)
Rename all instance of "lightweight" MQTT with "serializer" in files and documentation
|
2020-09-03 14:56:32 -07:00 |
|
Muneeb Ahmed
|
e914df6d22
|
Fix MISRA 10.3 violation (#31)
* Change a UL to a U for a uint32_t
|
2020-09-03 11:26:14 -07:00 |
|
Archit Aggarwal
|
d0cc7ba5b3
|
Add spell check support to repository (#21)
* Add spell check scripts under tools/spell
* Break lexicon file into specific files for source/ and test/unit-test directories
|
2020-09-01 16:17:53 -07:00 |
|
Muneeb Ahmed
|
f0a8b3c1b3
|
Fix doxygen build due to renamed files (#20)
* Fix doxygen build due to renamed files
* ci: combine doxygen stderr into stdout
|
2020-09-01 12:25:24 -07:00 |
|
Muneeb Ahmed
|
54b54e78ad
|
Add define guards and change spellings (#15)
* Add checks for definition of false and true
* Prefer American spellings for optimize and acknowledgment
|
2020-08-31 14:51:21 -07:00 |
|
Muneeb Ahmed
|
b6bf2005ca
|
Fix bug that may sometimes disable keep alive (#7)
* Reset the waitingForPingResp flag in every MQTT_Connect
|
2020-08-31 12:45:46 -07:00 |
|
Archit Aggarwal
|
e83fadcfc7
|
Rename MQTT files, and Relocate CBMC and unit-test files (#12)
* Relocate CBMC to test/cbmc and unit test files to test/unit-test
* Rename all library and test files to use "core_" prefix
|
2020-08-31 10:02:38 -07:00 |
|
Archit Aggarwal
|
f2581e5da5
|
Re-structure files (#3)
* Relocate library, test and doc files
* Add transport interface from C-SDK
* Update file path in mqttFilePaths.cmake
|
2020-08-27 16:29:26 -07:00 |
|