-
Notifications
You must be signed in to change notification settings - Fork 3k
TARGET_STM: add support of board NUCLEO_G071RB #12093
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
@ARMmbed/team-st-mcd |
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.
ST CI tests all OK!
@ABOSTM, thank you for your changes. |
From travis failure, there is -again- some issue with the arm pack manager file, Got some information from @JanneKiiskila who tried once to update this pack json file, |
Update the CMSIS-pack info to `index.json` in arm_pack_manager -folder. The update happens via python project.py --update-packs and a modified version of the cmsis-pack-manager tool, which allows the download of (most) CMSIS-pack files. The changes for this family ONLY are then updated to the `index.json` -file. Mbed OS PR ARMmbed#12093 need this change, as they refer to a target (device_name) from the updated CMSIS-packs. Ref: ARMmbed#12093
Time for the rainbow unicorns again (oh, just got one)... |
Are there some other CMSIS-pack updates that should be brought in (via separate PRs, of course)? |
Update CMSIS-pack info for STM32G-family
For me this should be done for all keil packages at each release for ex ? |
Hi @JanneKiiskila , thanks for your help. |
Hi |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Looks ok for the patch release. |
Update the CMSIS-pack info to `index.json` in arm_pack_manager -folder. The update happens via python project.py --update-packs and a modified version of the cmsis-pack-manager tool, which allows the download of (most) CMSIS-pack files. The changes for this family ONLY are then updated to the `index.json` -file. Mbed OS PR ARMmbed#12093 need this change, as they refer to a target (device_name) from the updated CMSIS-packs. Ref: ARMmbed#12093
This PR does not contain release version label after merging. |
There's PR fixing this, should be OK as will be reviewed for the version. |
Update the CMSIS-pack info to `index.json` in arm_pack_manager -folder. The update happens via python project.py --update-packs and a modified version of the cmsis-pack-manager tool, which allows the download of (most) CMSIS-pack files. The changes for this family ONLY are then updated to the `index.json` -file. Mbed OS PR #12093 need this change, as they refer to a target (device_name) from the updated CMSIS-packs. Ref: #12093
Update the CMSIS-pack info to `index.json` in arm_pack_manager -folder. The update happens via python project.py --update-packs and a modified version of the cmsis-pack-manager tool, which allows the download of (most) CMSIS-pack files. The changes for this family ONLY are then updated to the `index.json` -file. Mbed OS PR ARMmbed#12093 need this change, as they refer to a target (device_name) from the updated CMSIS-packs. Ref: ARMmbed#12093
Summary of changes
Add support of board NUCLEO_G071RB:
https://www.st.com/content/st_com/en/products/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus/stm32-mainstream-mcus/stm32g0-series.html
https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-mpu-eval-tools/stm32-mcu-mpu-eval-tools/stm32-nucleo-boards/nucleo-g071rb.html
Pull request type
Test results
Test executed on STMicroelectronics test bench with toolchain: ARM, IAR and GCC_ARM
All MBED-OS tests PASSED.
All CI-Shield tests PASSED except 2 tests with GCC_ARM due to not enough space in FLASH
(tests-concurrent-comms and tests-concurrent-mixed).