Search found 5 matches
- Thu Jul 06, 2023 8:08 am
- Forum: General Discussion
- Topic: IDF build as library ?
- Replies: 5
- Views: 2889
Re: IDF build as library ?
I would like to only have to give a single .a file, but that is not something that i have been able to achieve yet. my goal is to have a lib that has only a few external functions that will be implemented by the customer. and then just have to link the lib with the complied c file from him. just nee...
- Tue Jul 04, 2023 9:12 am
- Forum: General Discussion
- Topic: IDF build as library ?
- Replies: 5
- Views: 2889
Re: IDF build as library ?
Is there any documentation or examples on how to modify the CMakeLists.txt to generate a static library?
- Mon Jul 03, 2023 11:01 am
- Forum: General Discussion
- Topic: IDF build as library ?
- Replies: 5
- Views: 2889
Re: IDF build as library ?
good to read that it should be possible.
now i just need to find out how to modify the CMakeLists.txt to generate a static library
now i just need to find out how to modify the CMakeLists.txt to generate a static library
- Mon Jul 03, 2023 8:07 am
- Forum: General Discussion
- Topic: IDF build as library ?
- Replies: 5
- Views: 2889
IDF build as library ?
Is it possible to have a IDF build output as a library? My problem is that we want to give a BSP type library to a customer. so that they can have access to the business logic without needing the source for all the low level items. But is this even possible? If so can you direct me in the correct di...
- Tue Mar 28, 2023 6:17 am
- Forum: ESP-IDF
- Topic: SPIFFS when Flash encryption is enabled
- Replies: 2
- Views: 1939
SPIFFS when Flash encryption is enabled
I currently am having a problem when trying to use SPIFFS. I want to use SPIFFS for storing some settings, and logs for a project. The partition data is generated on a host computer and then flashed. It works correctly when not using Flash encryption. The partition for the SPIFFS is not encrypted!! ...