URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
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
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.