-
Notifications
You must be signed in to change notification settings - Fork 7.8k
dts: stm32u5: add stm32u595xx #94322
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?
dts: stm32u5: add stm32u595xx #94322
Conversation
Add variants of the stm32u595 chip with 2M (u595XI) and 4M (u595XJ) of flash. Signed-off-by: Henrik Lindblom <[email protected]>
|
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
@@ -0,0 +1,17 @@ | |||
/* | |||
* Copyright The Zephyr Project Contributors |
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.
May be add your own copyright
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.
I used the recommended copyright notice from contribution guidelines. Did I misunderstood them or should there an additional line?
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.
I think this copyright is legitimate. It's up to you @lindblandro to choose between your own or this recommended generic one. In the end the effective copyright ownership to defined by the S-o-b tag(s) of your Git commit.
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.
Yeah, I'm happy with the recommended practice and commit information 👍
Add variants of the stm32u595 chip with 2M (u595XI) and 4M (u595XJ) of flash.
Fixes #94320