mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-10-23 19:08:10 +08:00

o Upgrading to latest upstream git version(29ab2aa). Mostly updating FreeRTOS types. o Adding `MQTTPacket_msgTypesToString` for debugging. o Adding `taskYIELD` in `MutexUnlock`. This was required for my sending thread to be able to get in between calls to `cycle` in `MQTTRun`. o Using CPPFLAGS to control which platform include to use. Make the code closed to upstream's version. o Replacing the few remaining tabs with spaces. Merges https://github.com/espressif/ESP8266_RTOS_SDK/pull/203
33 lines
595 B
Markdown
33 lines
595 B
Markdown
# Version of 3rd party components
|
|
|
|
## axTLS
|
|
|
|
## cJSON
|
|
- Source: https://github.com/DaveGamble/cJSON
|
|
- Version: 1.7.6
|
|
|
|
## freeRTOS
|
|
- Source: https://github.com/aws/amazon-freertos
|
|
- Version: 1.2.3(10.0.1)
|
|
|
|
## Lwip
|
|
- Source: https://git.savannah.nongnu.org/git/lwip.git
|
|
- Version: 2.0.3
|
|
|
|
## mbedTLS
|
|
- Source: https://github.com/ARMmbed/mbedtls
|
|
- Version: 2.8.0
|
|
|
|
## nopoll(websocket)
|
|
|
|
## paho MQTT
|
|
- Source: https://github.com/eclipse/paho.mqtt.embedded-c
|
|
- Version: 29ab2aa
|
|
|
|
## spiffs
|
|
|
|
## wolfSSL
|
|
- Source: https://github.com/wolfSSL/wolfssl
|
|
- Version: 3.14.0
|
|
|
|
> Espressif uses commercial version. |