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

Embedded platforms currently not supported in libOSDP #27

Open
Sympatron opened this issue Oct 24, 2024 · 0 comments · May be fixed by #28
Open

Embedded platforms currently not supported in libOSDP #27

Sympatron opened this issue Oct 24, 2024 · 0 comments · May be fixed by #28

Comments

@Sympatron
Copy link

This commit made building libOSDP on anything other than Linux or Windows impossible.
Before that I solved it by implementing gettimeofday myself, but I never really liked this solution.

I would suggest not to rely on gettimeofday in this case, but to expect usec_now to be provided by the user instead. This would make compiling libOSDP for embedded platforms way easier.

What do you think?

@Sympatron Sympatron linked a pull request Oct 30, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant