FreeRTOSConfig.h File Reference


Detailed Description

FreeRTOS configuration file.

Author:
Atmel Corporation: http://www.atmel.com
Support and FAQ: http://support.atmel.no/

Definition in file FreeRTOSConfig.h.

#include "board.h"
#include "mass_storage_example.h"

Go to the source code of this file.

Defines

#define configCPU_CLOCK_HZ   ( FCPU_HZ )
#define configDBG   0
#define configHEAP_INIT   0
#define configIDLE_SHOULD_YIELD   1
#define configMAX_CO_ROUTINE_PRIORITIES   ( 0 )
#define configMAX_PRIORITIES   ( ( unsigned portBASE_TYPE ) 5 )
#define configMAX_TASK_NAME_LEN   ( 20 )
#define configMINIMAL_STACK_SIZE   ( ( unsigned portSHORT ) 128 )
#define configPBA_CLOCK_HZ   ( FPBA_HZ )
#define configTICK_RATE_HZ   ( ( portTickType ) 1000 )
#define configTICK_TC_CHANNEL   2
#define configTICK_USE_TC   0
#define configTOTAL_HEAP_SIZE   ( ( size_t ) ( 1024*25 ) )
#define configTSK_USB_DEV_NAME   ((const signed portCHAR *)"USB Device")
#define configTSK_USB_DEV_PERIOD   20
#define configTSK_USB_DEV_PRIORITY   (tskIDLE_PRIORITY + 3)
#define configTSK_USB_DEV_STACK_SIZE   256
#define configTSK_USB_DMS_NAME   ((const signed portCHAR *)"USB Device MS")
#define configTSK_USB_DMS_PERIOD   20
#define configTSK_USB_DMS_PRIORITY   (tskIDLE_PRIORITY + 2)
#define configTSK_USB_DMS_STACK_SIZE   256
#define configTSK_USB_HMS_NAME   ((const signed portCHAR *)"USB Host MS")
#define configTSK_USB_HMS_PERIOD   20
#define configTSK_USB_HMS_PRIORITY   (tskIDLE_PRIORITY + 2)
#define configTSK_USB_HMS_STACK_SIZE   256
#define configTSK_USB_HST_NAME   ((const signed portCHAR *)"USB Host")
#define configTSK_USB_HST_PERIOD   20
#define configTSK_USB_HST_PRIORITY   (tskIDLE_PRIORITY + 3)
#define configTSK_USB_HST_STACK_SIZE   256
#define configTSK_USB_NAME   ((const signed portCHAR *)"USB")
#define configTSK_USB_PRIORITY   (tskIDLE_PRIORITY + 4)
#define configTSK_USB_STACK_SIZE   256
#define configTSK_USHELL_NAME   ((const signed portCHAR *)"uShell")
#define configTSK_USHELL_PERIOD   50
#define configTSK_USHELL_PRIORITY   (tskIDLE_PRIORITY + 1)
#define configTSK_USHELL_STACK_SIZE   768
#define configUSE_16_BIT_TICKS   0
#define configUSE_CO_ROUTINES   0
#define configUSE_IDLE_HOOK   0
#define configUSE_PREEMPTION   1
#define configUSE_TICK_HOOK   0
#define configUSE_TRACE_FACILITY   0
#define INCLUDE_uxTaskPriorityGet   1
#define INCLUDE_vTaskCleanUpResources   0
#define INCLUDE_vTaskDelay   1
#define INCLUDE_vTaskDelayUntil   1
#define INCLUDE_vTaskDelete   1
#define INCLUDE_vTaskPrioritySet   1
#define INCLUDE_vTaskSuspend   1
#define INCLUDE_xTaskGetCurrentTaskHandle   0
#define INCLUDE_xTaskGetSchedulerState   0


Define Documentation

#define configCPU_CLOCK_HZ   ( FCPU_HZ )

Definition at line 66 of file FreeRTOSConfig.h.

#define configDBG   0

Definition at line 119 of file FreeRTOSConfig.h.

#define configHEAP_INIT   0

Definition at line 106 of file FreeRTOSConfig.h.

#define configIDLE_SHOULD_YIELD   1

Definition at line 76 of file FreeRTOSConfig.h.

#define configMAX_CO_ROUTINE_PRIORITIES   ( 0 )

Definition at line 80 of file FreeRTOSConfig.h.

#define configMAX_PRIORITIES   ( ( unsigned portBASE_TYPE ) 5 )

Definition at line 69 of file FreeRTOSConfig.h.

#define configMAX_TASK_NAME_LEN   ( 20 )

Definition at line 73 of file FreeRTOSConfig.h.

#define configMINIMAL_STACK_SIZE   ( ( unsigned portSHORT ) 128 )

Definition at line 70 of file FreeRTOSConfig.h.

#define configPBA_CLOCK_HZ   ( FPBA_HZ )

Definition at line 67 of file FreeRTOSConfig.h.

#define configTICK_RATE_HZ   ( ( portTickType ) 1000 )

Definition at line 68 of file FreeRTOSConfig.h.

#define configTICK_TC_CHANNEL   2

Definition at line 102 of file FreeRTOSConfig.h.

#define configTICK_USE_TC   0

Definition at line 101 of file FreeRTOSConfig.h.

