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"

Go to the source code of this file.

Defines

#define configCPU_CLOCK_HZ   ( FOSC0 )
#define configDBG   1
#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   0
#define configIDLE_SHOULD_YIELD   1
#define configMAX_CO_ROUTINE_PRIORITIES   ( 0 )
#define configMAX_PRIORITIES   ( ( unsigned portBASE_TYPE ) 4 )
#define configMAX_TASK_NAME_LEN   ( 20 )
#define configMINIMAL_STACK_SIZE   ( ( unsigned portSHORT ) 256 )
#define configPBA_CLOCK_HZ   ( FOSC0 )
#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_DFC_NAME   ((const signed portCHAR *)"USB Device Full Custom")
#define configTSK_USB_DFC_PERIOD   10
#define configTSK_USB_DFC_PRIORITY   (tskIDLE_PRIORITY + 2)
#define configTSK_USB_DFC_STACK_SIZE   1536
#define configTSK_USB_DMS_NAME   ((const signed portCHAR *)"USB Device MS")
#define configTSK_USB_DMS_PERIOD   20
#define configTSK_USB_DMS_PRIORITY   (tskIDLE_PRIORITY + 1)
#define configTSK_USB_DMS_STACK_SIZE   256
#define configTSK_USB_HHID_KBD_NAME   ((const signed portCHAR *)"USB Host Keyboard HID")
#define configTSK_USB_HHID_KBD_PERIOD   20
#define configTSK_USB_HHID_KBD_PRIORITY   (tskIDLE_PRIORITY + 1)
#define configTSK_USB_HHID_KBD_STACK_SIZE   256
#define configTSK_USB_HHID_MOUSE_NAME   ((const signed portCHAR *)"USB Host Mouse HID")
#define configTSK_USB_HHID_MOUSE_PERIOD   20
#define configTSK_USB_HHID_MOUSE_PRIORITY   (tskIDLE_PRIORITY + 1)
#define configTSK_USB_HHID_MOUSE_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 + 2)
#define configTSK_USB_HST_STACK_SIZE   256
#define configTSK_USB_NAME   ((const signed portCHAR *)"USB")
#define configTSK_USB_PRIORITY   (tskIDLE_PRIORITY + 7)
#define configTSK_USB_STACK_SIZE   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   0
#define INCLUDE_xTaskGetSchedulerState   0


Define Documentation

#define configCPU_CLOCK_HZ   ( FOSC0 )

Definition at line 65 of file FreeRTOSConfig.h.

#define configDBG   1

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   0

Definition at line 105 of file FreeRTOSConfig.h.

#define configIDLE_SHOULD_YIELD   1

Definition at line 75 of file FreeRTOSConfig.h.

#define configMAX_CO_ROUTINE_PRIORITIES   ( 0 )

Definition at line 79 of file FreeRTOSConfig.h.

#define configMAX_PRIORITIES   ( ( unsigned portBASE_TYPE ) 4 )

Definition at line 68 of file FreeRTOSConfig.h.

#define configMAX_TASK_NAME_LEN   ( 20 )

Definition at line 72 of file FreeRTOSConfig.h.

#define configMINIMAL_STACK_SIZE   ( ( unsigned portSHORT ) 256 )

Definition at line 69 of file FreeRTOSConfig.h.

#define configPBA_CLOCK_HZ   ( FOSC0 )

Definition at line 66 of file FreeRTOSConfig.h.

#define configTICK_RATE_HZ   ( ( portTickType ) 1000 )

Definition at line 67 of file FreeRTOSConfig.h.

#define configTICK_TC_CHANNEL   2

Definition at line 101 of file FreeRTOSConfig.h.

#define configTICK_USE_TC   0

Definition at line 100 of file FreeRTOSConfig.h.

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

Definition at line 71 of file FreeRTOSConfig.h.

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

Definition at line 134 of file FreeRTOSConfig.h.

#define configTSK_USB_DEV_PERIOD   20

Definition at line 137 of file FreeRTOSConfig.h.

#define configTSK_USB_DEV_PRIORITY   (tskIDLE_PRIORITY + 3)

Definition at line 136 of file FreeRTOSConfig.h.

#define configTSK_USB_DEV_STACK_SIZE   256

Definition at line 135 of file FreeRTOSConfig.h.

#define configTSK_USB_DFC_NAME   ((const signed portCHAR *)"USB Device Full Custom")

Definition at line 146 of file FreeRTOSConfig.h.

Referenced by device_full_custom_task_init().

#define configTSK_USB_DFC_PERIOD   10

Definition at line 149 of file FreeRTOSConfig.h.

