You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can’t find any requirements for the C standard version on their documentation site. It should be rather C99 (some people using it for games) or C11..
My small experience (but with large C projects) tells me that importC actually is very strict and will most likely require changes to the C source code before it will work.
By the way, for ESP IDF platform for same purposes I successfully used this tool recently. (To tell the truth, I used no more than 10 simple functions from obtained bindings)
Hi thanks for the lib.
Do you think it will be possible to use importC to automatically get the latest version of the SDK after every update?
The text was updated successfully, but these errors were encountered: