We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug There's a compilation failure when CONFIG_SPI_RTIO and CONFIG_LOG are enabled.
Git bisect points to a52bbb6 when this was first introduced (by myself on #77141)
To Reproduce Build an application with both SPI RTIO and Logging enabled. For instance:
west build -b nrf52840dk/nrf52840 samples/subsys/shell/shell_module -- -DCONFIG_SPI=y -DCONFIG_SPI_RTIO=y -DCONFIG_LOG=y
Expected behavior SPI RTIO works with Logging enabled.
The text was updated successfully, but these errors were encountered:
ubieda
Successfully merging a pull request may close this issue.
Describe the bug
There's a compilation failure when CONFIG_SPI_RTIO and CONFIG_LOG are enabled.
Git bisect points to a52bbb6 when this was first introduced (by myself on #77141)
To Reproduce
Build an application with both SPI RTIO and Logging enabled. For instance:
west build -b nrf52840dk/nrf52840 samples/subsys/shell/shell_module -- -DCONFIG_SPI=y -DCONFIG_SPI_RTIO=y -DCONFIG_LOG=y
Expected behavior
SPI RTIO works with Logging enabled.
The text was updated successfully, but these errors were encountered: