mirror of
				https://github.com/FreeRTOS/FreeRTOS-Kernel.git
				synced 2025-11-03 18:22:45 -05:00 
			
		
		
		
	
				+ Change how queues are allocated and deleted so only one pvPortMalloc() or vPortFree() is required in place of the previous 2. + Where the TCB is allocated in relation to the stack is now dependent on the stack growth direction. The stack will not grow into the TCB. + Introduce the configAPPLICATION_ALLOCATED_HEAP constant to allow the application to provide the array used by heap_4.c as its heap. This allows the application writer to use qualifiers on the array to, for example, force the memory into faster RAM. Demo application: + Add demo for SAMA5D4 using IAR.  | 
			||
|---|---|---|
| .. | ||
| AltBlckQ.c | ||
| AltBlock.c | ||
| AltPollQ.c | ||
| AltQTest.c | ||
| BlockQ.c | ||
| blocktim.c | ||
| comtest.c | ||
| comtest_strings.c | ||
| countsem.c | ||
| crflash.c | ||
| crhook.c | ||
| death.c | ||
| dynamic.c | ||
| EventGroupsDemo.c | ||
| flash.c | ||
| flash_timer.c | ||
| flop.c | ||
| GenQTest.c | ||
| integer.c | ||
| IntQueue.c | ||
| IntSemTest.c | ||
| PollQ.c | ||
| QPeek.c | ||
| QueueOverwrite.c | ||
| QueueSet.c | ||
| recmutex.c | ||
| semtest.c | ||
| sp_flop.c | ||
| TimerDemo.c | ||