Search found 1 match
- Tue Jul 14, 2020 1:34 pm
- Forum: ESP-IDF
- Topic: Dynamic Library Approach
- Replies: 1
- Views: 3394
Dynamic Library Approach
I'm looking for some sort of mechanism to do an OTA update, but only a subset of our app. The equivalent on a larger system would be something like a Dynamic Linked Library or DLL. I realize that most embedded firmware is statically linked, but want to organize our code into libraries that can be up...