]> git.sur5r.net Git - freertos/blobdiff - Demo/AVR32_UC3/FreeRTOSConfig.h
Remove unnecessary use of portLONG, portCHAR and portSHORT.
[freertos] / Demo / AVR32_UC3 / FreeRTOSConfig.h
index 3fc90ffff96aa4d9021ec0be476a24d543521405..5b22c861c256fe71a166fd5180a47e27323f3a14 100644 (file)
@@ -53,7 +53,9 @@
  * application requirements.\r
  *\r
  * THESE PARAMETERS ARE DESCRIBED WITHIN THE 'CONFIGURATION' SECTION OF THE\r
- * FreeRTOS API DOCUMENTATION AVAILABLE ON THE FreeRTOS.org WEB SITE.\r
+ * FreeRTOS API DOCUMENTATION AVAILABLE ON THE FreeRTOS.org WEB SITE. \r
+ *\r
+ * See http://www.freertos.org/a00110.html.\r
  *----------------------------------------------------------*/\r
 \r
 #define configUSE_PREEMPTION      1\r
@@ -63,9 +65,9 @@
 #define configPBA_CLOCK_HZ        ( FOSC0 )\r
 #define configTICK_RATE_HZ        ( ( portTickType ) 1000 )\r
 #define configMAX_PRIORITIES      ( ( unsigned portBASE_TYPE ) 8 )\r
-#define configMINIMAL_STACK_SIZE  ( ( unsigned portSHORT ) 128 )\r
+#define configMINIMAL_STACK_SIZE  ( ( unsigned short ) 128 )\r
 /* configTOTAL_HEAP_SIZE is not used when heap_3.c is used. */\r
-#define configTOTAL_HEAP_SIZE     ( ( size_t ) ( 1 ) )\r
+#define configTOTAL_HEAP_SIZE     ( ( size_t ) ( 1024*25 ) )\r
 #define configMAX_TASK_NAME_LEN   ( 16 )\r
 #define configUSE_TRACE_FACILITY  0\r
 #define configUSE_16_BIT_TICKS    0\r