| /Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/ |
| D | pico_sdk_import.cmake | 11 set(PICO_SDK_PATH $ENV{PICO_SDK_PATH}) 16 set(PICO_SDK_FETCH_FROM_GIT $ENV{PICO_SDK_FETCH_FROM_GIT}) 21 set(PICO_SDK_FETCH_FROM_GIT_PATH $ENV{PICO_SDK_FETCH_FROM_GIT_PATH}) 25 set(PICO_SDK_PATH "${PICO_SDK_PATH}" CACHE PATH "Path to the Raspberry Pi Pico SDK") 26 set(PICO_SDK_FETCH_FROM_GIT "${PICO_SDK_FETCH_FROM_GIT}" CACHE BOOL "Set to ON to fetch copy of SDK… 27 set(PICO_SDK_FETCH_FROM_GIT_PATH "${PICO_SDK_FETCH_FROM_GIT_PATH}" CACHE FILEPATH "location to down… 32 set(FETCHCONTENT_BASE_DIR_SAVE ${FETCHCONTENT_BASE_DIR}) 44 set(PICO_SDK_PATH ${pico_sdk_SOURCE_DIR}) 46 set(FETCHCONTENT_BASE_DIR ${FETCHCONTENT_BASE_DIR_SAVE}) 49 …"SDK location was not specified. Please set PICO_SDK_PATH or set PICO_SDK_FETCH_FROM_GIT to on to … [all …]
|
| D | FreeRTOS_Kernel_import.cmake | 9 set(FREERTOS_KERNEL_PATH $ENV{FREERTOS_KERNEL_PATH}) 13 set(FREERTOS_KERNEL_RP2040_RELATIVE_PATH "portable/ThirdParty/GCC/RP2040") 15 set(FREERTOS_KERNEL_RP2040_BACK_PATH "../../../..") 28 set(FREERTOS_KERNEL_PATH ${PICO_SDK_PATH}/../FreeRTOS-Kernel) 36 set(SEARCH_ROOT ${CMAKE_CURRENT_SOURCE_DIR}) 47 message(FATAL_ERROR "FreeRTOS location was not specified. Please set FREERTOS_KERNEL_PATH.") 50 set(FREERTOS_KERNEL_PATH "${FREERTOS_KERNEL_PATH}" CACHE PATH "Path to the FreeRTOS Kernel") 59 set(FREERTOS_KERNEL_PATH ${FREERTOS_KERNEL_PATH} CACHE PATH "Path to the FreeRTOS_KERNEL" FORCE)
|
| D | CMakeLists.txt | 19 set(CMAKE_C_STANDARD 11) 20 set(CMAKE_CXX_STANDARD 17) 45 set(FREERTOS_KERNEL_PATH ${FREERTOS_KERNEL_PATH} PARENT_SCOPE) 46 set(PICO_CONFIG_HEADER_FILES ${PICO_CONFIG_HEADER_FILES} PARENT_SCOPE) 47 set(PICO_SDK_POST_LIST_FILES ${PICO_SDK_POST_LIST_FILES} PARENT_SCOPE)
|
| /Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/include/ |
| D | portmacro.h | 129 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width. 283 uint32_t * set ) in uxPortCompareSet() argument 289 : "=r" ( *set ) in uxPortCompareSet() 290 : "r" ( addr ), "r" ( compare ), "0" ( *set ) in uxPortCompareSet() 297 : "=r" ( *set ) in uxPortCompareSet() 298 : "r" ( addr ), "r" ( compare ), "0" ( *set ) in uxPortCompareSet() 310 *addr = *set; in uxPortCompareSet() 317 *set = old_value; in uxPortCompareSet() 325 uint32_t * set ); 327 …static inline void uxPortCompareSetExtram(volatile uint32_t *addr, uint32_t compare, uint32_t *set) in uxPortCompareSetExtram() argument [all …]
|
| /Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/ |
| D | xtensa_vector_defaults.S | 26 .set xt_debugexception, _xt_debugexception 125 .set xt_highint2, _xt_highint2 143 .set xt_highint3, _xt_highint3 162 .set xt_highint4, _xt_highint4 181 .set xt_highint5, _xt_highint5 202 .set xt_highint6, _xt_highint6 222 .set xt_nmi, _xt_nmi
|
| /Kernel-v10.6.2/portable/MPLAB/PIC32MX/ |
| D | port_asm.S | 34 .set nomips16 35 .set noreorder 49 .set noreorder 50 .set noat 66 .set noreorder 67 .set noat 82 .set noreorder 83 .set noat
|
| /Kernel-v10.6.2/portable/MPLAB/PIC32MEC14xx/ |
| D | port_asm.S | 61 .set noreorder 62 .set noat 63 .set micromips 104 .set micromips 105 .set noreorder 106 .set noat 128 .set micromips 129 .set noreorder 130 .set noat
|
| /Kernel-v10.6.2/portable/GCC/PPC405_Xilinx/ |
| D | portasm.S | 43 .set BChainField, 0 44 .set NextLRField, BChainField + 4 45 .set MSRField, NextLRField + 4 46 .set PCField, MSRField + 4 47 .set LRField, PCField + 4 48 .set CTRField, LRField + 4 49 .set XERField, CTRField + 4 50 .set CRField, XERField + 4 51 .set USPRG0Field, CRField + 4 52 .set r0Field, USPRG0Field + 4 [all …]
|
| /Kernel-v10.6.2/portable/GCC/PPC440_Xilinx/ |
| D | portasm.S | 43 .set BChainField, 0 44 .set NextLRField, BChainField + 4 45 .set MSRField, NextLRField + 4 46 .set PCField, MSRField + 4 47 .set LRField, PCField + 4 48 .set CTRField, LRField + 4 49 .set XERField, CTRField + 4 50 .set CRField, XERField + 4 51 .set USPRG0Field, CRField + 4 52 .set r0Field, USPRG0Field + 4 [all …]
|
| /Kernel-v10.6.2/portable/Softune/MB91460/ |
| D | portmacro.h | 69 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width. 75 …#error configKERNEL_INTERRUPT_PRIORITY (set in FreeRTOSConfig.h) must match the ILM value set in t…
|
| /Kernel-v10.6.2/portable/Softune/MB96340/ |
| D | portmacro.h | 75 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width. 81 …#error configKERNEL_INTERRUPT_PRIORITY (set in FreeRTOSConfig.h) must match the ILM value set in t…
|
| /Kernel-v10.6.2/portable/IAR/RISC-V/ |
| D | port.c | 46 …cludes a memory-mapped mtime register then set configMTIME_BASE_ADDRESS to the mapped address. Ot… 50 …es a memory-mapped mtimecmp register then set configMTIMECMP_BASE_ADDRESS to the mapped address. …
|
| /Kernel-v10.6.2/portable/GCC/RISC-V/ |
| D | port.c | 46 …cludes a memory-mapped mtime register then set configMTIME_BASE_ADDRESS to the mapped address. Ot… 50 …es a memory-mapped mtimecmp register then set configMTIMECMP_BASE_ADDRESS to the mapped address. …
|
| /Kernel-v10.6.2/portable/MPLAB/PIC32MZ/ |
| D | port_asm.S | 48 .set nomips16 49 .set nomicromips 50 .set noreorder 51 .set noat 120 .set noreorder 121 .set noat 137 .set nomips16 138 .set nomicromips 139 .set noreorder 140 .set noat [all …]
|
| D | portmacro.h | 75 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width. 150 …#error configUSE_TASK_FPU_SUPPORT can only be set to 1 when the part supports a hardware FPU modul… 166 …#error configUSE_PORT_OPTIMISED_TASK_SELECTION can only be set to 1 when configMAX_PRIORITIES is l…
|
| /Kernel-v10.6.2/portable/GCC/ARM_CR5/ |
| D | port.c | 58 #error configMAX_API_CALL_INTERRUPT_PRIORITY must not be set to 0 68 …#error configUSE_PORT_OPTIMISED_TASK_SELECTION can only be set to 1 when configMAX_PRIORITIES is l… 88 #error __ARM_FP is defined, so configUSE_TASK_FPU_SUPPORT must be set to either to 1 or 2. 92 #error __ARM_FP is not defined, so configUSE_TASK_FPU_SUPPORT must be set to 0. 370 …#error Invalid configUSE_TASK_FPU_SUPPORT setting - configUSE_TASK_FPU_SUPPORT must be set to 0, 1… in pxPortInitialiseStack()
|
| D | portASM.S | 32 .set SYS_MODE, 0x1f 33 .set SVC_MODE, 0x13 34 .set IRQ_MODE, 0x12
|
| /Kernel-v10.6.2/include/ |
| D | FreeRTOS.h | 130 …LS_BLOCK_TYPE must be defined in FreeRTOSConfig.h when configUSE_C_RUNTIME_TLS_SUPPORT is set to 1. 134 …NIT_TLS_BLOCK must be defined in FreeRTOSConfig.h when configUSE_C_RUNTIME_TLS_SUPPORT is set to 1. 138 …SET_TLS_BLOCK must be defined in FreeRTOSConfig.h when configUSE_C_RUNTIME_TLS_SUPPORT is set to 1. 142 …NIT_TLS_BLOCK must be defined in FreeRTOSConfig.h when configUSE_C_RUNTIME_TLS_SUPPORT is set to 1. 331 #error configMAX_TASK_NAME_LEN must be set to a minimum of 1 in FreeRTOSConfig.h 365 #error If configUSE_TIMERS is set to 1 then configTIMER_TASK_PRIORITY must also be defined. 369 #error If configUSE_TIMERS is set to 1 then configTIMER_QUEUE_LENGTH must also be defined. 373 … #error If configUSE_TIMERS is set to 1 then configTIMER_TASK_STACK_DEPTH must also be defined. 985 …NS cannot be used without dynamic allocation, but configSUPPORT_DYNAMIC_ALLOCATION is not set to 1. 1023 #error configUSE_MUTEXES must be set to 1 to use recursive mutexes
|
| /Kernel-v10.6.2/portable/CCS/ARM_Cortex-R4/ |
| D | portmacro.h | 66 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width. 101 …#error configUSE_PORT_OPTIMISED_TASK_SELECTION can only be set to 1 when configMAX_PRIORITIES is l…
|
| /Kernel-v10.6.2/portable/GCC/ARM_CRx_No_GIC/ |
| D | portASM.S | 32 .set SYS_MODE, 0x1f 33 .set SVC_MODE, 0x13 34 .set IRQ_MODE, 0x12
|
| /Kernel-v10.6.2/portable/CCS/ARM_CM4F/ |
| D | portmacro.h | 73 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width. 108 …#error configUSE_PORT_OPTIMISED_TASK_SELECTION can only be set to 1 when configMAX_PRIORITIES is l…
|
| /Kernel-v10.6.2/portable/ThirdParty/XCC/Xtensa/ |
| D | xtensa_intr_asm.S | 77 .set i, 0 81 .set i, i+1
|
| /Kernel-v10.6.2/portable/CCS/ARM_CM3/ |
| D | portmacro.h | 73 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width. 114 …#error configUSE_PORT_OPTIMISED_TASK_SELECTION can only be set to 1 when configMAX_PRIORITIES is l…
|
| /Kernel-v10.6.2/portable/MSVC-MingW/ |
| D | portmacro.h | 64 #error configTICK_TYPE_WIDTH_IN_BITS set to unsupported tick type width. 112 …#error configUSE_PORT_OPTIMISED_TASK_SELECTION can only be set to 1 when configMAX_PRIORITIES is l…
|
| /Kernel-v10.6.2/portable/GCC/ARM_CA9/ |
| D | portASM.S | 32 .set SYS_MODE, 0x1f 33 .set SVC_MODE, 0x13 34 .set IRQ_MODE, 0x12
|