Richard Barry
|
27ca5c8341
|
Added portMEMORY_BARRIER() implemented as __asm volatile( "" ::: "memory" ) into ARM Cortex-M33 ports to assist with link time optimisation.
|
6 years ago |
Gaurav Aggarwal
|
dd9a9710c6
|
Export port architecture name for COrtex-M33. This can be used by debuggers to find the port in-use to be able to correctly decode the context stored on the stack.
|
6 years ago |
Gaurav Aggarwal
|
5fe8465a35
|
Change type of usStackDepth to configSTACK_DEPTH_TYPE.
|
6 years ago |
Gaurav Aggarwal
|
5623c69748
|
Fix Build and Links failure in MPU projects. Minor cosmetic changes in some V8M files.
|
6 years ago |
Richard Barry
|
8b6ab5f197
|
Add instructions on building the Cortex-M33 secure and non secure projects into the comments of that project and into a readme.txt file.
Enable configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES setting to be used in statically allocated systems.
|
6 years ago |
Gaurav Aggarwal
|
5849459c65
|
Add support for running FreeRTOS on Secure Side only in Cortex M33 port. Also, change spaces to tabs.
|
6 years ago |
Gaurav Aggarwal
|
ce576f3683
|
First Official Release of ARMV8M Support. This release removes Pre-Release from all the ARMv8M files licensees.
|
6 years ago |