-
Notifications
You must be signed in to change notification settings - Fork 3k
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
CMSIS pack update 2019-10-18 #11707
CMSIS pack update 2019-10-18 #11707
Conversation
Updating of all CMSIS packs that running ``` python project.py -m STM32F7xx --update-packs ``` brings, while using a customer version of cmsis-pack-manager. (Essentially using the reqwest version from theOtherJimmy with the TLS fix mentioned in the comments). See: - pyocd/cmsis-pack-manager#121 - pyocd/cmsis-pack-manager#124 for more details.
Removed note on the -m , that doesn't really have any impact on the job the script does. It updates all. |
@JanneKiiskila Looks like there are errors in the updated packs, Travis found at least 3 |
Issue 1)
Issue 2)
So, I found only two issues? @theotherjimmy any insight on why these could happen? |
We can add it manually to keep it as it was for now and investigate why it was not added automatically. @linlingao Please review
Note, there is a conflict now :/ |
The Keil CMSIS-pack file has this for the
The current
So, the information seems to be essentially there, but it is not parsed out somehow. |
I think it's likely better to update only the sections that need updating (though one horribly large .json file is not cool for that, in the longer term we should probably consider splitting the json file into vendor specific files). |
Manually replaced the existing STM32H7 section and replaced it with the context of updated `index.json` that pulled in the Keil packs available today, as of 18th October, 2019. See related PR; ARMmbed#11707
Closing this one out, better to do it manually after all (which is a pain, editing megabytes long JSON file is not really my idea of fun). See new PR; #11709 |
We've been editing this file manually. I was told Keil is not committed to hosting CMSIS packs so relying on Keil is no longer sustainable. |
Manually replaced the existing STM32H7 section and replaced it with the context of updated `index.json` that pulled in the Keil packs available today, as of 18th October, 2019. See related PR; ARMmbed#11707
Manually replaced the existing STM32H7 section and replaced it with the context of updated `index.json` that pulled in the Keil packs available today, as of 18th October, 2019. See related PR; ARMmbed#11707
Manually replaced the existing STM32H7 section and replaced it with the context of updated `index.json` that pulled in the Keil packs available today, as of 18th October, 2019. See related PR; ARMmbed#11707
Manually replaced the existing STM32H7 section and replaced it with the context of updated `index.json` that pulled in the Keil packs available today, as of 18th October, 2019. See related PR; ARMmbed#11707
Manually replaced the existing STM32H7 section and replaced it with the context of updated `index.json` that pulled in the Keil packs available today, as of 18th October, 2019. See related PR; #11707
Description
Updating of all CMSIS packs that running
brings, while using a customer version of cmsis-pack-manager.
(Essentially using the reqwest version from @theotherjimmy with
the TLS fix mentioned in the comments).
See:
reqwest
pyocd/cmsis-pack-manager#124for more details.
Pull request type
Reviewers
@adbridge @0xc0170 @theotherjimmy @ARMmbed/team-st-mcd
Release Notes
All CMSIS packs updated to status on 18th of October, 2019.