-
Notifications
You must be signed in to change notification settings - Fork 3k
Support RTOS-less secure image build with Cortex-M23/M33 #6747
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
Support RTOS-less secure image build with Cortex-M23/M33 #6747
Conversation
@deepikabhavnani Please check the commit |
/morph build |
Build : SUCCESSBuild number : 1858 Triggering tests/morph test |
Test : SUCCESSBuild number : 1667 |
Exporter Build : SUCCESSBuild number : 1505 |
@deepikabhavnani Can you review the update if now the location for those definitions is good? |
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.
👍
Description
By following the instructions of Reducing memory usage by tuning RTOS configuration, I build RTOS-less secure image for on-going, Cortex-M23 based target NUMAKER_PFM_M2351, and meet compile error with
mbed-os/rtos/TARGET_CORTEX/mbed_rtx_conf.h
unavailable in RTOS-less build. My.mbedignore
has the following content:This PR tries to fix the error. The support for RTOS-less secure image build would be helpful to reduce memory footprint.
Pull request type
@deepikabhavnani