script to add new serie to the Arduino_Core_STM32#1248
Merged
fpistm merged 1 commit intostm32duino:masterfrom Dec 2, 2020
Merged
script to add new serie to the Arduino_Core_STM32#1248fpistm merged 1 commit intostm32duino:masterfrom
fpistm merged 1 commit intostm32duino:masterfrom
Conversation
use: -a <new_serie_to_add ex: l5> Signed-off-by: Francois Ramu <francois.ramu@st.com> Co-authored-by: Frederic Pillon <frederic.pillon@st.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change in the CI/utils/stm32update.py is creating a new option -a which will add a new serie in the Arduino_Core_STM32
Exemple to add the new stm32l5xx serie:
$ python3 stm32update.py -a l5Not tested: combination of several series in '-a' option, combination of options ('-a' -'c' ...)
TODO: this new stm32YY serie is added at the end of the list in
STM32YYxx_CMSIS_version.mdandSTM32YYxx_HAL_Driver_version.mdfilesSigned-off-by: Francois Ramu francois.ramu@st.com