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

Fix libc integration with WiseConnect #9

Open
jerome-pouiller opened this issue Jul 1, 2024 · 1 comment
Open

Fix libc integration with WiseConnect #9

jerome-pouiller opened this issue Jul 1, 2024 · 1 comment
Milestone

Comments

@jerome-pouiller
Copy link
Contributor

WiseConnect import its own version of Posix headers and access to private attributes. Thus:

  • support 917 may break in an horrible way if all the parts do not compile with the same headers
  • the 917 support only compile with toolchain provided by Zephyr-SDK (ie. it does not work with ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb)
  • things may break on toolchain update
  • compatibility issues with picolib

Reported to Manav

@jerome-pouiller jerome-pouiller added this to the GA milestone Jul 1, 2024
@jerome-pouiller
Copy link
Contributor Author

May be already fixed with WiseConnect 3.3

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

1 participant