-
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
boards: add support for the OSD32MP1-BRK #82332
base: main
Are you sure you want to change the base?
Conversation
b6f3bd4
to
5b9d78a
Compare
Hi @MaureenHelm, @stephanosio - could you take a loot at this PR, since the bot assigned it to you? Thanks! |
Reassigning to Torsten, still awaiting his feedback on abuse/misuse of soc field to specify something that is not a soc from the previous PR. |
Supported Features | ||
================== | ||
|
||
The Zephyr ``osd32mp1_brk`` board configuration supports the following hardware features: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-configuration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
led0 = &green_led_2; | ||
sw0 = &user_button; | ||
}; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
status = "okay"; | ||
}; | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed double newline
# Enable HW stack protection | ||
CONFIG_HW_STACK_PROTECTION=y | ||
|
||
# enable uart driver |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reformat file in english for comments, first letter capitalisations, UART not uart, etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Formatting should be better now, thanks for spotting this
Add support for the Octavo's OSD32MP1-BRK platform. The board uses Octavo's OSD32MP15x SiP which integrates STM32MP157F MCU and its SoC configuration. Signed-off-by: Jakub Wasilewski <jwasilewski@internships.antmicro.com> Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
This commit adds the `Octavo Systems Platforms` area of maintenance. Signed-off-by: Jakub Wasilewski <jwasilewski@internships.antmicro.com> Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
5b9d78a
to
7fbfe90
Compare
Hey @tejlmand, could you take a look at this PR? Thanks! |
This PR: