-
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
STM32G070 compile error #13888
Comments
@caoddx thank you for raising this issue.Please take a look at the following comments: We cannot automatically identify a release based on the version of Mbed OS that you have provided. NOTE: If there are fields which are not applicable then please just add 'n/a' or 'None'.This indicates to us that at least all the fields have been considered. |
@ARMmbed/mbed-os-maintainers this looks valid release to me, or why our script failed? |
Thank you for raising this detailed GitHub issue. I am now notifying our internal issue triagers. |
cc @ARMmbed/team-st-mcd |
Hi |
Description of defect
STM32G070xx
does not seem to haveTIM2
:[Error] us_ticker_data.h@26,22: 'TIM2' undeclared
And has
USART3_4_IRQn
withoutUSART3_4_LPUART1_IRQn
:[Error] serial_device.c@132,17: 'USART3_4_LPUART1_IRQn' undeclared (first use in this function)
[Error] serial_device.c@329,21: 'USART3_4_LPUART1_IRQn' undeclared (first use in this function)
Target(s) affected by this defect ?
Custom target inherits from
MCU_STM32G070xx
Toolchain(s) (name and version) displaying this defect ?
GCC_ARM
What version of Mbed-os are you using (tag or sha) ?
mbed-os-6.4.0
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
mbed-cli
How is this defect reproduced ?
None
The text was updated successfully, but these errors were encountered: