-
Notifications
You must be signed in to change notification settings - Fork 3k
New platforms: NUCLEO_F439ZI, NUCLEO_F756ZG, NUCLEO_L486RG #2979
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
mbed2 tests passed successfully for the 3 targets |
Thanks for the PR @adustm! /morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
|
Tests were actually ok, had a slight hiccup in the CI flow. 👍 |
make it green! /morph test |
@mbed-bot: TEST HOST_OSES=ALL |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 0 All builds and test passed! |
[Build 1031] |
@adustm can you resolve the conflict? |
Rebase done. |
@adustm sorry, one more time 👍 |
Rebase done. |
Description
The aim of this pull request is to introduce 3 new platforms.
NUCLEO_F439ZI is the exact replica of NUCLEO_F429ZI but soldered with an STM32F439ZI mcu
NUCLEO_F756ZG is the exact replica of NUCLEO_F746ZG but soldered with an STM32F756ZG mcu
NUCLEO_L486RG is the exact replica of NUCLEO_L476RG but soldered with an STM32L486RG mcu
Those platforms will allow the use of hw acceleration for encryption.
Status
READY
Migrations
NO
Todos
Deploy notes
Notes regarding the deployment of this PR. These should note any
required changes in the build environment, tools, compilers, etc.
Steps to test or reproduce
mbed test -m NUCLEO_[L486RG|F756ZG|F439ZI] -t [GCC_ARM|IAR|ARM]
Mbed 5 tests were passed, providing the same results as the parent boards: NUCLEO_F429ZI, NUCLEO_L476RG, NUCLEO_F746ZG