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 "conf_ctrlpanel.h"

Go to the source code of this file.

Defines

#define configCPU_CLOCK_HZ   ( CP_CPU_SPEED )
#define configDBG   0
#define configDBG_USART   (&AVR32_USART1)
#define configDBG_USART_BAUDRATE   57600
#define configDBG_USART_RX_FUNCTION   AVR32_USART1_RXD_0_0_FUNCTION
#define configDBG_USART_RX_PIN   AVR32_USART1_RXD_0_0_PIN
#define configDBG_USART_TX_FUNCTION   AVR32_USART1_TXD_0_0_FUNCTION
#define configDBG_USART_TX_PIN   AVR32_USART1_TXD_0_0_PIN
#define configHEAP_INIT   1
#define configIDLE_SHOULD_YIELD   1
#define configMAX_CO_ROUTINE_PRIORITIES   ( 0 )
#define configMAX_PRIORITIES   ( ( unsigned portBASE_TYPE ) 8 )
#define configMAX_TASK_NAME_LEN   ( 20 )
#define configMINIMAL_STACK_SIZE   ( ( unsigned portSHORT ) 256 )
#define configPBA_CLOCK_HZ   ( CP_PBA_SPEED )
#define configSTACK_CONSUMPTION_CHECK   0
#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 *)"UD")
#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 *)"UDMS")
#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 *)"UHMS")
#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 *)"UH")
#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   (configMAX_PRIORITIES - 1)
#define configTSK_USB_STACK_SIZE   2*256
#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   1
#define INCLUDE_xTaskGetSchedulerState   0


Define Documentation

#define configCPU_CLOCK_HZ   ( CP_CPU_SPEED )

Definition at line 66 of file FreeRTOSConfig.h.

#define configDBG   0

Definition at line 110 of file FreeRTOSConfig.h.

#define configDBG_USART   (&AVR32_USART1)

Definition at line 111 of file FreeRTOSConfig.h.

#define configDBG_USART_BAUDRATE   57600

Definition at line 116 of file FreeRTOSConfig.h.

#define configDBG_USART_RX_FUNCTION   AVR32_USART1_RXD_0_0_FUNCTION

Definition at line 113 of file FreeRTOSConfig.h.

#define configDBG_USART_RX_PIN   AVR32_USART1_RXD_0_0_PIN

Definition at line 112 of file FreeRTOSConfig.h.

#define configDBG_USART_TX_FUNCTION   AVR32_USART1_TXD_0_0_FUNCTION

Definition at line 115 of file FreeRTOSConfig.h.

#define configDBG_USART_TX_PIN   AVR32_USART1_TXD_0_0_PIN

Definition at line 114 of file FreeRTOSConfig.h.

#define configHEAP_INIT   1

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 ) 8 )

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 ) 256 )

Definition at line 70 of file FreeRTOSConfig.h.

Referenced by vStartEthernetTaskLauncher().

#define configPBA_CLOCK_HZ   ( CP_PBA_SPEED )

Definition at line 67 of file FreeRTOSConfig.h.

#define configSTACK_CONSUMPTION_CHECK   0

Turn this define to 1 to display on the trace port info about the current list of tasks once per mn.
Else set to 0.

Definition at line 121 of file FreeRTOSConfig.h.

#define configTICK_RATE_HZ   ( ( portTickType ) 1000 )

Definition at line 68 of file FreeRTOSConfig.h.

Referenced by v_cptime_UpdateLocalTime().

#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 *)"UD")

Definition at line 135 of file FreeRTOSConfig.h.

#define configTSK_USB_DEV_PERIOD   20

Definition at line 138 of file FreeRTOSConfig.h.

#define configTSK_USB_DEV_PRIORITY   (tskIDLE_PRIORITY + 3)

Definition at line 137 of file FreeRTOSConfig.h.

#define configTSK_USB_DEV_STACK_SIZE   256

Definition at line 136 of file FreeRTOSConfig.h.

#define configTSK_USB_DMS_NAME   ((const signed portCHAR *)"UDMS")

Definition at line 147 of file FreeRTOSConfig.h.

Referenced by device_mass_storage_task_init().

#define configTSK_USB_DMS_PERIOD   20

Definition at line 150 of file FreeRTOSConfig.h.

Referenced by device_mass_storage_task().

#define configTSK_USB_DMS_PRIORITY   (tskIDLE_PRIORITY + 2)

Definition at line 149 of file FreeRTOSConfig.h.

Referenced by device_mass_storage_task_init().

#define configTSK_USB_DMS_STACK_SIZE   256

Definition at line 148 of file FreeRTOSConfig.h.

Referenced by device_mass_storage_task_init().

#define configTSK_USB_HMS_NAME   ((const signed portCHAR *)"UHMS")

Definition at line 153 of file FreeRTOSConfig.h.

Referenced by host_mass_storage_task_init().

#define configTSK_USB_HMS_PERIOD   20

Definition at line 156 of file FreeRTOSConfig.h.

Referenced by host_mass_storage_task().

#define configTSK_USB_HMS_PRIORITY   (tskIDLE_PRIORITY + 2)

Definition at line 155 of file FreeRTOSConfig.h.

Referenced by host_mass_storage_task_init().

#define configTSK_USB_HMS_STACK_SIZE   256

Definition at line 154 of file FreeRTOSConfig.h.

Referenced by host_mass_storage_task_init().

#define configTSK_USB_HST_NAME   ((const signed portCHAR *)"UH")

Definition at line 141 of file FreeRTOSConfig.h.

#define configTSK_USB_HST_PERIOD   20

Definition at line 144 of file FreeRTOSConfig.h.

#define configTSK_USB_HST_PRIORITY   (tskIDLE_PRIORITY + 3)

Definition at line 143 of file FreeRTOSConfig.h.

#define configTSK_USB_HST_STACK_SIZE   256

Definition at line 142 of file FreeRTOSConfig.h.

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

Definition at line 129 of file FreeRTOSConfig.h.

#define configTSK_USB_PRIORITY   (configMAX_PRIORITIES - 1)

Definition at line 132 of file FreeRTOSConfig.h.

#define configTSK_USB_STACK_SIZE   2*256

Definition at line 130 of file FreeRTOSConfig.h.

#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   1

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:22:44 2010 for AVR32 - Control Panel demonstration. by  doxygen 1.5.5