]> git.sur5r.net Git - freertos/commit - FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
Make CM3/4 tick configuration a weak function to allow application writers to use...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 29 Oct 2012 15:56:26 +0000 (15:56 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 29 Oct 2012 15:56:26 +0000 (15:56 +0000)
commit3ea77b1644668000ea12bae4837c920bfd4dce5c
tree2de1c8f64e36e85ce63a7753965dc51c50883653
parente11b9b9c4a4c658d93fedc6eac7b57b3790ad321
Make CM3/4 tick configuration a weak function to allow application writers to use an alternative tick source.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1803 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
FreeRTOS/Source/portable/IAR/ARM_CM3/port.c
FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
FreeRTOS/Source/tasks.c