]> git.sur5r.net Git - freertos/commitdiff
Set default value of configRUN_FREERTOS_SECURE_ONLY to 0.
authorgaurav-aws <gaurav-aws@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 20 Feb 2019 00:40:46 +0000 (00:40 +0000)
committergaurav-aws <gaurav-aws@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 20 Feb 2019 00:40:46 +0000 (00:40 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2638 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Source/include/FreeRTOS.h

index 73f28fe54f1b3ab707160496ba203f2f263c4726..6e3deed52dc4dd3cc4c1e29aea7b05392048b05e 100644 (file)
@@ -976,6 +976,12 @@ This is currently used in ARMv8M ports. */
        #define configENABLE_TRUSTZONE 1\r
 #endif\r
 \r
+/* Set configRUN_FREERTOS_SECURE_ONLY to 1 to run the FreeRTOS ARMv8M port on\r
+the Secure Side only. */\r
+#ifndef configRUN_FREERTOS_SECURE_ONLY\r
+       #define configRUN_FREERTOS_SECURE_ONLY 0\r
+#endif\r
+\r
 /* Sometimes the FreeRTOSConfig.h settings only allow a task to be created using\r
  * dynamically allocated RAM, in which case when any task is deleted it is known\r
  * that both the task's stack and TCB need to be freed.  Sometimes the\r