4 Commits

Author SHA1 Message Date
656078b270 fix(mqtt): Small fixes and upgrade.
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
2018-06-02 21:16:37 +08:00
c3b8875fc5 feat(lwip): Update VERSION.md for lwip 2018-05-02 18:05:59 +08:00
e10c902c3e feat(freertos): Update FreeRTOS version to TAG 1.2.3
URL: https://github.com/aws/amazon-freertos
2018-04-27 20:54:32 +08:00
a22f76fc74 feat(doc): Add doc to describe each 3rd party component's version
Since we don't use submodule in current sdk, note each 3rd party component's version in VERSION.md.
2018-04-23 15:01:02 +08:00