]> begriffs open source - freertos/commit
Change some data types in heap_4.c to allow it to be used on hardware that has 16...
authorRichard Barry <ribarry@amazon.com>
Mon, 27 Apr 2015 11:14:11 +0000 (11:14 +0000)
committerRichard Barry <ribarry@amazon.com>
Mon, 27 Apr 2015 11:14:11 +0000 (11:14 +0000)
commita9d1ff4f5e29aef21318cb996b7860c742c1f98d
tree7f6bd88b4ff54b9f3ffc3168882477af5c19f3ce
parent976a9b44af1da970cd3d4385c11587b717a70c2a
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.
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