Skip to main content

This site is a preview for github.com/espressif/developer-portal/pull/598

Component

Advanced techniques for porting libraries to ESP-IDF components
·14 mins
Component Porting Linux Posix ESP-IDF
This article follows up on the article ‘Porting a library to an ESP-IDF component’ and shows some advanced tips and tricks when porting larger libraries into ESP-IDF components.
Porting a library to an ESP-IDF component
·7 mins
Esp32c3 Component Porting
This article shows how to port an external library into an ESP-IDF project by converting it into a reusable component. Using tinyexpr as an example, it covers obtaining the source code, creating a new project, building a component, configuring the build system, and testing on hardware.
How to migrate from IDF Bootloader to MCUboot using ESP Self-Reflasher
·17 mins
Component ESP-IDF Bootloader MCUboot ESP Self Reflasher NuttX
How to create an ESP-IDF component
·12 mins
I2C Registry Component ESP-IDF Driver Library
What is the ESP Component Registry?
·6 mins
Registry Component ESP-IDF
Using Lua as ESP-IDF Component with ESP32
·5 mins
Esp32 ESP-IDF Lua Scripting Component