/FreeRTOS-Kernel/portable/Softune/MB91460/ |
A D | __STD_LIB_sbrk.c | 48 extern char *sbrk(int size) in sbrk() argument 50 if (brk_siz + size > _heep_size || brk_siz + size < 0) in sbrk() 53 brk_siz += size; in sbrk() 54 return( (char*)_heep + brk_siz - size); in sbrk()
|
/FreeRTOS-Kernel/portable/Softune/MB96340/ |
A D | __STD_LIB_sbrk.c | 48 extern char *sbrk(int size) in sbrk() argument 50 if (brk_siz + size > _heep_size || brk_siz + size < 0) in sbrk() 53 brk_siz += size; in sbrk() 54 return( (char*)_heep + brk_siz - size); in sbrk()
|
/FreeRTOS-Kernel/portable/IAR/AVR32_UC3/ |
A D | read.c | 101 size_t size ) in __read() argument 112 for( ; size > 0; --size ) in __read()
|
A D | write.c | 105 size_t size ) in __write() argument 122 for( ; size != 0; --size ) in __write()
|
/FreeRTOS-Kernel/portable/Tasking/ARM_CM4F/ |
A D | port_asm.asm | 92 .size _vector_14, $-_vector_14 148 .size _lc_ref__vector_pp_14, $-_lc_ref__vector_pp_14 168 .size SVC_Handler, $-SVC_Handler 189 .size vPortStartFirstTask, $-vPortStartFirstTask 206 .size vPortEnableVFP, $-vPortEnableVFP 220 .size ulPortSetInterruptMask, $-ulPortSetInterruptMask 231 .size vPortClearInterruptMask, $-vPortClearInterruptMask
|
/FreeRTOS-Kernel/portable/ThirdParty/GCC/Xtensa_ESP32/include/ |
A D | portmacro.h | 263 #define pvPortMallocTcbMem( size ) heap_caps_malloc( size, portTcbMemoryCaps ) argument 264 #define pvPortMallocStackMem( size ) heap_caps_malloc( size, portStackMemoryCaps ) argument
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM0/ |
A D | portmacro.h | 210 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM3_MPU/ |
A D | portmacro.h | 115 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/FreeRTOS-Kernel/ |
A D | MISRA.md | 78 aliases are guaranteed to have the same size and alignment which is 135 if the array size is smaller than the IDLE task name length.
|
/FreeRTOS-Kernel/portable/CCRH/F1Kx/ |
A D | README.md | 26 …3. The minimal stack size (configMINIMAL_STACK_SIZE) must be included the reserved memory for nest…
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM55_NTZ/non_secure/ |
A D | portmacrocommon.h | 217 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM85/non_secure/ |
A D | portmacrocommon.h | 217 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM85_NTZ/non_secure/ |
A D | portmacrocommon.h | 217 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM23/non_secure/ |
A D | portmacrocommon.h | 217 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM23_NTZ/non_secure/ |
A D | portmacrocommon.h | 217 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM33/non_secure/ |
A D | portmacrocommon.h | 217 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM33_NTZ/non_secure/ |
A D | portmacrocommon.h | 217 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM35P/non_secure/ |
A D | portmacrocommon.h | 217 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
A D | portmacrocommon.h | 217 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM55/non_secure/ |
A D | portmacrocommon.h | 217 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM23_NTZ/non_secure/ |
A D | portmacrocommon.h | 217 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM33/non_secure/ |
A D | portmacrocommon.h | 217 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM33_NTZ/non_secure/ |
A D | portmacrocommon.h | 217 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
A D | portmacrocommon.h | 217 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM55/non_secure/ |
A D | portmacrocommon.h | 217 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|