When trying to build Embedded Swift with ESP-IDF on Linux, you may encounter the following error: The problem is caused by missing ninja tool, since […] Read More
Category: Development
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
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: