]> begriffs open source - freertos/commit
FreeRTOS source changes:
authorRichard Barry <ribarry@amazon.com>
Sun, 22 Nov 2015 21:14:39 +0000 (21:14 +0000)
committerRichard Barry <ribarry@amazon.com>
Sun, 22 Nov 2015 21:14:39 +0000 (21:14 +0000)
commitfa86d4eecee4ccf464a5a203b1f944d154cbe94d
tree5cab562b120e385d858624b4164879611078a05d
parente9561c946c77fc4256018988dabdb6b8dd4f5a68
FreeRTOS source changes:
+ heap_1.c and heap_2.c now support configAPPLICATION_ALLOCATED_HEAP (heap_4.c already did) which allows the heap to be placed by the user rather than the linker.

Demo app changes:
+ SAMD20 project has been updated to use Atmel Studio 7.
FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/RTOSDemo.cproj
FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/main.c
FreeRTOS/License/license.txt
FreeRTOS/Source/portable/MemMang/heap_1.c
FreeRTOS/Source/portable/MemMang/heap_2.c