The application compiled with ESP-IDF 5.3 or newer might fail with the following message in the runtime: Problem is caused by incompatible BSP (Board Support […] Read More
Category: Development
When compiling a Rust project for ESP32-S3 you may encounter the following error: While Rust is very helpful with error messages, it’s quite hard to […] Read More
When building an application for RISC-V you may get following linking error: The problem is that ABI of the library does not match the application. […] Read More
To extract function signatures from .rs file you can use following one-liner with sed: Sample output:
Application built on top of ESP-IDF can be merged into single binary using following commands: The esptool will output following command and perform the conversion: […] Read More