-
Notifications
You must be signed in to change notification settings - Fork 3k
Add FLASH support to TARGET_MAX32620C and brd targets #9316
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
e14d562
to
ec3f309
Compare
@@ -16,7 +16,7 @@ define region RAM_region = mem:[from __region_RAM_start__ to __region_RAM | |||
|
|||
/* Stack and Heap */ | |||
define symbol __size_cstack__ = 0x1000; | |||
define symbol __size_heap__ = 0x4000; | |||
define symbol __size_heap__ = 0xF000; |
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.
That is quite the jump in heap allocation.
Though it looks like this target specific, so that should be fine.
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.
LGTM
Please resolve the conflict via rebase |
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.
LGTM.
ec3f309
to
a588dc3
Compare
dfe5573
to
95a050b
Compare
rebased to resolve conflict |
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
This is on top of #9092 scheduled for 5.12 so bumping this one also. |
OK now hand patched across to mbed-os-5.11.3 release candidate |
Description
Logs with passing GT flash tests:
flashtests-MAX32620FTHR-ARM.log
flashtests-MAX32620FTHR-IAR.log
flashtests-MAX32620FTHR-GCC_ARM.log
Pull request type