-
Notifications
You must be signed in to change notification settings - Fork 3k
STM32_gen_PeripheralPins.py v1.17 #13655
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
@jeromecoutant, thank you for your changes. |
Can't wait to try it out! Can you explain the "new TIM_MST choice algo"? |
In PWM pinmap table, we comment lines using TIM_MST, timer used for USTICKER. |
@jeromecoutant just having this in the tools , not used by cli/online compiler? Asking due to tools being frozen - I'll request additional approval to get this in. |
Not used at all, it's a manual script. |
@ARMmbed/mbed-os-tools Shall the script be moved to targets folder rather than being in tools ? Please review |
@ARMmbed/mbed-os-tools Thx |
- GPIO xml parsing correction (ARMmbed#13711) - Octo SPI support - bug correction - warning style correction - new TIM_MST choice algo - full PinNames.h file creation - output directory is now targets_custom/TARGET_STM/TARGET_STM32XX/TARGET_STM32XXXX
b9f91ee
to
2d25882
Compare
Yes, I agree that we should move this script to the targets folder. It's not part of the general tools and only works with ST targets, so it makes sense for it to be in the targets folder. |
Done |
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.
Wondering if it makes sense to follow the tools
folder so the scripts like this that are target specific could be shared there. rather than in the targets/TARGET_ root?
7c94801
to
7eb43b1
Compare
@0xc0170 you could start CI |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
Hi
It's a long time I did not sync my personal script with the one in mbed repo.
Many updated lines:
targets_custom/TARGET_STM/TARGET_STM32XX/TARGET_STM32XXXX
[edit] add correction in GPIO xml files parsing
Fix #13711
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers