![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "board.h"Go to the source code of this file.
| #define configASSERT | ( | x | ) | if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); } |
Definition at line 144 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configCHECK_FOR_STACK_OVERFLOW 2 |
Definition at line 88 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configCPU_CLOCK_HZ ( SystemCoreClock ) |
Definition at line 77 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configGENERATE_RUN_TIME_STATS 0 |
Definition at line 93 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configIDLE_SHOULD_YIELD 1 |
Definition at line 85 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configKERNEL_INTERRUPT_PRIORITY ( configLIBRARY_LOWEST_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) ) |
Definition at line 139 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configLIBRARY_LOWEST_INTERRUPT_PRIORITY 0x1f |
Definition at line 129 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY 5 |
Definition at line 135 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configMAX_CO_ROUTINE_PRIORITIES ( 2 ) |
Definition at line 97 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 8 ) |
Definition at line 79 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configMAX_SYSCALL_INTERRUPT_PRIORITY ( configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY << (8 - configPRIO_BITS) ) |
Definition at line 140 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configMAX_TASK_NAME_LEN ( 10 ) |
Definition at line 82 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configMINIMAL_STACK_SIZE ( ( unsigned short ) 128 ) |
Definition at line 80 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configPRIO_BITS 5 /* 32 priority levels */ |
Definition at line 124 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configQUEUE_REGISTRY_SIZE 8 |
Definition at line 87 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configTICK_RATE_HZ ( ( portTickType ) 1000 ) |
Definition at line 78 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configTIMER_QUEUE_LENGTH 5 |
Definition at line 105 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configTIMER_TASK_PRIORITY ( 0 ) |
Definition at line 104 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configTIMER_TASK_STACK_DEPTH ( configMINIMAL_STACK_SIZE * 2 ) |
Definition at line 106 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configTOTAL_HEAP_SIZE ( ( size_t ) ( 0 ) ) |
Definition at line 81 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configUSE_16_BIT_TICKS 0 |
Definition at line 84 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configUSE_APPLICATION_TASK_TAG 0 |
Definition at line 91 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configUSE_CO_ROUTINES 0 |
Definition at line 96 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configUSE_COUNTING_SEMAPHORES 1 |
Definition at line 92 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configUSE_IDLE_HOOK 1 |
Definition at line 75 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configUSE_MALLOC_FAILED_HOOK 1 |
Definition at line 90 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configUSE_MUTEXES 1 |
Definition at line 86 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configUSE_PREEMPTION 1 |
Definition at line 74 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configUSE_RECURSIVE_MUTEXES 1 |
Definition at line 89 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configUSE_TICK_HOOK 0 |
Definition at line 76 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configUSE_TIMERS 0 |
Definition at line 103 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define configUSE_TRACE_FACILITY 1 |
Definition at line 83 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define INCLUDE_uxTaskPriorityGet 1 |
Definition at line 111 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define INCLUDE_vTaskCleanUpResources 1 |
Definition at line 113 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define INCLUDE_vTaskDelay 1 |
Definition at line 116 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define INCLUDE_vTaskDelayUntil 1 |
Definition at line 115 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define INCLUDE_vTaskDelete 1 |
Definition at line 112 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define INCLUDE_vTaskPrioritySet 1 |
Definition at line 110 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define INCLUDE_vTaskSuspend 1 |
Definition at line 114 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define INCLUDE_xTaskGetCurrentTaskHandle 1 |
Definition at line 117 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define vPortSVCHandler SVC_Handler |
Definition at line 149 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define xPortPendSVHandler PendSV_Handler |
Definition at line 147 of file lpc43xx_m4_FreeRTOSConfig.h.
| #define xPortSysTickHandler SysTick_Handler |
Definition at line 148 of file lpc43xx_m4_FreeRTOSConfig.h.