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

Add system includes and fix uart undefined symbols #45

Merged
merged 8 commits into from
Mar 8, 2024
Merged

Conversation

tylerwhall
Copy link
Owner

No description provided.

This was fixed by a Rust upgrade.
Newer versions of clang rightly complain about undefined references when
CONFIG_UART_INTERRUPT_DRIVEN is not enabled, which is selected by
CONFIG_UART_BUFFERED in this repo.
This may help with include flags across Zephyr versions.
@tylerwhall tylerwhall self-assigned this Mar 8, 2024
native_posix does not support UART_INTERRUPT_DRIVEN
Can manually trigger other branches if needed, but had to get the
workflow in master in order for that option to appear in the UI.
@tylerwhall tylerwhall merged commit 570e7cc into master Mar 8, 2024
34 checks passed
@tylerwhall tylerwhall deleted the includes branch March 8, 2024 06:53
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 this pull request may close these issues.

1 participant