Skip to content

nrf54h20: Fix EXMIF build failures#73295

Closed
krish2718 wants to merge 3 commits intozephyrproject-rtos:mainfrom
krish2718:fix_54h_exmif
Closed

nrf54h20: Fix EXMIF build failures#73295
krish2718 wants to merge 3 commits intozephyrproject-rtos:mainfrom
krish2718:fix_54h_exmif

Conversation

@krish2718
Copy link
Contributor

@krish2718 krish2718 commented May 25, 2024

Build failure started with this fa86c51

JordanYates
JordanYates previously approved these changes May 25, 2024
@JordanYates
Copy link
Contributor

Pulled both of these revert commits into #73302, which fixes both issues with the sample in one PR, letting CI pass.

anangl
anangl previously approved these changes May 27, 2024
krish2718 added 3 commits May 29, 2024 00:57
This reverts commit 064d8d8.

This causes build failure, EXMIF support for nRF54H20DK needs mor
 work.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This reverts commit b1de9a6.

This causes build failure, EXMIF support for nRF54H20DK needs more
work.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Add the necessary alias for SPI flash sample to fix the build error. The
sample auto-chooses the device based on DT compatible property, so,
having the alias mandatory.

Fixes commit c8faa1e("boards: st: Add support for
STM32H745I-Disco").

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
led0 = &green_led;
pwm-led0 = &green_pwm_led;
sw0 = &user_button;
spi-flash0 = &mt25ql512ab1;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this part of the PR # #73027

@krish2718
Copy link
Contributor Author

Closing PR as all fixes are part of other PRs linked above.

@krish2718 krish2718 closed this Jun 12, 2024
@krish2718 krish2718 deleted the fix_54h_exmif branch June 12, 2024 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: Samples Samples platform: STM32 ST Micro STM32

7 participants