-
Notifications
You must be signed in to change notification settings - Fork 3k
[NuMaker] Add PFM-M453 and Migrate PFM-NUC472 Crypto #2861
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
@cyliangtw Thanks for the PR and the test results! Do you have any test result for the IAR toolchain? |
Both of NUMAKER_PFM_M453 & NUMAKER_PFM_NUC472 don't support current uvisor feature. |
@bridadan , the test result for IAR tool chain as below:
|
@cyliangtw Thanks a lot for the test results! They look really good! 😄 /morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 1012 All builds and test passed! |
@cyliangtw This is great! Thanks |
@cyliangtw last directory change to make CMSIS updates easier. Can you resolve conflict so we can test? |
@sg- we are in comparing the restructured folder relative to our hal code . Hopefully, we will rebase again to resolve conflict by next Monday. |
Locate *lwip_* in XRAM to fix IRAM OOM
1. Fix clone SHA context error. Convert SHA H/W context to SHA S/W context due to just one instance of SHA H/W. 2. Fix partial update error.
Error occurs as newly scheduled alarm is behind now due to signed/unsigned comparison pitfall: -1 < 1u ==> 0 or 1
The original fix cannot handle both wrap-around and scheduled alarm behind now well. Leave wrap-around as known issue.
Some application requires GPIO IRQ to be low latency. To complement it, open up GPIO IRQ debounce configuration through mbed_lib.json.
1. Fix pin definition error regarding SD. 2. Fix pin definition error regarding I2C. 3. Fix pin definition error regarding SPI. 4. Add pinmap for SD.
1. Move USBHALHost_M451.cpp and USBHALHost_NUC472.cpp. 2. Move TARGET_M451/mbed_lib.json. 3. Move TARGET_NUC472/crypto. 4. Move TARGET_NUC472/mbed_lib.json.
1. Move M451Series.h to device. 2. Move StdDriver to device. 3. Move TOOLCHAIN_* to device. 4. Move cmsis*, startup_M451Series.c, and system_M451Series.c/h to device.
@sg- Finished the rebase to resolve conflict on last directory change. |
LGTM 👍 /morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 0 All builds and test passed! |
Description
Please help to review this PR.
About NuMaker-PFM-M453 greetea test report was attached:
mbed-greentea_test_report.txt