]> git.sur5r.net Git - freertos/blobdiff - Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
Continue 78K0R development.
[freertos] / Demo / NEC_78K0R_IAR / FreeRTOSConfig.h
index 7c4f72f78fa872a334de735699a33fe963aa8efc..64b8bea99f075e6262ed273896c032cac8153efb 100644 (file)
 #endif  /* __IAR_SYSTEMS_ICC__ */\r
 \r
 /*\r
- * 78K0R/Kx3 Clock Source Configuration\r
+ * 78K0R Clock Source Configuration\r
  * 1 = use internal High Speed Clock Source (typically 8Mhz on the 78K0R/Kx3)\r
  * 0 = use external Clock Source\r
  */\r
 #define configCLOCK_SOURCE              0\r
 \r
 /*\r
- * 78K0R/Kx3 Memory Model\r
+ * 78K0R Memory Model\r
  * 1 = use far memory mode\r
  * 0 = use near memory mode\r
  *\r
        #define configUSE_TICK_HOOK                             0\r
        #define configTICK_RATE_HZ                              ( ( portTickType ) 1000 )\r
        #define configMAX_PRIORITIES                    ( ( unsigned portBASE_TYPE ) 4 )\r
-       #define configMINIMAL_STACK_SIZE                ( ( unsigned portSHORT ) 75 )\r
-       #define configTOTAL_HEAP_SIZE                   ( (size_t ) ( 6000 ) )\r
+       #define configMINIMAL_STACK_SIZE                ( ( unsigned portSHORT ) 100 )\r
+       #define configTOTAL_HEAP_SIZE                   ( (size_t ) ( 7000 ) )\r
        #define configMAX_TASK_NAME_LEN                 ( 10 )\r
        #define configUSE_TRACE_FACILITY                0\r
        #define configUSE_16_BIT_TICKS                  1\r
        #define configIDLE_SHOULD_YIELD                 1\r
-       #define configCHECK_FOR_STACK_OVERFLOW  0\r
+       #define configCHECK_FOR_STACK_OVERFLOW  2\r
        #define configUSE_MUTEXES                               1\r
 \r
        /* Co-routine definitions. */\r