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

SPI RTIO does not build with LOG enabled #85356

Open
ubieda opened this issue Feb 7, 2025 · 0 comments · May be fixed by #85353
Open

SPI RTIO does not build with LOG enabled #85356

ubieda opened this issue Feb 7, 2025 · 0 comments · May be fixed by #85353
Assignees
Labels
area: RTIO area: SPI SPI bus bug The issue is a bug, or the PR is fixing a bug

Comments

@ubieda
Copy link
Member

ubieda commented Feb 7, 2025

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.

@ubieda ubieda added the bug The issue is a bug, or the PR is fixing a bug label Feb 7, 2025
@ubieda ubieda self-assigned this Feb 7, 2025
@ubieda ubieda linked a pull request Feb 7, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: RTIO area: SPI SPI bus bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant