]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/IAR/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 / IAR / ARM_CM33_NTZ / non_secure / portmacro.h
index 4bd9a6f50534c197b1c057132245fa7ec44378a5..a5242006e890d715ec62727fed153a6833cbf8f0 100644 (file)
@@ -43,15 +43,15 @@ 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