]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/IAR/ARM_CM33/non_secure/portmacro.h
Export port architecture name for COrtex-M33. This can be used by debuggers to find...
[freertos] / FreeRTOS / Source / portable / IAR / ARM_CM33 / non_secure / portmacro.h
index a5242006e890d715ec62727fed153a6833cbf8f0..4dede1716519640059a21e4b8a5ca3a68954f3d2 100644 (file)
@@ -53,6 +53,7 @@ extern "C" {
 #ifndef configENABLE_TRUSTZONE\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
@@ -86,6 +87,7 @@ typedef unsigned long                                                                         UBaseType_t;
 /**\r
  * Architecture specifics.\r
  */\r
+#define portARCH_NAME                                                                          "Cortex-M33"\r
 #define portSTACK_GROWTH                                                                       ( -1 )\r
 #define portTICK_PERIOD_MS                                                                     ( ( TickType_t ) 1000 / configTICK_RATE_HZ )\r
 #define portBYTE_ALIGNMENT                                                                     8\r