Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportC support #2

Open
cyrusmsk opened this issue Jul 6, 2024 · 3 comments
Open

ImportC support #2

cyrusmsk opened this issue Jul 6, 2024 · 3 comments

Comments

@cyrusmsk
Copy link

cyrusmsk commented Jul 6, 2024

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?

@denizzzka
Copy link

What C standard used in Playdate SDK? importC uses C11

@cyrusmsk
Copy link
Author

cyrusmsk commented Jul 7, 2024

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..

https://devforum.play.date/t/what-version-of-c-should-i-use/12441

@denizzzka
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants