-
Notifications
You must be signed in to change notification settings - Fork 3k
NUCLEO_G474RE: Add new platform #12482
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
@AGlass0fMilk, thank you for your changes. |
@ARMmbed/team-st-mcd Please review |
CI started |
Test run: FAILEDSummary: 1 of 4 test jobs failed Failed test jobs:
|
Seems that or remove SPI feature in a first step in targets.json ? |
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.
First review done.
First quick tests done : ARM echo test OK! :-)
About license header, maybe you could check STM32G0 files.
targets/TARGET_STM/TARGET_STM32G4/TARGET_STM32G474xx/TARGET_NUCLEO_G474RE/PinNames.h
Show resolved
Hide resolved
targets/TARGET_STM/TARGET_STM32G4/TARGET_STM32G474xx/TARGET_NUCLEO_G474RE/PinNames.h
Outdated
Show resolved
Hide resolved
targets/TARGET_STM/TARGET_STM32G4/TARGET_STM32G474xx/TARGET_NUCLEO_G474RE/PeripheralPins.c
Show resolved
Hide resolved
targets/TARGET_STM/TARGET_STM32G4/TARGET_STM32G474xx/TARGET_NUCLEO_G474RE/system_clock.c
Outdated
Show resolved
Hide resolved
@AGlass0fMilk I'll close this PR as it has not been updated for more than 2 weeks, please reopen with an update to progress this one. |
I have updated my branch with the changes requested and rebased. Can you reopen this PR? |
I can't neither, github does not allow (states it was recreated or forced push - the latter could be here but why we can't reopen) :( |
Ah, I did force push during the rebase. I'll just open a new PR. |
you can also reopen, just rebase to revert the latest rebase, let it be as it was at closure . Reopen and then force push (see https://gist.github.com/robertpainsi/2c42c15f1ce6dab03a0675348edd4e2c) |
I can't reopen it after force pushing the old PR head. @0xc0170 is it possible for you to reopen it now? Maybe I don't have permissions. |
Still need to address this.
|
Let it be noted:
|
@0xc0170 can you reopen this PR? I will then rebase again and push up my changes. |
…sistent with the allowed PWM peripheral pins.
… Affects both HSI and HSE modes.
50865cc
to
658d89b
Compare
@0xc0170 This should be ready for integration (pending travis tests). I ran |
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.
Tests OK also on my side for GCC, ARM and IAR
@0xc0170 LGTM |
CI started |
Test run: SUCCESSSummary: 6 of 6 test jobs passed |
Woohoo, let's merge! |
This PR does not contain release version label after merging. |
Summary of changes
Added initial support for NUCLEO_G474RE target
Impact of changes
Migration actions required
Documentation
None
Pull request type
Test results
See attached test results for GCC ARM toolchain.
GCC ARM Version Info:
nucleo-g474re-test.log
Reviewers
@jeromecoutant
@ARMmbed/team-st-mcd