1
0
mirror of https://github.com/FreeRTOS/coreMQTT synced 2025-05-14 22:30:21 +08:00

3 Commits

Author SHA1 Message Date
jasonpcarroll
e7ca765d8f
Fixes to timeout of sendMessageVector and refactor of sendBuffer for consistency (#224)
* Fixes to timeout of sendMessageVector and refactor of sendBuffer for consistency.

* Update size table.

* Fixing some small MISRA related issues

* Formatting fix

* Minor fixes for CBMC.

* Updated logical flow to break instead.

* Revert "Updated logical flow to break instead."

This reverts commit 0ac1c6a61876fe2ee049ce400b46b43b7a3a69e9.

* Updated unit tests for coverage.

* Fix MQTT_Publish Proof

* Fix proofs for connect/sub/unsub API functions

* New timing scheme.

* Update config defaults to reflect new timing change.

* Fix doxygen. Fix formatting. Fix memory table.

* Doxygen fixes.

* Fix CBMC proofs

* Added License identifier back.

* Swapped from warning to error for Visual Studio.

Co-authored-by: Jason Carroll <czjaso@amazon.com>
Co-authored-by: Soren Ptak <skptak@amazon.com>
Co-authored-by: Aniruddha Kanhere <60444055+AniruddhaKanhere@users.noreply.github.com>
2022-10-13 12:03:07 -07:00
leegeth
82eea34765
Update timeout doc (#138)
Co-authored-by: Archit Aggarwal <architag@amazon.com>
2020-12-10 17:40:05 -08:00
leegeth
ecf9b73e1e
Add timeouts in doxygen docs (#133)
Co-authored-by: abhidixi11 <44424462+abhidixi11@users.noreply.github.com>
2020-12-09 10:30:02 -08:00