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
Author: georgik
After the installation of QtCreator on Linux you might get following error messag when launching the application: It is likely one of libraries required by […] Read More
Have you ever wondered how to connect a PC keyboard to your ESP32 for innovative projects? Whether it’s an old PS/2 keyboard or a modern […] 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