-
Notifications
You must be signed in to change notification settings - Fork 3k
STM32F429/STM32F439 alignment #8916
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
Hello, I think this file is currently a strict copy from the file of NUCLEO_F429ZI. Dear arm team, both F429ZI and 439ZI only differ by the presence/absence of HW crypto on the device. Kind regards |
The rest of the code is fine for me. Thanks @jeromecoutant for the post-uvisor-removal cleanup ;) |
|
@c1728p9 @brianesquilona Holding until one of y'all also give the OK. |
@SenRamakri @LiyouZhou Would y'all happen to know more? |
@cmonr the only crypto the bootloader use is a hashing function sha256, if there is a hardware accelerated sha256 then it would certainly make booting a lot faster. |
OK so not a blocker for this PR. It can be sent via a new pull request once this one lands? We would like to proceed with this pull request. |
CI started
I'll try to find out who can update the bootloader after this one lands |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
NUCLEO_F429ZI and NUCLEO_F439ZI boards should have the same features, except HW crypto.
Both targets can be now used in Pelion repo for ex.
NUCLEO_F429ZI : old uvisor updates removed as this feature is now deprecated
NUCLEO_F439ZI : bootloader feature is added
@adustm
Pull request type