-
Notifications
You must be signed in to change notification settings - Fork 243
Added missing Enumerations. #707
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
So just to aid in the review: |
Have you checked all reference manuals related to |
@burrbull It took me quite a while just to check that the stm32f429 was linked to that YAML file. How does the linking work with these? Also, it is a direct superset of the existing file, so would be better for it to be available? |
When you run |
So I think it's really possible I got this wrong. I now see that the yaml has an inheritance.
adc_v20000: Timer 1 CC1 event adc_v2_singleSTM32410 << DIFFERENT THAN OTHER adc_v2_single 0000: Timer 1 CC1 event 0000: Timer 1 CC1 event adc_v2_multiSTM32F205 STM32F207 0000: Timer 1 CC1 event different than other adc_v2_multiSTM32F730 0000: Timer 1 CH1 stm32f7x[2367]I don't know how these should be categorized. So for the next steps should these be broken into a new child YAML or added as exceptions to existing ones? |
Given the table above it looks like there should be some YAML file that configures for each set of devices inhertance: and a one off: |
Just remove EXTSEL from adc_v2.yaml, create different files for each set of EXTSEL and include them directly in device files. |
Well, it took a second but that should have most of the details handled. this added a new subfolder for the 4 different configurations. |
Just so it's clear is there anything else I need to do for this, or am I just waiting for review? Who reviews stuff/how does that work? |
|
Somehow the remaining EXTSEL bits seem to have been lost. I added them.
I rebased to get a fresh memmap comparison, then added some minor white-space fixes as well. I checked all the changes (thanks for the links to the reference manuals!), looks good to me. Let me know if you're ok with my edits (trimmed trailing whitespace in |
Keeping spacing uniform on EXTI lines
Keeping EXTI description uniform
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.
found a few places where the spacing after EXTI line was missing. Looks good other than that
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 for the changes and breaking all of it down for easy review!
bors r+
Build succeeded: |
Somehow the remaining EXTSEL bits seem to have been lost. I added them.