esp-idf-notes

Notes for esp idf, cmake, make and kconfig

View on GitHub

How to create a component

Bareminimum things needed in a component

mycomponent
           CMakeLists.txt
           component.mk
           source_file.c
           source_file.h

#