Search found 4 matches
- Thu Aug 01, 2024 8:31 pm
- Forum: General Discussion
- Topic: How to Limit Components in ESP-IDF Compilation for Minimal Project?
- Replies: 2
- Views: 1121
Re: How to Limit Components in ESP-IDF Compilation for Minimal Project?
thanks for the information
- Sat Jul 20, 2024 11:26 pm
- Forum: General Discussion
- Topic: How to Limit Components in ESP-IDF Compilation for Minimal Project?
- Replies: 2
- Views: 1121
How to Limit Components in ESP-IDF Compilation for Minimal Project?
Hello ESP32 Community, I'm working on a minimal ESP32 project using the ESP-IDF, specifically the "hello_world" example. However, I've noticed that many unnecessary components are being compiled, and I'd like to limit the compilation to only the essential components required for my project. I dont u...
- Wed Jul 03, 2024 8:14 am
- Forum: General Discussion
- Topic: Flashing Two Application Binaries on ESP32 and intract with each other.
- Replies: 3
- Views: 848
Re: Flashing Two Application Binaries on ESP32 and intract with each other.
Thanks for the response,
I didn't get your poiont here "I've also seen solutions where the consumer code runs on a VM, e.g. in webassembly."
Do we have any existing examples to achive this other then "esp-idf/examples/build_system/cmake/import_prebuilt"
I didn't get your poiont here "I've also seen solutions where the consumer code runs on a VM, e.g. in webassembly."
Do we have any existing examples to achive this other then "esp-idf/examples/build_system/cmake/import_prebuilt"
- Tue Jun 25, 2024 10:17 am
- Forum: General Discussion
- Topic: Flashing Two Application Binaries on ESP32 and intract with each other.
- Replies: 3
- Views: 848
Flashing Two Application Binaries on ESP32 and intract with each other.
I'm working on a project with esp32 microcontroller and I have a specific requirement. I need to flash two separate application binaries on the device: Producer Binary: Created by the product owner, providing essential APIs. Consumer Binary: Developed by the client, utilizing the APIs provided by th...