-
Notifications
You must be signed in to change notification settings - Fork 246
Add more enums for L4 clock selections. #720
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
Conversation
Some |
The best way of doing this in the current system is to have a separate yaml file for those uarts that exist only on some families, and then include that from the device yaml in the Are the parts you're interested in covered by the part definitions in the |
In |
Or do I need to specifically create e.g. |
I had a UART/USART typo before, I think it should be working now after also splitting it up into individual files. |
40f2435
to
b8a7d08
Compare
b8a7d08
to
e35c88c
Compare
@richardeoin, CI is passing now. |
1 similar comment
@richardeoin, CI is passing now. |
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.
Thanks, I made a few comments inline
Thanks @richardeoin, I have made the requested changes. |
c677dbe
to
bc9b117
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.
Great!
bors r+
Build succeeded: |
Added enums for clock enable and selection registers.