-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
bme280 sample does not compile #23148
Comments
is this really a high prio bug? |
Well, a non-building sample in the tree was something we decided we want fixed before the release (doesn't really matter what the priority is, but setting high forces it to be done). This was at least the consensus in yesterday's release meeting. |
And an overlay for the nRF52840 DK to be able to build the sample after the transition to Device Tree. Fixes zephyrproject-rtos#23148. Signed-off-by: Carles Cufi <[email protected]>
And an overlay for the nRF52840 DK to be able to build the sample after the transition to Device Tree. Fixes #23148. Signed-off-by: Carles Cufi <[email protected]>
This is bad, high priority bugs should really be reserved to bugs that are more critical than a sample that does not build due to some missing overlay... |
And an overlay for the nRF52840 DK to be able to build the sample after the transition to Device Tree. Fixes zephyrproject-rtos#23148. Signed-off-by: Carles Cufi <[email protected]>
Describe the bug
The https://docs.zephyrproject.org/latest/samples/sensor/bme280/README.html build instructions do not build. The recommended board (nrf52840_pca10056) doesn't have that sensor in its DTS, so the reason why is clear, but all in-tree samples should compile.
I am unable to find a board in tree which does have this sensor in its DTS.
It's not clear to me whether or how mainline CI is building this sample. It seems like the fixture restriction is bypassing it:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Following build instructions for built-in samples should not result in compile errors.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: