]> begriffs open source - freertos/commit
Fix compiler warning in psp_test.c when compiled with ARM compiler.
authorRichard Barry <ribarry@amazon.com>
Sun, 19 May 2013 09:43:00 +0000 (09:43 +0000)
committerRichard Barry <ribarry@amazon.com>
Sun, 19 May 2013 09:43:00 +0000 (09:43 +0000)
commita03b171992f3e0a5f213ae0a9eea1834ec41636b
treeb7fbc986805e1ac018498b1c5043bf0a74faccb8
parent9b153b3e06deb9104ca972f224bb545ed3836ec2
Fix compiler warning in psp_test.c when compiled with ARM compiler.
Add portYIELD_FROM_ISR() macros to Cortex-M ports.  The new macro just calls the exiting portEND_SWITCHING_ISR() macro.
Remove code from the MSVC port layer that was left over from a previous implementation and become obsolete.
12 files changed:
FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/target/fat_sl/psp_test.c
FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h
FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
FreeRTOS/Source/portable/IAR/ARM_CM0/portmacro.h
FreeRTOS/Source/portable/IAR/ARM_CM3/portmacro.h
FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h
FreeRTOS/Source/portable/MSVC-MingW/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h
FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h
FreeRTOS/Source/portable/Tasking/ARM_CM4F/portmacro.h