Dusan Cervenka
Dusan Cervenka
Hi @ueJone , i don't think there is estimation for rewriting C++ code to C. But you can use C wrapper functions to call API directly from C source code....
Hi, as i mentioned before, you can generate C api. Only implementation is in c++.
@ueJone It is possible for you to export minimal project -> Publicly available sdk+init code+erpc call - without application logic. Something like minimal publicable project export so we can try...
I think the limitation you are facing is because you are using old compiler type and you should switch to the newer one: https://developer.arm.com/documentation/kan298/latest/ Based on description you may only...
Soryy busy week. I installed IDE so far. Next week i should have plenty of time
I didn't have. Sorry again. Too many projects. But i think the only way would be upgrading compiler as in link above.
I tested this by manually updating files in my docker instance. It looks working, but the wedos certbot script need little update.
Hello, with docker image i am getting error (running certbot from cmd works well, any clue for this behavior when using npm gui?):  ``` [6/29/2024] [11:29:56 PM] [Global ]...
archive and live folder were created with owner root:root. When i change them to npm:npm, plugin worked well So ready for merge
Hi @vsisl , as you can see my last comment is saying that everything works and then the feature was merged. Happy to see somebody else to try this :D