]> begriffs open source - freertos/commit
Preparing for maintenance release:
authorRichard Barry <ribarry@amazon.com>
Fri, 16 Oct 2015 11:29:36 +0000 (11:29 +0000)
committerRichard Barry <ribarry@amazon.com>
Fri, 16 Oct 2015 11:29:36 +0000 (11:29 +0000)
commitd289525e1bb4ab1a27d7a32c0766eaff076a364d
treed233e3b1ece71bc52cc68b3afeabdcdbc6c482a1
parent57cc3389a5e8331e4c885cdd1a97402aa46babc6
Preparing for maintenance release:

Kernel source changes:
- Added xTaskNotifyStateClear() API function.
- Added the GCC Cortex-R port (existed for a while) into the main download.
- Improved the IAR RL78 port's handling of different memory model combinations.
- Removed some compiler warnings in heap_5.c.

Demo app changes:
- Added example use of xTaskNotifyStateClear() to the TaskNotify standard demo tasks.
23 files changed:
FreeRTOS/Demo/Common/Minimal/TaskNotify.c
FreeRTOS/Demo/PIC24_MPLAB/nbproject/Makefile-genesis.properties
FreeRTOS/Demo/PIC32MZ_MPLAB/RTOSDemo.X/nbproject/Makefile-PIC32MZ2048_SK.mk
FreeRTOS/Demo/PIC32MZ_MPLAB/RTOSDemo.X/nbproject/Makefile-genesis.properties
FreeRTOS/Demo/PIC32MZ_MPLAB/RTOSDemo.X/nbproject/Makefile-impl.mk
FreeRTOS/Demo/PIC32MZ_MPLAB/RTOSDemo.X/nbproject/configurations.xml
FreeRTOS/Demo/PIC32MZ_MPLAB/RTOSDemo.X/nbproject/private/configurations.xml
FreeRTOS/Demo/PIC32MZ_MPLAB/RTOSDemo.X/nbproject/private/private.xml
FreeRTOS/Demo/PIC32MZ_MPLAB/main.c
FreeRTOS/Demo/RL78_multiple_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/RL78_multiple_IAR/RTOSDemo.ewd
FreeRTOS/Demo/RL78_multiple_IAR/RTOSDemo.ewp
FreeRTOS/Demo/RL78_multiple_IAR/settings/rtosdemo.dbgdt
FreeRTOS/Demo/RL78_multiple_IAR/settings/rtosdemo.dni
FreeRTOS/Demo/RL78_multiple_IAR/settings/rtosdemo.wsdt
FreeRTOS/Source/include/task.h
FreeRTOS/Source/portable/GCC/ARM_CR5/port.c [new file with mode: 0644]
FreeRTOS/Source/portable/GCC/ARM_CR5/portASM.S [new file with mode: 0644]
FreeRTOS/Source/portable/GCC/ARM_CR5/portmacro.h [new file with mode: 0644]
FreeRTOS/Source/portable/IAR/78K0R/ISR_Support.h
FreeRTOS/Source/portable/IAR/RL78/ISR_Support.h
FreeRTOS/Source/portable/MemMang/heap_5.c
FreeRTOS/Source/tasks.c