Third Party Libraries (original) (raw)

Third party libraries that are included in esp-open-rtos are included, where possible, as git submodules.

This allows that:

When possible no esp8266-specific code is added to the third party code. In the case of lwIP this isn't possible, so "upstream" for that library is https://github.com/kadamski/esp-lwip

Directory structure

Each third party module has a base directory that contains:

So, for instance, axtls is the directory with ESP8266-specific axTLS components and axtls/axtls contains the upstream axtls repository, linked as a git submodule.

The exception is the FreeRTOS/ directory, which follows the same directory structure as upstream FreeRTOS (common code in FreeRTOS/source, esp8266-specific code in FreeRTOS/Source/portable/esp8266.)

Add a custom footer