joltwallet/esp_littlefs

littlefs_create_partition_image not found

ctag-fh-kiel opened this issue · 3 comments

Hi,

I use esp_littlefs as managed component in my project through the idf_component.yml file.
However, when I want to use littlefs_create_partition_image() in my base CMakeLists.txt file, littlefs_create_partition_image is not found.

What I am missing, is this an issue?

Thanks for any help

I have added this before the littlefs_create... statement, then it works:
include(managed_components/joltwallet__littlefs/project_include.cmake)

ok?

that's expected behavior for esp-idf's build system.

Great, it may help to add this as a hint for using esp_littlefs with managed components.