]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/FreeRTOSConfig.h
Add XMC4200 and XMC4400 build configurations to the XMC4000 Dave project.
[freertos] / FreeRTOS / Demo / CORTEX_M4F_Infineon_XMC4000_GCC_Dave / FreeRTOSConfig.h
index 68fcedee27cf316b389c7a5b8029928a078457eb..8a4839bbfcf189f51cb35af0195e147ed950cad9 100644 (file)
@@ -169,7 +169,7 @@ standard names. */
        #define configCONFIGURE_LED() ( PORT3->IOCR8 = 0x00008000 )\r
        /* To toggle the single LED */\r
        #define configTOGGLE_LED()      ( PORT3->OMR =  0x02000200 )\r
-#elif defined( PART_XMC4400 )\r
+#elif UC_ID == 4400\r
        /* Hardware includes. */\r
        #include "XMC4400.h"\r
        #include "System_XMC4200.h"\r
@@ -178,7 +178,7 @@ standard names. */
        #define configCONFIGURE_LED() ( PORT5->IOCR0 = 0x00800000 )\r
        /* To toggle the single LED */\r
        #define configTOGGLE_LED()      ( PORT5->OMR =  0x00040004 )\r
-#elif defined( PART_XMC4200 )\r
+#elif UC_ID == 4206\r
        /* Hardware includes. */\r
        #include "XMC4200.h"\r
        #include "System_XMC4200.h"\r