Convert/Decipher a CMakeLists.txt/Makefile.projbuild/component.mk to Platformio.ini

I’m interested in a library; GitHub - maximkulkin/esp-wolfssl: Cryptographic embedded library for ESP-OPEN-RTOS. It seems to have heavy use/reliance on the mentioned subject files.

Is there any documentation/help/converter to turn these files into platformio.ini?

Thanks.

Starting point is the Redirecting.... You can emulate COMPONENT_SRCS and COMPONENT_SRCEXCLUDE using Redirecting.... COMPONENT_ADD_INCLUDEDIRS via the corresponding -I flags in the flags, as well as all the other macros in CMAKE_C_FLAGS.

1 Like