-
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
STM32G4 update drivers version to CUBE V1.4.0 #14592
Conversation
@JeanMarcR, thank you for your changes. |
@JeanMarcR Can you attach test report? |
I join test reports : platform NUCLEO_G474RE with AMR - GCC - IAR. report__Test_MBED_OS_NUCLEO_G474RE_ARMC6__2021_04_16_09_43.log report__Test_MBED_OS_NUCLEO_G474RE_GCC_ARM__2021_04_16_14_03.log |
ARMC6 contains an error:
But Gcc is all OK. |
Sorry I attached an old file. The test result for ARMC6 is the following one: |
@0xc0170 Where do you see this ?
|
It was in the logs pasted there. All good now |
#endif | ||
|
||
#if !defined (USE_HAL_CRYP_REGISTER_CALLBACKS) | ||
#define USE_HAL_CRYP_REGISTER_CALLBACKS 0U | ||
#if !defined (USE_HAL_CORDIC_REGISTER_CALLBACKS) |
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.
Not correct here
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.
OK.
#endif | ||
|
||
#if !defined (USE_HAL_HRTIM_REGISTER_CALLBACKS) | ||
#define USE_HAL_HRTIM_REGISTER_CALLBACKS 0U | ||
#if !defined (USE_HAL_FMAC_REGISTER_CALLBACKS) |
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.
Not correct
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.
OK
#else | ||
#include "nvic_addr.h" // MBED | ||
SCB->VTOR = NVIC_FLASH_VECTOR_ADDRESS; // MBED | ||
This value must be a multiple of 0x200. */ |
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.
Line to remove I think
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.
Yes probably. But I will run again the tests.
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.
I removed the lines. No problem with our local tests.
7b9900c
to
04d0a7d
Compare
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
04d0a7d
to
5b589ca
Compare
#include "nvic_addr.h" // MBED | ||
SCB->VTOR = NVIC_FLASH_VECTOR_ADDRESS; // MBED |
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.
This has been lost ?
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.
OK
7bc1e69
to
a755681
Compare
targets/TARGET_STM/README.md
Outdated
@@ -67,8 +67,8 @@ This table summarizes the STM32Cube versions currently used in Mbed OS master br | |||
| F3 | 1.11.2 | https://github.com/STMicroelectronics/STM32CubeF3 | | |||
| F4 | 1.26.0 | https://github.com/STMicroelectronics/STM32CubeF4 | | |||
| F7 | 1.16.0 | https://github.com/STMicroelectronics/STM32CubeF7 | | |||
| G0 | 1.4.1 | https://github.com/STMicroelectronics/STM32CubeG0 | | |||
| G4 | 1.1.0 | https://github.com/STMicroelectronics/STM32CubeG4 | | |||
| G0 | 1.4.1 | https://github.com/STMicroelectronics/STM32CubeG0 | |
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.
Don't touch this line :-)
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.
OK
#include "nvic_addr.h" // MBED | ||
SCB->VTOR = NVIC_FLASH_VECTOR_ADDRESS; // MBED |
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.
Not sure it is the right place ?
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.
OK
a755681
to
331cf70
Compare
Let's start CI ? |
CI started |
Jenkins CI Test : ❌ FAILEDBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Faked with NRF52840_DK-FPGA... |
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 2 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
ST Cube drivers version is updated from V1.3.0 to V1.4.0
which is the latest official version from:
https://github.com/STMicroelectronics/STM32CubeG4/
@ARMmbed/team-st-mcd
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers