#define configCPU_CLOCK_HZ ( CP_CPU_SPEED ) /* Hz clk gen */ |
#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 ( 1 ) |
Referenced by prvInitialiseCoRoutineLists(), and xCoRoutineCreate().
#define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 8 ) |
Referenced by prvInitialiseTaskLists(), prvInitialiseTCBVariables(), vTaskPrioritySet(), and xCoRoutineCreate().
#define configMAX_TASK_NAME_LEN ( 20 ) |
Referenced by prvInitialiseTCBVariables().
#define configMINIMAL_STACK_SIZE ( ( unsigned portSHORT ) 256 ) |
Referenced by vStartEthernetTaskLauncher().
#define configPBA_CLOCK_HZ ( CP_PBA_SPEED ) |
#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.
#define configTICK_RATE_HZ ( ( portTickType ) 1000 ) |
Referenced by v_cptime_UpdateLocalTime().
#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") |
Referenced by usb_device_task_init().
#define configTSK_USB_DEV_PERIOD 20 |
Referenced by usb_device_task().
#define configTSK_USB_DEV_PRIORITY (tskIDLE_PRIORITY + 3) |
Referenced by usb_device_task_init().
#define configTSK_USB_DEV_STACK_SIZE 256 |
Referenced by usb_device_task_init().
#define configTSK_USB_DMS_NAME ((const signed portCHAR *)"UDMS") |
Referenced by device_mass_storage_task_init().
#define configTSK_USB_DMS_PERIOD 20 |
Referenced by device_mass_storage_task().
#define configTSK_USB_DMS_PRIORITY (tskIDLE_PRIORITY + 2) |
Referenced by device_mass_storage_task_init().
#define configTSK_USB_DMS_STACK_SIZE 256 |
Referenced by device_mass_storage_task_init().
#define configTSK_USB_HMS_NAME ((const signed portCHAR *)"UHMS") |
Referenced by host_mass_storage_task_init().
#define configTSK_USB_HMS_PERIOD 20 |
Referenced by host_mass_storage_task().
#define configTSK_USB_HMS_PRIORITY (tskIDLE_PRIORITY + 2) |
Referenced by host_mass_storage_task_init().
#define configTSK_USB_HMS_STACK_SIZE 256 |
Referenced by host_mass_storage_task_init().
#define configTSK_USB_HST_NAME ((const signed portCHAR *)"UH") |
Referenced by usb_host_task_init().
#define configTSK_USB_HST_PERIOD 20 |
Referenced by usb_host_task().
#define configTSK_USB_HST_PRIORITY (tskIDLE_PRIORITY + 3) |
Referenced by usb_host_task_init().
#define configTSK_USB_HST_STACK_SIZE 256 |
Referenced by usb_host_task_init().
#define configTSK_USB_NAME ((const signed portCHAR *)"USB") |
Referenced by usb_task_init().
#define configTSK_USB_PRIORITY (configMAX_PRIORITIES - 1) |
Referenced by usb_task_init().
#define configTSK_USB_STACK_SIZE 2*256 |
Referenced by usb_task_init().
#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 |