OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [OpenRISC_SIM_GCC/] [FreeRTOSConfig.h] - Diff between revs 666 and 800

Show entire file | Details | Blame | View Log

Rev 666 Rev 800
Line 71... Line 71...
#define configUSE_IDLE_HOOK                             0
#define configUSE_IDLE_HOOK                             0
#define configUSE_TICK_HOOK                             0
#define configUSE_TICK_HOOK                             0
#define configCPU_CLOCK_HZ                              ( ( unsigned long ) SYS_CLK )   
#define configCPU_CLOCK_HZ                              ( ( unsigned long ) SYS_CLK )   
#define configTICK_RATE_HZ                              ( ( portTickType ) 1000 )
#define configTICK_RATE_HZ                              ( ( portTickType ) 1000 )
#define configMINIMAL_STACK_SIZE                ( ( unsigned portSHORT ) 256 )
#define configMINIMAL_STACK_SIZE                ( ( unsigned portSHORT ) 256 )
#define configTOTAL_HEAP_SIZE                   ( ( size_t ) ( 32 * 1024 ) )
#define configTOTAL_HEAP_SIZE                   ( ( size_t ) ( 40 * 1024 ) )
#define configMAX_TASK_NAME_LEN                 ( 32 )
#define configMAX_TASK_NAME_LEN                 ( 32 )
#define configUSE_TRACE_FACILITY                0
#define configUSE_TRACE_FACILITY                0
#define configUSE_16_BIT_TICKS                  0
#define configUSE_16_BIT_TICKS                  0
#define configIDLE_SHOULD_YIELD                 0
#define configIDLE_SHOULD_YIELD                 0
#define configUSE_MUTEXES                               1
#define configUSE_MUTEXES                               1

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.