You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS/FreeRTOS-Plus/Source/Utilities
chinglee-iot 0fc242b7db
Update transport interface for compatibility (#844)
Update transport interface for compatibility

* Update the network transport that using socket wrapper to depend on socket wrapper only.
* AT command timeout should not be changed for cellular socket buffer access mode.
* mbedTLS config include using MBEDTLS_CONFIG_FILE macro.
* Remove strnlen usage in using_mbedtls_pkcs11.
3 years ago
..
backoff_algorithm@1237825537 [P3 Release] Update submodule Pointers of the spoke repos in P3 (#707) 3 years ago
logging Apply release changes to main branch (#759) 3 years ago
mbedtls_freertos Update transport interface for compatibility (#844) 3 years ago
readme.txt Replace exponential_backoff with submodule to FreeRTOS/backoffAlgorithm (#419) 4 years ago

readme.txt

Directories:

+ Utilities/backoff_algorithm contains a utility that calculates an
  exponential back off time, with some jitter.  It is used to ensure fleets of
  IoT devices that become disconnected don't all try and reconnect at the same
  time.

+ Utilities/logging contains header files for use with the core libraries logging
  macros.  See https://www.FreeRTOS.org/logging.html.

+ Utililties/mbedtls_freertos contains a few FreeRTOS specifics required by
  mbedTLS.