]> git.sur5r.net Git - freertos/blobdiff - Demo/CORTEX_A2F200_SoftConsole/main-full.c
Added BSP generation files to MicroBlaze directory.
[freertos] / Demo / CORTEX_A2F200_SoftConsole / main-full.c
index cb7eb25aee115757b79270a35ce390efe9835bdc..244beaa6b245922e0f0998313037d45df750f4ae 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.0.0 - Copyright (C) 2011 Real Time Engineers Ltd.\r
+    FreeRTOS V7.0.1 - Copyright (C) 2011 Real Time Engineers Ltd.\r
 \r
 \r
        FreeRTOS supports many tools and architectures. V7.0.0 is sponsored by:\r
 #include "mss_gpio.h"\r
 #include "mss_watchdog.h"\r
 #include "mss_timer.h"\r
+#include "mss_ace.h"\r
 #include "oled.h"\r
 \r
 /* Common demo includes. */\r
@@ -455,10 +456,9 @@ const unsigned long ulValueToSend = 100UL;
 \r
        /* The timer command queue will have been filled when the timer test tasks\r
        were created in main() (this is part of the test they perform).  Therefore,\r
-       while the check and OLED timers can be created in main(), they cannot be\r
-       started from main().  Once the scheduler has started, the timer service\r
-       task will drain the command queue, and now the check and OLED timers can be\r
-       started successfully. */\r
+       while the check timer can be created in main(), it cannot be started from \r
+       main().  Once the scheduler has started, the timer service task will drain \r
+       the command queue, and now the check timer can be started successfully. */\r
        xTimerStart( xCheckTimer, portMAX_DELAY );\r
 \r
        /* Initialise xNextWakeTime - this only needs to be done once. */\r
@@ -551,6 +551,9 @@ static void prvSetupHardware( void )
 \r
        /* Configure the GPIO for the LEDs. */\r
        vParTestInitialise();\r
+       \r
+       /* ACE Initialization */\r
+       ACE_init();\r
 \r
        /* Setup the GPIO and the NVIC for the switch used in this simple demo. */\r
        NVIC_SetPriority( GPIO8_IRQn, configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY );\r
@@ -628,6 +631,7 @@ const unsigned long ulMax32BitValue = 0xffffffffUL;
        MSS_TIM64_start();\r
 }\r
 /*-----------------------------------------------------------*/\r
+\r
 unsigned long ulGetRunTimeCounterValue( void )\r
 {\r
 unsigned long long ullCurrentValue;\r