-
Notifications
You must be signed in to change notification settings - Fork 7.5k
board: st: stm32u5g9j-dk2: Add toucscreen and hspi flash to u5g9 dk2 #91359
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
base: main
Are you sure you want to change the base?
board: st: stm32u5g9j-dk2: Add toucscreen and hspi flash to u5g9 dk2 #91359
Conversation
Hello @markussmST, and thank you very much for your first pull request to the Zephyr project! |
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
45498be
to
3449259
Compare
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.
Otherwise LGTM
3449259
to
7a7c261
Compare
60b7ff0
to
72b6d0d
Compare
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.
Aside the few indentation issues, LGTM.
* pc9 and pb9 with LTDC node. | ||
*/ | ||
* pc9 and pb9 with LTDC node. | ||
*/ |
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.
Could you discard this change. The indentation was fine.
west.yml
Outdated
revision: 5cbc642b1a79d4f373b1587f8c3027f31bf0d30c | ||
revision: e51136cb43ae2d7b9742d84a981280a09fb25138 |
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.
#90018 will probably be merged before this PR and will update hal_stm32 sha1 to a later version which will include current commit and few others.
To avoid issues, you'll then need to rebase but remove this modification to be sure we don't go back in time in hal_stm32.
#90018 has been merged and west.yaml points to a hal_stm32 version integration the commit we need, you can now rebase, remove west.yaml update and push a last version of the branch. |
72b6d0d
to
a1a59c1
Compare
The SOCs including this dts all have hspi (xspi comatible) peripheral included. Signed-off-by: Mathias Markussen <mathias.markussen@st.com>
Use GT911 touchscreen driver on STM32U5G9J-DK2 Signed-off-by: Mathias Markussen <mathias.markussen@st.com>
Add external HSPI flash on STM32U5G9J-DK2 Use external loader to flash it with STM32CubeProgrammer Signed-off-by: Mathias Markussen <mathias.markussen@st.com>
a1a59c1
to
77a5e79
Compare
Still works for me after rebasing. Should have all the whitespaces fixed as well. |
|
Adds HSPI external flash and GT911 touch screen driver support to the STM32U5G9J-DK2 board.