]> git.sur5r.net Git - freertos/commit
Change some data types in heap_4.c to allow it to be used on hardware that has 16...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 27 Apr 2015 11:14:11 +0000 (11:14 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 27 Apr 2015 11:14:11 +0000 (11:14 +0000)
commita5f9748975ff6cc5e185e62079519b67b8bd51fd
tree7f6bd88b4ff54b9f3ffc3168882477af5c19f3ce
parenta7cce90f1050fabe9b3fbe45cc9211d4a672f4f1
Change some data types in heap_4.c to allow it to be used on hardware that has 16-bit pointers without generating compiler warnings.
Add a small data model configuration to the MSP43FR5969 IAR demo.
Correct some code comments in the SAMA5D4 demo.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2347 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_CLI_Demos/Sample-CLI-commands.c
FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/6119.inf [new file with mode: 0644]
FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/Blinky_Demo/main_blinky.c
FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/main.c
FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad/FreeRTOSConfig.h
FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad/RTOSDemo.ewd
FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad/RTOSDemo.ewp
FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad/main.c
FreeRTOS/Source/portable/MemMang/heap_4.c