SAM4S-EK_FreeRTOS+FAT-SL  1.0
An example project to test the functionality of FreeRTOS+FAT-SL using SD card as data storage medium
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
FreeRTOSConfig.h File Reference
#include <stdint.h>

Go to the source code of this file.

Macros

#define configUSE_PREEMPTION   1
 
#define configUSE_PORT_OPTIMISED_TASK_SELECTION   1
 
#define configUSE_IDLE_HOOK   0
 
#define configUSE_TICK_HOOK   1
 
#define configCPU_CLOCK_HZ   ( SystemCoreClock )
 
#define configTICK_RATE_HZ   ( ( TickType_t ) 1000 )
 
#define configMAX_PRIORITIES   ( 5 )
 
#define configMINIMAL_STACK_SIZE   ( ( unsigned short ) 130 )
 
#define configTOTAL_HEAP_SIZE   ( ( size_t ) ( 40960 ) )
 
#define configMAX_TASK_NAME_LEN   ( 10 )
 
#define configUSE_TRACE_FACILITY   0
 
#define configUSE_16_BIT_TICKS   0
 
#define configIDLE_SHOULD_YIELD   1
 
#define configUSE_MUTEXES   1
 
#define configQUEUE_REGISTRY_SIZE   0
 
#define configCHECK_FOR_STACK_OVERFLOW   2
 
#define configUSE_RECURSIVE_MUTEXES   1
 
#define configUSE_MALLOC_FAILED_HOOK   1
 
#define configUSE_APPLICATION_TASK_TAG   0
 
#define configUSE_COUNTING_SEMAPHORES   1
 
#define configUSE_QUEUE_SETS   1
 
#define configGENERATE_RUN_TIME_STATS   0
 
#define configUSE_CO_ROUTINES   0
 
#define configMAX_CO_ROUTINE_PRIORITIES   ( 2 )
 
#define configUSE_TIMERS   1
 
#define configTIMER_TASK_PRIORITY   ( 2 )
 
#define configTIMER_QUEUE_LENGTH   5
 
#define configTIMER_TASK_STACK_DEPTH   ( configMINIMAL_STACK_SIZE * 2 )
 
#define INCLUDE_vTaskPrioritySet   1
 
#define INCLUDE_uxTaskPriorityGet   1
 
#define INCLUDE_vTaskDelete   1
 
#define INCLUDE_vTaskCleanUpResources   1
 
#define INCLUDE_vTaskSuspend   1
 
#define INCLUDE_vTaskDelayUntil   1
 
#define INCLUDE_vTaskDelay   1
 
#define configPRIO_BITS   4 /* 15 priority levels */
 
#define configLIBRARY_LOWEST_INTERRUPT_PRIORITY   0x0f
 
#define configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY   10
 
#define configKERNEL_INTERRUPT_PRIORITY   ( configLIBRARY_LOWEST_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) )
 
#define configMAX_SYSCALL_INTERRUPT_PRIORITY   ( configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) )
 
#define configASSERT(x)   if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }
 
#define vPortSVCHandler   SVC_Handler
 
#define xPortPendSVHandler   PendSV_Handler
 
#define xPortSysTickHandler   SysTick_Handler
 
#define configMAC_INTERRUPT_PRIORITY   ( configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY )
 
#define configCOMMAND_INT_MAX_OUTPUT_SIZE   1024
 

Variables

uint32_t SystemCoreClock
 

Macro Definition Documentation

#define configASSERT (   x)    if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }

Definition at line 160 of file FreeRTOSConfig.h.

#define configCHECK_FOR_STACK_OVERFLOW   2

Definition at line 105 of file FreeRTOSConfig.h.

#define configCOMMAND_INT_MAX_OUTPUT_SIZE   1024

Definition at line 174 of file FreeRTOSConfig.h.

#define configCPU_CLOCK_HZ   ( SystemCoreClock )

Definition at line 94 of file FreeRTOSConfig.h.

#define configGENERATE_RUN_TIME_STATS   0

Definition at line 111 of file FreeRTOSConfig.h.

#define configIDLE_SHOULD_YIELD   1

Definition at line 102 of file FreeRTOSConfig.h.

#define configKERNEL_INTERRUPT_PRIORITY   ( configLIBRARY_LOWEST_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) )

Definition at line 153 of file FreeRTOSConfig.h.

