Fixed overlay bug. Addded .idea to gitignore (CLion).#32
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Zephyr board overlays/ignore rules to address a device-tree overlay issue on the Nucleo H755 (M7) configuration and to avoid committing CLion/JetBrains project metadata.
Changes:
- Add
#address-cells/#size-cellsto the&flash0node in the H755 partitions overlay. - Ignore JetBrains
.ideaproject directory in.gitignore.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| boards/nucleo_h755zi_q_stm32h755xx_m7_partitions.overlay | Adds address/size cell properties to the flash0 node to correct DT overlay structure for ranges/partitioning. |
| .gitignore | Adds .idea to prevent committing CLion/JetBrains project metadata. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@copilot can you explain the overlay changes more in depth, what was previous behavior (no definition)? |
The Previous behavior (missing definitions):
After the fix: In short: the |
No description provided.