-
Notifications
You must be signed in to change notification settings - Fork 3k
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
M2354: Upgrade to BSP v3.00.001 (5.15) #13770
Conversation
In test chip, byte-read (LDRB) last byte of flash in non-secure world always gets 0xFF. This is got around by overriding flash_read(...). Now, the override can remove in MP chip.
1. Change to support MP chip. Original M2355 BSP is for test chip. 2. UART0, used for USB VCOM, has change in clock enable bit. So chip/board version and BSP version must match. 3. Remove TF-M legacy code.
1. Upgrade to BSP v3.00.001 for MP chip 2. Enable fault handler dump message
@ccli8, thank you for your changes. |
CI started |
Test run: FAILEDSummary: 1 of 10 test jobs failed Failed test jobs:
|
I'll restart the CI (client test failure) |
Test run: SUCCESSSummary: 10 of 10 test jobs passed |
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.
Approved.
Summary of changes
This PR upgrades BSP to v3.00.001 to support MP chip.
Impact of changes
NuMaker-M2354 Ver 1.0 (test chip) gets unsupported. This doesn't do big impact because it is internal only. NuMaker-M2354 Ver 1.1 (MP chip) will be the official one with this upgrade.
Pull request type
Test results