]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/GCC/ARM_CM33_NTZ/non_secure/portmacro.h
Add instructions on building the Cortex-M33 secure and non secure projects into the...
[freertos] / FreeRTOS / Source / portable / GCC / ARM_CM33_NTZ / non_secure / portmacro.h
index 4bd9a6f50534c197b1c057132245fa7ec44378a5..5042570709dd70abfea133b9b0c779a1254d0e7c 100644 (file)
@@ -43,16 +43,17 @@ extern "C" {
  */\r
 \r
 #ifndef configENABLE_FPU\r
-       #error configENABLE_FPU must be defined in FreeRTOSConfig.h.\r
+       #error configENABLE_FPU must be defined in FreeRTOSConfig.h.  Set configENABLE_FPU to 1 to enable the FPU or 0 to disable the FPU.\r
 #endif /* configENABLE_FPU */\r
 \r
 #ifndef configENABLE_MPU\r
-       #error configENABLE_MPU must be defined in FreeRTOSConfig.h.\r
+       #error configENABLE_MPU must be defined in FreeRTOSConfig.h.  Set configENABLE_MPU to 1 to enable the MPU or 0 to disable the MPU.\r
 #endif /* configENABLE_MPU */\r
 \r
 #ifndef configENABLE_TRUSTZONE\r
-       #error configENABLE_TRUSTZONE must be defined in FreeRTOSConfig.h.\r
+       #error configENABLE_TRUSTZONE must be defined in FreeRTOSConfig.h.  Set configENABLE_TRUSTZONE to 1 to enable TrustZone or 0 to disable TrustZone.\r
 #endif /* configENABLE_TRUSTZONE */\r
+\r
 /*-----------------------------------------------------------*/\r
 \r
 /**\r