-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Warning while compiling tests/drivers/build_all/eeprom #83696
Labels
Comments
Hi @yishai1999! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
henrikbrixandersen
added a commit
to vestas-wind-systems/zephyr
that referenced
this issue
Jan 9, 2025
Use unique SPI CS lines in the EEPROM build-all test. Fixes: zephyrproject-rtos#83696 Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
kartben
pushed a commit
that referenced
this issue
Jan 10, 2025
Use unique SPI CS lines in the EEPROM build-all test. Fixes: #83696 Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
Chenhongren
pushed a commit
to Chenhongren/zephyr
that referenced
this issue
Jan 22, 2025
Use unique SPI CS lines in the EEPROM build-all test. (cherry picked from commit 5575158) Original-Fixes: zephyrproject-rtos#83696 Original-Signed-off-by: Henrik Brix Andersen <hebad@vestas.com> GitOrigin-RevId: 5575158 Cr-Build-Id: 8726087171345732833 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8726087171345732833 Copybot-Job-Name: zephyr-main-copybot-downstream Change-Id: Ie2330b511696aa9d4caa94ca53a2f43859b589f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/6169112 Commit-Queue: Keith Short <keithshort@chromium.org> Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com> Tested-by: Keith Short <keithshort@chromium.org> Reviewed-by: Jonathon Murphy <jpmurphy@google.com> Reviewed-by: Keith Short <keithshort@chromium.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When building the
tests/drivers/build_all/eeprom
application there is a warning (seemingly introduced by #79910) caused by the fact that there are two nodes with the samereg
value intests/drivers/build_all/eeprom/app.overlay
(lines 86 and 98).To Reproduce
west build -b stm32f4_disco zephyr/tests/drivers/build_all/eeprom/
Should also happen on any other board.
Expected behavior
Clean build with no warning.
Impact
Logs and console output
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: