-
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
STM32F722ZE port #15153
STM32F722ZE port #15153
Conversation
When I run
Can someone by any chance help me with that? |
@bakatrouble, thank you for your changes. |
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.
Hi
For me this is nice work :-)
Remove patches in tools directories as they are not allowed any more.
I will see if I could find a nucleo around me.
Seems like the issue was in the CLion CMake integration. |
Now I'm getting an error in the emac driver, although
Am I missing some kind of switch somewhere? |
OK, all other STM32F7 was supporting ETHERNET, not STM32F722...
|
targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F722xE/TARGET_NUCLEO_F722ZE/PeripheralPins.c
Outdated
Show resolved
Hide resolved
You will also need to protect this line:
|
Thanks, now it's building suiccessfully. https://github.com/ARMmbed/mbed-os/files/7425204/tests.log |
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.
FLASH support has to be updated to support STM32F722
You can check/cherry pick my commits from
https://github.com/jeromecoutant/mbed/tree/DEV_STM32F722
targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F722xE/cmsis_nvic.h
Outdated
Show resolved
Hide resolved
targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F722xE/cmsis_nvic.h
Outdated
Show resolved
Hide resolved
targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F722xE/TOOLCHAIN_GCC_ARM/STM32F722xE.ld
Outdated
Show resolved
Hide resolved
Check 'Patch update' Thx |
Thanks a lot, now all tests except for |
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.
MPU test is OK on my side!
PS: maybe you should squash commits related to F722 into 1, and make a separate commit for each other STM32F7 patches ?
Done |
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
Add Nucleo STM32F722ZE port
Impact of changes
Migration actions required
Documentation
Add board page
Pull request type
Test results
Reviewers