#define configLIBRARY_LOWEST_INTERRUPT_PRIORITY   0x0f

Definition at line 143 of file FreeRTOSConfig.h.

#define configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY   10

Definition at line 149 of file FreeRTOSConfig.h.

#define configMAC_INTERRUPT_PRIORITY   ( configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY )

Definition at line 169 of file FreeRTOSConfig.h.

#define configMAX_CO_ROUTINE_PRIORITIES   ( 2 )

Definition at line 115 of file FreeRTOSConfig.h.

#define configMAX_PRIORITIES   ( 5 )

Definition at line 96 of file FreeRTOSConfig.h.

#define configMAX_SYSCALL_INTERRUPT_PRIORITY   ( configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) )

Definition at line 156 of file FreeRTOSConfig.h.

#define configMAX_TASK_NAME_LEN   ( 10 )

Definition at line 99 of file FreeRTOSConfig.h.

#define configMINIMAL_STACK_SIZE   ( ( unsigned short ) 130 )

Definition at line 97 of file FreeRTOSConfig.h.

#define configPRIO_BITS   4 /* 15 priority levels */

Definition at line 138 of file FreeRTOSConfig.h.

#define configQUEUE_REGISTRY_SIZE   0

Definition at line 104 of file FreeRTOSConfig.h.

#define configTICK_RATE_HZ   ( ( TickType_t ) 1000 )

Definition at line 95 of file FreeRTOSConfig.h.

#define configTIMER_QUEUE_LENGTH   5

Definition at line 120 of file FreeRTOSConfig.h.

#define configTIMER_TASK_PRIORITY   ( 2 )

Definition at line 119 of file FreeRTOSConfig.h.

#define configTIMER_TASK_STACK_DEPTH   ( configMINIMAL_STACK_SIZE * 2 )

Definition at line 121 of file FreeRTOSConfig.h.

#define configTOTAL_HEAP_SIZE   ( ( size_t ) ( 40960 ) )

Definition at line 98 of file FreeRTOSConfig.h.

#define configUSE_16_BIT_TICKS   0

Definition at line 101 of file FreeRTOSConfig.h.

#define configUSE_APPLICATION_TASK_TAG   0

Definition at line 108 of file FreeRTOSConfig.h.

#define configUSE_CO_ROUTINES   0

Definition at line 114 of file FreeRTOSConfig.h.

#define configUSE_COUNTING_SEMAPHORES   1

Definition at line 109 of file FreeRTOSConfig.h.

#define configUSE_IDLE_HOOK   0

Definition at line 92 of file FreeRTOSConfig.h.

#define configUSE_MALLOC_FAILED_HOOK   1

Definition at line 107 of file FreeRTOSConfig.h.

#define configUSE_MUTEXES   1

Definition at line 103 of file FreeRTOSConfig.h.

#define configUSE_PORT_OPTIMISED_TASK_SELECTION   1

Definition at line 91 of file FreeRTOSConfig.h.

#define configUSE_PREEMPTION   1

Definition at line 90 of file FreeRTOSConfig.h.

#define configUSE_QUEUE_SETS   1

Definition at line 110 of file FreeRTOSConfig.h.

#define configUSE_RECURSIVE_MUTEXES   1

Definition at line 106 of file FreeRTOSConfig.h.

#define configUSE_TICK_HOOK   1

Definition at line 93 of file FreeRTOSConfig.h.

#define configUSE_TIMERS   1

Definition at line 118 of file FreeRTOSConfig.h.

#define configUSE_TRACE_FACILITY   0

Definition at line 100 of file FreeRTOSConfig.h.

#define INCLUDE_uxTaskPriorityGet   1

Definition at line 126 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskCleanUpResources   1

Definition at line 128 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskDelay   1

Definition at line 131 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskDelayUntil   1

Definition at line 130 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskDelete   1

Definition at line 127 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskPrioritySet   1

Definition at line 125 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskSuspend   1

Definition at line 129 of file FreeRTOSConfig.h.

#define vPortSVCHandler   SVC_Handler

Definition at line 164 of file FreeRTOSConfig.h.

#define xPortPendSVHandler   PendSV_Handler

Definition at line 165 of file FreeRTOSConfig.h.

#define xPortSysTickHandler   SysTick_Handler

Definition at line 166 of file FreeRTOSConfig.h.

Variable Documentation

uint32_t SystemCoreClock

Definition at line 50 of file system_sam4s.c.