#define configTOTAL_HEAP_SIZE   ( ( size_t ) ( 1024*25 ) )

Definition at line 72 of file FreeRTOSConfig.h.

#define configTSK_USB_DEV_NAME   ((const signed portCHAR *)"USB Device")

Definition at line 131 of file FreeRTOSConfig.h.

#define configTSK_USB_DEV_PERIOD   20

Definition at line 134 of file FreeRTOSConfig.h.

#define configTSK_USB_DEV_PRIORITY   (tskIDLE_PRIORITY + 3)

Definition at line 133 of file FreeRTOSConfig.h.

#define configTSK_USB_DEV_STACK_SIZE   256

Definition at line 132 of file FreeRTOSConfig.h.

#define configTSK_USB_DMS_NAME   ((const signed portCHAR *)"USB Device MS")

Definition at line 143 of file FreeRTOSConfig.h.

Referenced by device_mass_storage_task_init().

#define configTSK_USB_DMS_PERIOD   20

Definition at line 146 of file FreeRTOSConfig.h.

Referenced by device_mass_storage_task().

#define configTSK_USB_DMS_PRIORITY   (tskIDLE_PRIORITY + 2)

Definition at line 145 of file FreeRTOSConfig.h.

Referenced by device_mass_storage_task_init().

#define configTSK_USB_DMS_STACK_SIZE   256

Definition at line 144 of file FreeRTOSConfig.h.

Referenced by device_mass_storage_task_init().

#define configTSK_USB_HMS_NAME   ((const signed portCHAR *)"USB Host MS")

Definition at line 149 of file FreeRTOSConfig.h.

Referenced by host_mass_storage_task_init().

#define configTSK_USB_HMS_PERIOD   20

Definition at line 152 of file FreeRTOSConfig.h.

Referenced by host_mass_storage_task().

#define configTSK_USB_HMS_PRIORITY   (tskIDLE_PRIORITY + 2)

Definition at line 151 of file FreeRTOSConfig.h.

Referenced by host_mass_storage_task_init().

#define configTSK_USB_HMS_STACK_SIZE   256

Definition at line 150 of file FreeRTOSConfig.h.

Referenced by host_mass_storage_task_init().

#define configTSK_USB_HST_NAME   ((const signed portCHAR *)"USB Host")

Definition at line 137 of file FreeRTOSConfig.h.

#define configTSK_USB_HST_PERIOD   20

Definition at line 140 of file FreeRTOSConfig.h.

#define configTSK_USB_HST_PRIORITY   (tskIDLE_PRIORITY + 3)

Definition at line 139 of file FreeRTOSConfig.h.

#define configTSK_USB_HST_STACK_SIZE   256

Definition at line 138 of file FreeRTOSConfig.h.

#define configTSK_USB_NAME   ((const signed portCHAR *)"USB")

Definition at line 126 of file FreeRTOSConfig.h.

#define configTSK_USB_PRIORITY   (tskIDLE_PRIORITY + 4)

Definition at line 128 of file FreeRTOSConfig.h.

#define configTSK_USB_STACK_SIZE   256

Definition at line 127 of file FreeRTOSConfig.h.

#define configTSK_USHELL_NAME   ((const signed portCHAR *)"uShell")

Definition at line 155 of file FreeRTOSConfig.h.

Referenced by ushell_task_init().

#define configTSK_USHELL_PERIOD   50

Definition at line 158 of file FreeRTOSConfig.h.

Referenced by ushell_task().

#define configTSK_USHELL_PRIORITY   (tskIDLE_PRIORITY + 1)

Definition at line 157 of file FreeRTOSConfig.h.

Referenced by ushell_task_init().

#define configTSK_USHELL_STACK_SIZE   768

Definition at line 156 of file FreeRTOSConfig.h.

Referenced by ushell_task_init().

#define configUSE_16_BIT_TICKS   0

Definition at line 75 of file FreeRTOSConfig.h.

#define configUSE_CO_ROUTINES   0

Definition at line 79 of file FreeRTOSConfig.h.

#define configUSE_IDLE_HOOK   0

Definition at line 64 of file FreeRTOSConfig.h.

#define configUSE_PREEMPTION   1

Definition at line 63 of file FreeRTOSConfig.h.

#define configUSE_TICK_HOOK   0

Definition at line 65 of file FreeRTOSConfig.h.

#define configUSE_TRACE_FACILITY   0

Definition at line 74 of file FreeRTOSConfig.h.

#define INCLUDE_uxTaskPriorityGet   1

Definition at line 86 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskCleanUpResources   0

Definition at line 88 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskDelay   1

Definition at line 91 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskDelayUntil   1

Definition at line 90 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskDelete   1

Definition at line 87 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskPrioritySet   1

Definition at line 85 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskSuspend   1

Definition at line 89 of file FreeRTOSConfig.h.

#define INCLUDE_xTaskGetCurrentTaskHandle   0

Definition at line 92 of file FreeRTOSConfig.h.

#define INCLUDE_xTaskGetSchedulerState   0

Definition at line 93 of file FreeRTOSConfig.h.


Generated on Fri Feb 19 02:34:02 2010 for AVR32 - USB Mass-Storage Stand-alone Example by  doxygen 1.5.5