-
Notifications
You must be signed in to change notification settings - Fork 3k
Add GD32_F450ZI as new target #9232
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
@ChazJin, thank you for your changes. |
Can we have a complete set of tests for all 3 compilers? |
OK. The mbed test results based on MBED OS 5.11 are as follows(WIN10, run "mbed test -t ARM/GCC_ARM/IAR -m GD32_F450ZI" directly). |
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.
@ChazJin Do you have low power timing resource provided by hardware ?
@Ronny-Liu Low power timing is not supported on hardware for GD32F450ZI, so LPTICKER is not added to target.json for the time being. |
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.
@ChazJin Do you have low power timing resource provided by hardware ?
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.
@ChazJin Any user button defined on this board? I don't see this in pinName.
I saw KEY1 KEY2 defined. You'd better still define standardized name BUTTON1, BUTTON2, etc...
features/netsocket/emac-drivers/TARGET_GD_EMAC/TARGET_GD32F4XX/gd32f4_eth_init.c
Show resolved
Hide resolved
targets/TARGET_GigaDevice/TARGET_GD32F4XX/TARGET_GD32F450ZI/device/TOOLCHAIN_IAR/gd32f450zi.icf
Outdated
Show resolved
Hide resolved
@ARMmbed/mbed-os-crypto Please review TRNG HAL implementation |
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.
Looks good to me!
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.
Why is the device folder placed under TARGET_GD32F450ZI? There are files named gd32f4xx.h, etc , which should be f4xx common file, should they be outside of TARGET_GD32F450ZI?
Hi @ChazJin, |
Hi @NirSonnenschein, I just used git rebase upstream/master and git push -f to my remote branch. I would like to ask is there anything inappropriate in doing so? If so, please correct my approach. Thanks a lot! PS: I think our other PR(#9203) faces the same problem. Whether it is in the same operation? |
Looks fine after rebase (Travis passed), will start CI now |
@ChazJin Can you rebase this PR? A Travis CI fix was brought in yesterday. |
Disregard. Really irritated that GitHub caches PR pages. |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
One target failure not related for this PR, we will restart tests soon |
Restarted |
Description
Pull request type
Reviewers
CC @Ronny-Liu @0xc0170 @ashok-rao. I would appreciate if you could review it when you are free.