-
Notifications
You must be signed in to change notification settings - Fork 3k
Add support for Nucleo F429ZI #2077
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
Can you please rebase, there are conflicts |
38927f5
to
6073e85
Compare
@0xc0170 , Rebase done. Hope it is fine now :-) |
"extra_labels": ["STM", "STM32F4", "STM32F429", "STM32F429ZI"], | ||
"supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"], | ||
"progen": {"target": "nucleo-f429zi"}, | ||
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "RTC_LSI", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"], |
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.
@unaligned device_has
, please fix. tabs?
LGTM, waiting for travis and if you can fix that device_has indentation |
6073e85
to
a64e16d
Compare
@0xc0170. Device_has identtation fixed! Thxs |
@@ -962,7 +973,7 @@ | |||
"extra_labels": ["STM", "STM32F4", "STM32F429", "STM32F429ZI"], | |||
"supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"], | |||
"progen": {"target": "disco-f429zi"}, | |||
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "RTC_LSI", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"], | |||
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "ERROR_RED", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "RTC_LSI", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"], |
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 can still see this unaligned line here on github.
a64e16d
to
eaf77ed
Compare
@0xc0170. Fixed & reviewed. Should be fine now. Thxs |
This PR provides support for new 144 pins target NUCLEO_F429ZI.
Full non regression performed with no outstanding issue (MBED_16 failed as per Issue #2027). Report attached. Interface pins tested OK manually : PWMOUT, ADC, DAC, SPI, I2C.
report__common__2016_06_27_14_07__NUCLEO_F429ZI__uARM_ARM_IAR_GCC.zip