You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make configSUPPORT_STATIC_ALLOCATION==1 an error for MPU ports (#953)
* Error when configSUPPORT_STATIC_ALLOCATION is set for MPU ports
* Uncrustify: triggered by comment.
---------
Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: Soren Ptak <[email protected]>
#error configKERNEL_PROVIDED_STATIC_MEMORY cannot be set to 1 when using an MPU port. The vApplicationGet*TaskMemory() functions must be provided manually.
49
+
#endif
50
+
44
51
/* The MPU ports require MPU_WRAPPERS_INCLUDED_FROM_API_FILE to be defined
45
52
* for the header files above, but not in this file, in order to generate the
46
53
* correct privileged Vs unprivileged linkage and placement. */
0 commit comments