Searched refs:configTOTAL_HEAP_SIZE (Results 1 – 3 of 3) sorted by relevance
11 #define configTOTAL_HEAP_SIZE (24*1024) macro14 static uint8_t ucHeap[ configTOTAL_HEAP_SIZE ]; in rt_align()42 rt_system_heap_init((void*)ucHeap, (void*)(ucHeap+configTOTAL_HEAP_SIZE)); in rt_hw_board_init()
47 USB_DMA_NONINIT_DATA_ALIGN(USB_DATA_ALIGN_SIZE) uint8_t ucHeap[configTOTAL_HEAP_SIZE]; in USB_DMA_NONINIT_DATA_ALIGN()
18 …EXES,configUSE_COUNTING_SEMAPHORES,configUSE_APPLICATION_TASK_TAG,configTOTAL_HEAP_SIZE,configUSE_…21 FREERTOS.configTOTAL_HEAP_SIZE=32768
Completed in 11 milliseconds