-
Notifications
You must be signed in to change notification settings - Fork 3k
Explicitly set tdb internal flash size for PSoC6 Targets #11560
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
Explicitly set tdb internal flash size for PSoC6 Targets #11560
Conversation
The default computation assumes that a flash sector is several times larger than a flash page. On PSoC 6 targets this is not the case (the two values are the same) so the computed size is too small. This is a similar change to 1b1f14d, but for devices which implement TDB in internal storage.
@kyle-cypress, thank you for your changes. |
CI started |
Test run: FAILEDSummary: 2 of 4 test jobs failed Failed test jobs:
|
Is the failure an internal CI issue? The log shows a segfault while compiling for NRF52840_DK, which should be impacted by this change. |
CI restarted |
Test run: FAILEDSummary: 3 of 4 test jobs failed Failed test jobs:
|
Seems like master has a problem, investigating cc @ARMmbed/mbed-os-maintainers |
Ci restarted, should be good now |
Test run: FAILEDSummary: 1 of 4 test jobs failed Failed test jobs:
|
Restarted again |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
The default computation comes up with a size that is too small on PSoC 6 devices. This is a similar change to #11298, but for PSoC 6 boards which implement TDB in internal storage.
Pull request type
@ARMmbed/team-cypress
Reviewers
@ARMmbed/team-cypress
Release Notes