Skip to content

Add efuse library to default list of static link libraries.

ccrause requested to merge ccrause/fpc-source:esp32-efuse into main

The efuse library was introduced in esp-idf v3.3. It is used in low level libraries such as esp_hw_support, esp_system and esp_bootloader_support. Depending on the esp-idf build settings (e.g. enabling flash encryption) this library is required to link a bare bones example program.

Merge request reports