Skip to content

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

Merged
merged 3 commits into from
Jul 4, 2016
Merged

Conversation

erwango
Copy link
Contributor

@erwango erwango commented Jun 30, 2016

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

@0xc0170
Copy link
Contributor

0xc0170 commented Jul 4, 2016

Can you please rebase, there are conflicts

@erwango erwango force-pushed the dev_NUCLEO_F429ZI branch from 38927f5 to 6073e85 Compare July 4, 2016 12:01
@erwango
Copy link
Contributor Author

erwango commented Jul 4, 2016

@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"],
Copy link
Contributor

@0xc0170 0xc0170 Jul 4, 2016

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?

@0xc0170
Copy link
Contributor

0xc0170 commented Jul 4, 2016

LGTM, waiting for travis and if you can fix that device_has indentation

@erwango
Copy link
Contributor Author

erwango commented Jul 4, 2016

@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"],
Copy link
Contributor

@0xc0170 0xc0170 Jul 4, 2016

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.

@erwango erwango force-pushed the dev_NUCLEO_F429ZI branch from a64e16d to eaf77ed Compare July 4, 2016 13:22
@erwango
Copy link
Contributor Author

erwango commented Jul 4, 2016

@0xc0170. Fixed & reviewed. Should be fine now. Thxs

@0xc0170 0xc0170 merged commit c034f48 into ARMmbed:master Jul 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants