ARMmbed / mbed-os

Arm Mbed OS is a platform operating system designed for the internet of things
https://mbed.com
Other
4.67k stars 2.98k forks source link

Minimum memory requirement of mbed os for new target #10428

Closed ghost closed 5 years ago

ghost commented 5 years ago

Description

Target: New Target

Target Memory: RAM - 10K and Flash - 128K

Issue: In testing of the mbed os (greentea testing), we found that many test case requirement of memory is not fulfilled by the new controller because of less RAM. Is this expected with this RAM size ? Also, please suggest the minimum RAM and Flash requirement for mbed?

Issue request type

[X] Question
[ ] Enhancement
[ ] Bug
ciarmcom commented 5 years ago

Internal Jira reference: https://jira.arm.com/browse/MBOCUSTRIA-1153

0xc0170 commented 5 years ago

Mbed Enablement contains size requirements. They depend on the level, basic has different one than pelion ready. Reference https://www.mbed.com/en/about-mbed/mbed-enabled/requirements/

Baseline class should be fine for the above target (RAM - 10K and Flash - 128K). What tests do fail ?

cc @MarceloSalazar

ghost commented 5 years ago

Baseline class should be fine for the above target (RAM - 10K and Flash - 128K). What tests do fail ?

cc @MarceloSalazar

@0xc0170, below linker error is issued during green tea tests compilation: cannot move location counter backwards (from 20002b70 to 20002400)

linlingao commented 5 years ago

I'd like to keep this issue closed since the linker error is tracked in 10464.