]> git.sur5r.net Git - freertos/commit
Remove unnecessary use of portLONG, portCHAR and portSHORT.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 5 Oct 2009 10:28:54 +0000 (10:28 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 5 Oct 2009 10:28:54 +0000 (10:28 +0000)
commit2fb67a325409ed9f35998a82c28285c1251ac683
treef5aec7c8f020d0256c12bb031852e53ec1c34370
parent39971a84c71c347ea4255a8b7acdb0e5d15076bf
Remove unnecessary use of portLONG, portCHAR and portSHORT.

Change version number in headers.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@903 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
79 files changed:
Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
Demo/CORTEX_LM3S811_GCC/main.c
Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
Demo/CORTEX_LM3S811_IAR/main.c
Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
Demo/CORTEX_LM3S811_KEIL/main.c
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c
Demo/CORTEX_LM3Sxxxx_Rowley/main.c
Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c
Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c
Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c
Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
Demo/CORTEX_LPC1768_GCC_Rowley/main.c
Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
Demo/CORTEX_LPC1768_IAR/LED.h
Demo/CORTEX_LPC1768_IAR/ParTest.c
Demo/CORTEX_LPC1768_IAR/main.c
Demo/CORTEX_LPC1768_IAR/webserver/emac.c
Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
Demo/CORTEX_MPU_LM3Sxxxx_Rowley/RTOSDemo.hzs
Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c
Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c
Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
Demo/CORTEX_STM32F103_IAR/LCD_Message.h
Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
Demo/CORTEX_STM32F103_IAR/main.c
Demo/CORTEX_STM32F103_IAR/serial/serial.c
Demo/CORTEX_STM32F103_IAR/timertest.c
Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
Demo/CORTEX_STM32F103_Keil/LCD_Message.h
Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
Demo/CORTEX_STM32F103_Keil/main.c
Demo/CORTEX_STM32F103_Keil/serial/serial.c
Demo/CORTEX_STM32F103_Keil/timertest.c
Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
Demo/CORTEX_STM32F103_Primer_GCC/main.c
Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
Demo/CORTEX_STM32F107_GCC_Rowley/LCD_Message.h
Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
Demo/CORTEX_STM32F107_GCC_Rowley/main.c
Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c