Referenced by device_full_custom_task().

#define configTSK_USB_DFC_PRIORITY   (tskIDLE_PRIORITY + 2)

Definition at line 148 of file FreeRTOSConfig.h.

Referenced by device_full_custom_task_init().

#define configTSK_USB_DFC_STACK_SIZE   1536

Definition at line 147 of file FreeRTOSConfig.h.

Referenced by device_full_custom_task_init().

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

Definition at line 164 of file FreeRTOSConfig.h.

Referenced by device_mass_storage_task_init().

#define configTSK_USB_DMS_PERIOD   20

Definition at line 167 of file FreeRTOSConfig.h.

Referenced by device_mass_storage_task().

#define configTSK_USB_DMS_PRIORITY   (tskIDLE_PRIORITY + 1)

Definition at line 166 of file FreeRTOSConfig.h.

Referenced by device_mass_storage_task_init().

#define configTSK_USB_DMS_STACK_SIZE   256

Definition at line 165 of file FreeRTOSConfig.h.

Referenced by device_mass_storage_task_init().

#define configTSK_USB_HHID_KBD_NAME   ((const signed portCHAR *)"USB Host Keyboard HID")

Definition at line 152 of file FreeRTOSConfig.h.

#define configTSK_USB_HHID_KBD_PERIOD   20

Definition at line 155 of file FreeRTOSConfig.h.

#define configTSK_USB_HHID_KBD_PRIORITY   (tskIDLE_PRIORITY + 1)

Definition at line 154 of file FreeRTOSConfig.h.

#define configTSK_USB_HHID_KBD_STACK_SIZE   256

Definition at line 153 of file FreeRTOSConfig.h.

#define configTSK_USB_HHID_MOUSE_NAME   ((const signed portCHAR *)"USB Host Mouse HID")

Definition at line 158 of file FreeRTOSConfig.h.

#define configTSK_USB_HHID_MOUSE_PERIOD   20

Definition at line 161 of file FreeRTOSConfig.h.

#define configTSK_USB_HHID_MOUSE_PRIORITY   (tskIDLE_PRIORITY + 1)

Definition at line 160 of file FreeRTOSConfig.h.

#define configTSK_USB_HHID_MOUSE_STACK_SIZE   256

Definition at line 159 of file FreeRTOSConfig.h.

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

Definition at line 140 of file FreeRTOSConfig.h.

#define configTSK_USB_HST_PERIOD   20

Definition at line 143 of file FreeRTOSConfig.h.

#define configTSK_USB_HST_PRIORITY   (tskIDLE_PRIORITY + 2)

Definition at line 142 of file FreeRTOSConfig.h.

#define configTSK_USB_HST_STACK_SIZE   256

Definition at line 141 of file FreeRTOSConfig.h.

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

Definition at line 129 of file FreeRTOSConfig.h.

#define configTSK_USB_PRIORITY   (tskIDLE_PRIORITY + 7)

Definition at line 131 of file FreeRTOSConfig.h.

#define configTSK_USB_STACK_SIZE   256

Definition at line 130 of file FreeRTOSConfig.h.

#define configUSE_16_BIT_TICKS   0

Definition at line 74 of file FreeRTOSConfig.h.

#define configUSE_CO_ROUTINES   0

Definition at line 78 of file FreeRTOSConfig.h.

#define configUSE_IDLE_HOOK   0

Definition at line 63 of file FreeRTOSConfig.h.

#define configUSE_PREEMPTION   1

Definition at line 62 of file FreeRTOSConfig.h.

#define configUSE_TICK_HOOK   0

Definition at line 64 of file FreeRTOSConfig.h.

#define configUSE_TRACE_FACILITY   0

Definition at line 73 of file FreeRTOSConfig.h.

#define INCLUDE_uxTaskPriorityGet   1

Definition at line 85 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskCleanUpResources   0

Definition at line 87 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskDelay   1

Definition at line 90 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskDelayUntil   1

Definition at line 89 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskDelete   1

Definition at line 86 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskPrioritySet   1

Definition at line 84 of file FreeRTOSConfig.h.

#define INCLUDE_vTaskSuspend   1

Definition at line 88 of file FreeRTOSConfig.h.

#define INCLUDE_xTaskGetCurrentTaskHandle   0

Definition at line 91 of file FreeRTOSConfig.h.

#define INCLUDE_xTaskGetSchedulerState   0

Definition at line 92 of file FreeRTOSConfig.h.


Generated on Fri Feb 19 02:22:52 2010 for AVR32 - Control Panel demonstration. by  doxygen 1.5.5