]> git.sur5r.net Git - freertos/commitdiff
Update version numbers to V7.4.1. V7.4.1
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 18 Apr 2013 12:58:17 +0000 (12:58 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 18 Apr 2013 12:58:17 +0000 (12:58 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1875 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

1113 files changed:
FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/CLICommands/CLI-commands.c
FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/EchoClients/TwoEchoClients.c
FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/EchoClients/TwoEchoClients.h
FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/TraceMacros/Example1/DemoIPTrace.c
FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/TraceMacros/Example1/DemoIPTrace.h
FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/CLI-commands.c
FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/FreeRTOSConfig.h
FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/Run-time-stats-utils.c
FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/UDPCommandServer.c
FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/main.c
FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/FreeRTOSConfig.h
FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPClientTask.c
FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPServerTask.c
FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/main.c
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/CLI-commands.c
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/include/CDCCommandConsole.h
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/include/DemoIPTrace.h
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/Examples/include/TwoEchoClients.h
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/FreeRTOSConfig.h
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/LEDs.c
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/RunTimeStatsTimer.c
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/main.c
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/SelectServer.c
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/SimpleClientAndServer.c
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/UDPCommandServer.c
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/SelectServer.h
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/SimpleClientAndServer.h
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/DemoTasks/include/UDPCommandInterpreter.h
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/FreeRTOSConfig.h
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/Run-time-stats-utils.c
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/arch.c
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/WinPCap/netif.h
FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator/main.c
FreeRTOS-Plus/Demo/readme.txt [new file with mode: 0644]
FreeRTOS-Plus/readme.txt [new file with mode: 0644]
FreeRTOS/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
FreeRTOS/Demo/ARM7_AT91FR40008_GCC/Makefile
FreeRTOS/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
FreeRTOS/Demo/ARM7_AT91FR40008_GCC/main.c
FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/main.c
FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
FreeRTOS/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
FreeRTOS/Demo/ARM7_LPC2106_GCC/Makefile
FreeRTOS/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
FreeRTOS/Demo/ARM7_LPC2106_GCC/main.c
FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serial.c
FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
FreeRTOS/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
FreeRTOS/Demo/ARM7_LPC2129_IAR/main.c
FreeRTOS/Demo/ARM7_LPC2129_IAR/serial/serial.c
FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/main.c
FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
FreeRTOS/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
FreeRTOS/Demo/ARM7_LPC2138_Rowley/main.c
FreeRTOS/Demo/ARM7_LPC2138_Rowley/mainISR.c
FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
FreeRTOS/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
FreeRTOS/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
FreeRTOS/Demo/ARM7_LPC2368_Rowley/main.c
FreeRTOS/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
FreeRTOS/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
FreeRTOS/Demo/ARM7_STR71x_IAR/main.c
FreeRTOS/Demo/ARM7_STR71x_IAR/serial/serial.c
FreeRTOS/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
FreeRTOS/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
FreeRTOS/Demo/ARM7_STR75x_GCC/main.c
FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serial.c
FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serialISR.c
FreeRTOS/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
FreeRTOS/Demo/ARM7_STR75x_IAR/main.c
FreeRTOS/Demo/ARM7_STR75x_IAR/serial/serial.c
FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/main.c
FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
FreeRTOS/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
FreeRTOS/Demo/ARM9_STR91X_IAR/main.c
FreeRTOS/Demo/ARM9_STR91X_IAR/serial/serial.c
FreeRTOS/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
FreeRTOS/Demo/AVR32_UC3/main.c
FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
FreeRTOS/Demo/AVR_ATMega323_IAR/main.c
FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c
FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h
FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c
FreeRTOS/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
FreeRTOS/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
FreeRTOS/Demo/AVR_ATMega323_WinAVR/main.c
FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.c
FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.h
FreeRTOS/Demo/AVR_ATMega323_WinAVR/serial/serial.c
FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/ParTest.c
FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-blinky.c
FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-full.c
FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/uIP_Task.c
FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/ParTest.c
FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-blinky.c
FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-full.c
FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/uIP_Task.c
FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/main.c
FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/Common-Demo-Source/comtest.c
FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h
FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/ParTest.c
FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main.c
FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main_blinky.c
FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main_full.c
FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/serial.c
FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/Common-Demo-Source/comtest.c
FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h
FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/ParTest.c
FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main.c
FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_blinky.c
FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_full.c
FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/serial.c
FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.c
FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/IntQueueTimer.h
FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/ParTest.c
FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/Serial.c
FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/TimerTest.c
FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_GCC/FreeRTOS_Demo.cydsn/main.c
FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.c
FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/IntQueueTimer.h
FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/ParTest.c
FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/Serial.c
FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/TimerTest.c
FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_Keil/FreeRTOS_Demo.cydsn/main.c
FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.c
FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/IntQueueTimer.h
FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/ParTest.c
FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/Serial.c
FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/TimerTest.c
FreeRTOS/Demo/CORTEX_CY8C5588_PSoC_Creator_RVDS/FreeRTOS_Demo.cydsn/main.c
FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ParTest.c
FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/lcdtest.c
FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.c
FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.h
FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/main.c
FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/ParTest.c
FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main-full.c
FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main_blinky.c
FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/uIP_Task.c
FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.c
FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.h
FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
FreeRTOS/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
FreeRTOS/Demo/CORTEX_LM3S102_GCC/main.c
FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo1/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo1/main.c
FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo2/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_LM3S102_KEIL/Demo2/main.c
FreeRTOS/Demo/CORTEX_LM3S102_KEIL/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_LM3S102_KEIL/ParTest/ParTest.c
FreeRTOS/Demo/CORTEX_LM3S102_KEIL/main.c
FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
FreeRTOS/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.c
FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.h
FreeRTOS/Demo/CORTEX_LM3S316_IAR/main.c
FreeRTOS/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_LM3S811_GCC/main.c
FreeRTOS/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_LM3S811_IAR/main.c
FreeRTOS/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
FreeRTOS/Demo/CORTEX_LM3S811_KEIL/main.c
FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c
FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/main.c
FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c
FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c
FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/uIP_Task.c
FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
FreeRTOS/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_LPC1768_IAR/LED.h
FreeRTOS/Demo/CORTEX_LPC1768_IAR/ParTest.c
FreeRTOS/Demo/CORTEX_LPC1768_IAR/main.c
FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.c
FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.h
FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/RegTest.c
FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main-blinky.c
FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main-full.c
FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main.c
FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/ParTest.c
FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RegTest.s
FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-blinky.c
FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-full.c
FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main.c
FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main.c
FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main_blinky.c
FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/src/main_full.c
FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/RegTest.c
FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/RegTest.s
FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/main.c
FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/main_blinky.c
FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_IAR/main_full.c
FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/RegTest.c
FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/main.c
FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/main_blinky.c
FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Keil/main_full.c
FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/main.c
FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/main_blinky.c
FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4500_Tasking/main_full.c
FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/ParTest.c
FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/RegTest.c
FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/main.c
FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/ParTest.c
FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/RegTest.s
FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/main.c
FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/ParTest.c
FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/SAM4L_low_power_tick_management.c
FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/config/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main.c
FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main_full.c
FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main_low_power.c
FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/Common-Demo-Source/comtest.c
FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/Common-Demo-Source/include/demo_serial.h
FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/ParTest.c
FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main.c
FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main_blinky.c
FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main_full.c
FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/serial.c
FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/ParTest.c
FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main-full.c
FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main_blinky.c
FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/serial.c
FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/ParTest.c
FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main-full.c
FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main_blinky.c
FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/serial.c
FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c
FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c
FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.c
FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.h
FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/ParTest.c
FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.c
FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.h
FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main.c
FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_blinky.c
FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_full.c
FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/reg_test.asm
FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/serial.c
FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/main.c
FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.c
FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.h
FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_MCBSTM32.c
FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_ST_Eval.c
FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/main.c
FreeRTOS/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
FreeRTOS/Demo/CORTEX_STM32F103_IAR/main.c
FreeRTOS/Demo/CORTEX_STM32F103_IAR/serial/serial.c
FreeRTOS/Demo/CORTEX_STM32F103_IAR/timertest.c
FreeRTOS/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
FreeRTOS/Demo/CORTEX_STM32F103_Keil/main.c
FreeRTOS/Demo/CORTEX_STM32F103_Keil/serial/serial.c
FreeRTOS/Demo/CORTEX_STM32F103_Keil/timertest.c
FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/main.c
FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
FreeRTOS/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/CORTEX_STM32L152_IAR/ParTest.c
FreeRTOS/Demo/CORTEX_STM32L152_IAR/main.c
FreeRTOS/Demo/CORTEX_STM32L152_IAR/serial.c
FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.c
FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.h
FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h
FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/ParTest.c
FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.c
FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.h
FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h
FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/main.c
FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/serial.c
FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/ParTest/ParTest.c
FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/main.c
FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/FEC.c
FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo/webserver/uIP_Task.c
FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/main.c
FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
FreeRTOS/Demo/Common/Full/BlockQ.c
FreeRTOS/Demo/Common/Full/PollQ.c
FreeRTOS/Demo/Common/Full/comtest.c
FreeRTOS/Demo/Common/Full/death.c
FreeRTOS/Demo/Common/Full/dynamic.c
FreeRTOS/Demo/Common/Full/events.c
FreeRTOS/Demo/Common/Full/flash.c
FreeRTOS/Demo/Common/Full/flop.c
FreeRTOS/Demo/Common/Full/integer.c
FreeRTOS/Demo/Common/Full/print.c
FreeRTOS/Demo/Common/Full/semtest.c
FreeRTOS/Demo/Common/Minimal/AltBlckQ.c
FreeRTOS/Demo/Common/Minimal/AltBlock.c
FreeRTOS/Demo/Common/Minimal/AltPollQ.c
FreeRTOS/Demo/Common/Minimal/AltQTest.c
FreeRTOS/Demo/Common/Minimal/BlockQ.c
FreeRTOS/Demo/Common/Minimal/GenQTest.c
FreeRTOS/Demo/Common/Minimal/IntQueue.c
FreeRTOS/Demo/Common/Minimal/PollQ.c
FreeRTOS/Demo/Common/Minimal/QPeek.c
FreeRTOS/Demo/Common/Minimal/QueueSet.c
FreeRTOS/Demo/Common/Minimal/TimerDemo.c
FreeRTOS/Demo/Common/Minimal/blocktim.c
FreeRTOS/Demo/Common/Minimal/comtest.c
FreeRTOS/Demo/Common/Minimal/comtest_strings.c
FreeRTOS/Demo/Common/Minimal/countsem.c
FreeRTOS/Demo/Common/Minimal/crflash.c
FreeRTOS/Demo/Common/Minimal/crhook.c
FreeRTOS/Demo/Common/Minimal/death.c
FreeRTOS/Demo/Common/Minimal/dynamic.c
FreeRTOS/Demo/Common/Minimal/flash.c
FreeRTOS/Demo/Common/Minimal/flash_timer.c
FreeRTOS/Demo/Common/Minimal/flop.c
FreeRTOS/Demo/Common/Minimal/integer.c
FreeRTOS/Demo/Common/Minimal/recmutex.c
FreeRTOS/Demo/Common/Minimal/semtest.c
FreeRTOS/Demo/Common/Minimal/sp_flop.c
FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/MicroBlaze-Ethernet-Lite/ethernetif.c
FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/WinPCap/arch.c
FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/WinPCap/netif.h
FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/ethernetif.c
FreeRTOS/Demo/Common/include/AltBlckQ.h
FreeRTOS/Demo/Common/include/AltBlock.h
FreeRTOS/Demo/Common/include/AltPollQ.h
FreeRTOS/Demo/Common/include/AltQTest.h
FreeRTOS/Demo/Common/include/BlockQ.h
FreeRTOS/Demo/Common/include/GenQTest.h
FreeRTOS/Demo/Common/include/IntQueue.h
FreeRTOS/Demo/Common/include/PollQ.h
FreeRTOS/Demo/Common/include/QPeek.h
FreeRTOS/Demo/Common/include/QueueSet.h
FreeRTOS/Demo/Common/include/TimerDemo.h
FreeRTOS/Demo/Common/include/blocktim.h
FreeRTOS/Demo/Common/include/comtest.h
FreeRTOS/Demo/Common/include/comtest2.h
FreeRTOS/Demo/Common/include/comtest_strings.h
FreeRTOS/Demo/Common/include/countsem.h
FreeRTOS/Demo/Common/include/crflash.h
FreeRTOS/Demo/Common/include/crhook.h
FreeRTOS/Demo/Common/include/death.h
FreeRTOS/Demo/Common/include/dynamic.h
FreeRTOS/Demo/Common/include/fileIO.h
FreeRTOS/Demo/Common/include/flash.h
FreeRTOS/Demo/Common/include/flash_timer.h
FreeRTOS/Demo/Common/include/flop.h
FreeRTOS/Demo/Common/include/integer.h
FreeRTOS/Demo/Common/include/mevents.h
FreeRTOS/Demo/Common/include/partest.h
FreeRTOS/Demo/Common/include/print.h
FreeRTOS/Demo/Common/include/recmutex.h
FreeRTOS/Demo/Common/include/semtest.h
FreeRTOS/Demo/Common/include/serial.h
FreeRTOS/Demo/Cygnal/FreeRTOSConfig.h
FreeRTOS/Demo/Cygnal/Makefile
FreeRTOS/Demo/Cygnal/ParTest/ParTest.c
FreeRTOS/Demo/Cygnal/main.c
FreeRTOS/Demo/Cygnal/serial/serial.c
FreeRTOS/Demo/Flshlite/FRConfig.h
FreeRTOS/Demo/Flshlite/FileIO/fileIO.c
FreeRTOS/Demo/Flshlite/FreeRTOSConfig.h
FreeRTOS/Demo/Flshlite/ParTest/ParTest.c
FreeRTOS/Demo/Flshlite/main.c
FreeRTOS/Demo/Flshlite/serial/serial.c
FreeRTOS/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/H8S/RTOSDemo/ParTest/ParTest.c
FreeRTOS/Demo/H8S/RTOSDemo/main.c
FreeRTOS/Demo/H8S/RTOSDemo/serial/serial.c
FreeRTOS/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
FreeRTOS/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
FreeRTOS/Demo/HCS12_CodeWarrior_banked/main.c
FreeRTOS/Demo/HCS12_CodeWarrior_banked/serial/serial.c
FreeRTOS/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
FreeRTOS/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
FreeRTOS/Demo/HCS12_CodeWarrior_small/main.c
FreeRTOS/Demo/HCS12_CodeWarrior_small/serial/serial.c
FreeRTOS/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
FreeRTOS/Demo/HCS12_GCC_banked/ParTest.c
FreeRTOS/Demo/HCS12_GCC_banked/main.c
FreeRTOS/Demo/HCS12_GCC_banked/startup.c
FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
FreeRTOS/Demo/MB91460_Softune/SRC/crflash_modified.c
FreeRTOS/Demo/MB91460_Softune/SRC/main.c
FreeRTOS/Demo/MB91460_Softune/SRC/partest/partest.c
FreeRTOS/Demo/MB91460_Softune/SRC/serial/serial.c
FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/crflash_sk16fx100mpc.c
FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/partest/partest.c
FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/serial/serial.c
FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
FreeRTOS/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
FreeRTOS/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
FreeRTOS/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
FreeRTOS/Demo/MB96350_Softune_Dice_Kit/main.c
FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/FreeRTOSConfig.h
FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/ParTest.c
FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RegTest.asm
FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RunTimeStatsConfig.c
FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/main.c
FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/serial.c
FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/ParTest.c
FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RegTest.s43
FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RunTimeStatsConfig.c
FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/main.c
FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/serial.c
FreeRTOS/Demo/MicroBlaze/FreeRTOSConfig.h
FreeRTOS/Demo/MicroBlaze/ParTest/ParTest.c
FreeRTOS/Demo/MicroBlaze/main.c
FreeRTOS/Demo/MicroBlaze/serial/serial.c
FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/KernelAwareBSPRepository/sw_apps/FreeRTOS_Hello_World/src/FreeRTOS-main.c
FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/ParTest.c
FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/RegisterTests.c
FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/lwIP/lwIP_Apps/lwIP_Apps.c
FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/main-blinky.c
FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/main-full.c
FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/serial.c
FreeRTOS/Demo/NEC_78K0R_IAR/ButtonISR.s26
FreeRTOS/Demo/NEC_78K0R_IAR/ButtonTask.c
FreeRTOS/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/NEC_78K0R_IAR/RegTest.s26
FreeRTOS/Demo/NEC_78K0R_IAR/main.c
FreeRTOS/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
FreeRTOS/Demo/NEC_V850ES_IAR/ParTest/ParTest_Fx3_App_Board.c
FreeRTOS/Demo/NEC_V850ES_IAR/ParTest/ParTest_Generic_Target_Board.c
FreeRTOS/Demo/NEC_V850ES_IAR/RegTest.s85
FreeRTOS/Demo/NEC_V850ES_IAR/main.c
FreeRTOS/Demo/NEC_V850ES_IAR/serial/serial.c
FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c
FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
FreeRTOS/Demo/PC/FRConfig.h
FreeRTOS/Demo/PC/FileIO/fileIO.c
FreeRTOS/Demo/PC/FreeRTOSConfig.h
FreeRTOS/Demo/PC/ParTest/ParTest.c
FreeRTOS/Demo/PC/main.c
FreeRTOS/Demo/PC/serial/serial.c
FreeRTOS/Demo/PIC18_MPLAB/FreeRTOSConfig.h
FreeRTOS/Demo/PIC18_MPLAB/ParTest/ParTest.c
FreeRTOS/Demo/PIC18_MPLAB/main1.c
FreeRTOS/Demo/PIC18_MPLAB/main2.c
FreeRTOS/Demo/PIC18_MPLAB/main3.c
FreeRTOS/Demo/PIC18_MPLAB/serial/serial.c
FreeRTOS/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
FreeRTOS/Demo/PIC18_WizC/Demo1/WIZCmake.h
FreeRTOS/Demo/PIC18_WizC/Demo1/fuses.c
FreeRTOS/Demo/PIC18_WizC/Demo1/interrupt.c
FreeRTOS/Demo/PIC18_WizC/Demo1/main.c
FreeRTOS/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
FreeRTOS/Demo/PIC18_WizC/Demo2/WIZCmake.h
FreeRTOS/Demo/PIC18_WizC/Demo2/fuses.c
FreeRTOS/Demo/PIC18_WizC/Demo2/interrupt.c
FreeRTOS/Demo/PIC18_WizC/Demo2/main.c
FreeRTOS/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
FreeRTOS/Demo/PIC18_WizC/Demo3/WIZCmake.h
FreeRTOS/Demo/PIC18_WizC/Demo3/fuses.c
FreeRTOS/Demo/PIC18_WizC/Demo3/interrupt.c
FreeRTOS/Demo/PIC18_WizC/Demo3/main.c
FreeRTOS/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
FreeRTOS/Demo/PIC18_WizC/Demo4/WIZCmake.h
FreeRTOS/Demo/PIC18_WizC/Demo4/fuses.c
FreeRTOS/Demo/PIC18_WizC/Demo4/interrupt.c
FreeRTOS/Demo/PIC18_WizC/Demo4/main.c
FreeRTOS/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
FreeRTOS/Demo/PIC18_WizC/Demo5/WIZCmake.h
FreeRTOS/Demo/PIC18_WizC/Demo5/fuses.c
FreeRTOS/Demo/PIC18_WizC/Demo5/interrupt.c
FreeRTOS/Demo/PIC18_WizC/Demo5/main.c
FreeRTOS/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
FreeRTOS/Demo/PIC18_WizC/Demo6/WIZCmake.h
FreeRTOS/Demo/PIC18_WizC/Demo6/fuses.c
FreeRTOS/Demo/PIC18_WizC/Demo6/interrupt.c
FreeRTOS/Demo/PIC18_WizC/Demo6/main.c
FreeRTOS/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
FreeRTOS/Demo/PIC18_WizC/Demo7/WIZCmake.h
FreeRTOS/Demo/PIC18_WizC/Demo7/fuses.c
FreeRTOS/Demo/PIC18_WizC/Demo7/interrupt.c
FreeRTOS/Demo/PIC18_WizC/Demo7/main.c
FreeRTOS/Demo/PIC18_WizC/ParTest/ParTest.c
FreeRTOS/Demo/PIC18_WizC/serial/isrSerialRx.c
FreeRTOS/Demo/PIC18_WizC/serial/isrSerialTx.c
FreeRTOS/Demo/PIC18_WizC/serial/serial.c
FreeRTOS/Demo/PIC24_MPLAB/FreeRTOSConfig.h
FreeRTOS/Demo/PIC24_MPLAB/ParTest/ParTest.c
FreeRTOS/Demo/PIC24_MPLAB/lcd.c
FreeRTOS/Demo/PIC24_MPLAB/lcd.h
FreeRTOS/Demo/PIC24_MPLAB/main.c
FreeRTOS/Demo/PIC24_MPLAB/serial/serial.c
FreeRTOS/Demo/PIC24_MPLAB/timertest.c
FreeRTOS/Demo/PIC24_MPLAB/timertest.h
FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.c
FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.h
FreeRTOS/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.c
FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.h
FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest.c
FreeRTOS/Demo/PIC32MX_MPLAB/RegisterTestTasks.S
FreeRTOS/Demo/PIC32MX_MPLAB/lcd.c
FreeRTOS/Demo/PIC32MX_MPLAB/lcd.h
FreeRTOS/Demo/PIC32MX_MPLAB/main.c
FreeRTOS/Demo/PIC32MX_MPLAB/main_blinky.c
FreeRTOS/Demo/PIC32MX_MPLAB/main_full.c
FreeRTOS/Demo/PIC32MX_MPLAB/serial/serial.c
FreeRTOS/Demo/PIC32MX_MPLAB/timertest.c
FreeRTOS/Demo/PIC32MX_MPLAB/timertest.h
FreeRTOS/Demo/PIC32MX_MPLAB/timertest_isr.S
FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.c
FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop-reg-test.h
FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
FreeRTOS/Demo/PPC440_DP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/main.c
FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
FreeRTOS/Demo/PPC440_SP_FPU_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.c
FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop-reg-test.h
FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/FreeRTOSConfig.h [new file with mode: 0644]
FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RTOSDemo.ewd [new file with mode: 0644]
FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RTOSDemo.ewp [new file with mode: 0644]
FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RTOSDemo.eww [new file with mode: 0644]
FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RegTest.s87 [new file with mode: 0644]
FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/main.c [new file with mode: 0644]
FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/settings/rtosdemo.cspy.bat [new file with mode: 0644]
FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/settings/rtosdemo.dbgdt [new file with mode: 0644]
FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/settings/rtosdemo.dni [new file with mode: 0644]
FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/settings/rtosdemo.wsdt [new file with mode: 0644]
FreeRTOS/Demo/RL78_multiple_IAR/ExampleISR.s87
FreeRTOS/Demo/RL78_multiple_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/RL78_multiple_IAR/RegTest.s87
FreeRTOS/Demo/RL78_multiple_IAR/demo_specific_io.h
FreeRTOS/Demo/RL78_multiple_IAR/main.c
FreeRTOS/Demo/RL78_multiple_IAR/main_blinky.c
FreeRTOS/Demo/RL78_multiple_IAR/main_full.c
FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/ParTest.c
FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main.c
FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main_full.c
FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main_low_power.c
FreeRTOS/Demo/RX100-RSK_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/RX100-RSK_IAR/ParTest.c
FreeRTOS/Demo/RX100-RSK_IAR/PriorityDefinitions.h
FreeRTOS/Demo/RX100-RSK_IAR/main.c
FreeRTOS/Demo/RX100-RSK_IAR/main_full.c
FreeRTOS/Demo/RX100-RSK_IAR/main_low_power.c
FreeRTOS/Demo/RX100-RSK_IAR/reg_test.s
FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/ParTest.c
FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main.c
FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main_full.c
FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main_low_power.c
FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ButtonAndLCD.c
FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/IntQueueTimer.c
FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ParTest.c
FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/ButtonAndLCD.h
FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-blinky.c
FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-full.c
FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c
FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c
FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/include/IntQueueTimer.h
FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-blinky.c
FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-full.c
FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/uIP_Task.c
FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/webserver/EMAC.c
FreeRTOS/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c
FreeRTOS/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c
FreeRTOS/Demo/RX600_RX62N-RDK_IAR/ParTest.c
FreeRTOS/Demo/RX600_RX62N-RDK_IAR/PriorityDefinitions.h
FreeRTOS/Demo/RX600_RX62N-RDK_IAR/RegTest.s
FreeRTOS/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h
FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-blinky.c
FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-full.c
FreeRTOS/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c
FreeRTOS/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c
FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c
FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/include/IntQueueTimer.h
FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-blinky.c
FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-full.c
FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/uIP_Task.c
FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c
FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c
FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/include/IntQueueTimer.h
FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-blinky.c
FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-full.c
FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/uIP_Task.c
FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/webserver/EMAC.c
FreeRTOS/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c
FreeRTOS/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c
FreeRTOS/Demo/RX600_RX62N-RSK_IAR/ParTest.c
FreeRTOS/Demo/RX600_RX62N-RSK_IAR/PriorityDefinitions.h
FreeRTOS/Demo/RX600_RX62N-RSK_IAR/RegTest.s
FreeRTOS/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h
FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-blinky.c
FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-full.c
FreeRTOS/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c
FreeRTOS/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c
FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c
FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c
FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-blinky.c
FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-full.c
FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/uIP_Task.c
FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/webserver/EMAC.c
FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/IntQueueTimer.c
FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/ParTest.c
FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-blinky.c
FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-full.c
FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.h
FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/ParTest.c
FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-blinky.c
FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-full.c
FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/uIP_Task.c
FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c
FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c
FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c
FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/regtest.src
FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c
FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c
FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC_ISR.src
FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/FreeRTOSConfig.h
FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.c
FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.h
FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/ParTest.c
FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/main.c
FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/serial.c
FreeRTOS/Demo/WIN32-MSVC/DemosModifiedForLowTickRate/recmutex.c
FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h
FreeRTOS/Demo/WIN32-MSVC/Run-time-stats-utils.c
FreeRTOS/Demo/WIN32-MSVC/main.c
FreeRTOS/Demo/WIN32-MingW/DemosModifiedForLowTickRate/recmutex.c
FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h
FreeRTOS/Demo/WIN32-MingW/main.c
FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/Makefile
FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c
FreeRTOS/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
FreeRTOS/Demo/WizNET_DEMO_TERN_186/main.c
FreeRTOS/Demo/WizNET_DEMO_TERN_186/serial/serial.c
FreeRTOS/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
FreeRTOS/Demo/dsPIC_MPLAB/ParTest/ParTest.c
FreeRTOS/Demo/dsPIC_MPLAB/lcd.c
FreeRTOS/Demo/dsPIC_MPLAB/lcd.h
FreeRTOS/Demo/dsPIC_MPLAB/main.c
FreeRTOS/Demo/dsPIC_MPLAB/serial/serial.c
FreeRTOS/Demo/dsPIC_MPLAB/timertest.c
FreeRTOS/Demo/dsPIC_MPLAB/timertest.h
FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC_ISR.c
FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/main.c
FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/makefile
FreeRTOS/Demo/msp430_CrossWorks/FreeRTOSConfig.h
FreeRTOS/Demo/msp430_CrossWorks/ParTest/ParTest.c
FreeRTOS/Demo/msp430_CrossWorks/main.c
FreeRTOS/Demo/msp430_CrossWorks/serial/serial.c
FreeRTOS/Demo/msp430_CrossWorks/serial/serialASM.asm
FreeRTOS/Demo/msp430_GCC/FreeRTOSConfig.h
FreeRTOS/Demo/msp430_GCC/ParTest/ParTest.c
FreeRTOS/Demo/msp430_GCC/main.c
FreeRTOS/Demo/msp430_GCC/makefile
FreeRTOS/Demo/msp430_GCC/serial/serial.c
FreeRTOS/Demo/msp430_IAR/FreeRTOSConfig.h
FreeRTOS/Demo/msp430_IAR/ParTest/ParTest.c
FreeRTOS/Demo/msp430_IAR/main.c
FreeRTOS/Demo/msp430_IAR/serial/serial.c
FreeRTOS/Demo/msp430_IAR/serial/serialASM.s43
FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
FreeRTOS/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
FreeRTOS/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
FreeRTOS/Demo/uIP_Demo_IAR_ARM7/main.c
FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/main.c
FreeRTOS/Source/croutine.c
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/include/StackMacros.h
FreeRTOS/Source/include/croutine.h
FreeRTOS/Source/include/list.h
FreeRTOS/Source/include/mpu_wrappers.h
FreeRTOS/Source/include/portable.h
FreeRTOS/Source/include/projdefs.h
FreeRTOS/Source/include/queue.h
FreeRTOS/Source/include/semphr.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/include/timers.h
FreeRTOS/Source/list.c
FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/port.c
FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
FreeRTOS/Source/portable/BCC/16BitDOS/PC/port.c
FreeRTOS/Source/portable/BCC/16BitDOS/PC/prtmacro.h
FreeRTOS/Source/portable/BCC/16BitDOS/common/portasm.h
FreeRTOS/Source/portable/BCC/16BitDOS/common/portcomn.c
FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/port.c
FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portASM.asm
FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portmacro.h
FreeRTOS/Source/portable/CCS/MSP430X/data_model.h
FreeRTOS/Source/portable/CCS/MSP430X/port.c
FreeRTOS/Source/portable/CCS/MSP430X/portext.asm
FreeRTOS/Source/portable/CCS/MSP430X/portmacro.h
FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/port.c
FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/port.c
FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
FreeRTOS/Source/portable/CodeWarrior/HCS12/port.c
FreeRTOS/Source/portable/CodeWarrior/HCS12/portmacro.h
FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/port.c
FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/port.c
FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
FreeRTOS/Source/portable/GCC/ARM7_LPC2000/port.c
FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portISR.c
FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portmacro.h
FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/port.c
FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portISR.c
FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h
FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
FreeRTOS/Source/portable/GCC/ATMega323/port.c
FreeRTOS/Source/portable/GCC/ATMega323/portmacro.h
FreeRTOS/Source/portable/GCC/AVR32_UC3/port.c
FreeRTOS/Source/portable/GCC/AVR32_UC3/portmacro.h
FreeRTOS/Source/portable/GCC/CORTUS_APS3/port.c
FreeRTOS/Source/portable/GCC/CORTUS_APS3/portmacro.h
FreeRTOS/Source/portable/GCC/ColdFire_V2/port.c
FreeRTOS/Source/portable/GCC/ColdFire_V2/portasm.S
FreeRTOS/Source/portable/GCC/ColdFire_V2/portmacro.h
FreeRTOS/Source/portable/GCC/H8S2329/port.c
FreeRTOS/Source/portable/GCC/H8S2329/portmacro.h
FreeRTOS/Source/portable/GCC/HCS12/port.c
FreeRTOS/Source/portable/GCC/HCS12/portmacro.h
FreeRTOS/Source/portable/GCC/MSP430F449/port.c
FreeRTOS/Source/portable/GCC/MSP430F449/portmacro.h
FreeRTOS/Source/portable/GCC/MicroBlaze/port.c
FreeRTOS/Source/portable/GCC/MicroBlaze/portasm.s
FreeRTOS/Source/portable/GCC/MicroBlaze/portmacro.h
FreeRTOS/Source/portable/GCC/MicroBlazeV8/port.c
FreeRTOS/Source/portable/GCC/MicroBlazeV8/port_exceptions.c
FreeRTOS/Source/portable/GCC/MicroBlazeV8/portasm.S
FreeRTOS/Source/portable/GCC/MicroBlazeV8/portmacro.h
FreeRTOS/Source/portable/GCC/NiosII/port.c
FreeRTOS/Source/portable/GCC/NiosII/port_asm.S
FreeRTOS/Source/portable/GCC/NiosII/portmacro.h
FreeRTOS/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
FreeRTOS/Source/portable/GCC/PPC405_Xilinx/port.c
FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portasm.S
FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portmacro.h
FreeRTOS/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
FreeRTOS/Source/portable/GCC/PPC440_Xilinx/port.c
FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portasm.S
FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portmacro.h
FreeRTOS/Source/portable/GCC/RX100/port.c
FreeRTOS/Source/portable/GCC/RX100/portmacro.h
FreeRTOS/Source/portable/GCC/RX600/port.c
FreeRTOS/Source/portable/GCC/RX600/portmacro.h
FreeRTOS/Source/portable/GCC/STR75x/port.c
FreeRTOS/Source/portable/GCC/STR75x/portISR.c
FreeRTOS/Source/portable/GCC/STR75x/portmacro.h
FreeRTOS/Source/portable/GCC/TriCore_1782/port.c
FreeRTOS/Source/portable/GCC/TriCore_1782/portmacro.h
FreeRTOS/Source/portable/GCC/TriCore_1782/porttrap.c
FreeRTOS/Source/portable/IAR/78K0R/ISR_Support.h
FreeRTOS/Source/portable/IAR/78K0R/port.c
FreeRTOS/Source/portable/IAR/78K0R/portasm.s26
FreeRTOS/Source/portable/IAR/78K0R/portmacro.h
FreeRTOS/Source/portable/IAR/ARM_CM0/port.c
FreeRTOS/Source/portable/IAR/ARM_CM0/portasm.s
FreeRTOS/Source/portable/IAR/ARM_CM0/portmacro.h
FreeRTOS/Source/portable/IAR/ARM_CM3/port.c
FreeRTOS/Source/portable/IAR/ARM_CM3/portasm.s
FreeRTOS/Source/portable/IAR/ARM_CM3/portmacro.h
FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
FreeRTOS/Source/portable/IAR/ARM_CM4F/portasm.s
FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h
FreeRTOS/Source/portable/IAR/ATMega323/port.c
FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h
FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90
FreeRTOS/Source/portable/IAR/AVR32_UC3/port.c
FreeRTOS/Source/portable/IAR/AVR32_UC3/portmacro.h
FreeRTOS/Source/portable/IAR/AtmelSAM7S64/ISR_Support.h
FreeRTOS/Source/portable/IAR/AtmelSAM7S64/port.c
FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portasm.s79
FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portmacro.h
FreeRTOS/Source/portable/IAR/AtmelSAM9XE/port.c
FreeRTOS/Source/portable/IAR/AtmelSAM9XE/portmacro.h
FreeRTOS/Source/portable/IAR/LPC2000/ISR_Support.h
FreeRTOS/Source/portable/IAR/LPC2000/port.c
FreeRTOS/Source/portable/IAR/LPC2000/portasm.s79
FreeRTOS/Source/portable/IAR/LPC2000/portmacro.h
FreeRTOS/Source/portable/IAR/MSP430/port.c
FreeRTOS/Source/portable/IAR/MSP430/portasm.h
FreeRTOS/Source/portable/IAR/MSP430/portext.s43
FreeRTOS/Source/portable/IAR/MSP430/portmacro.h
FreeRTOS/Source/portable/IAR/MSP430X/data_model.h
FreeRTOS/Source/portable/IAR/MSP430X/port.c
FreeRTOS/Source/portable/IAR/MSP430X/portext.s43
FreeRTOS/Source/portable/IAR/MSP430X/portmacro.h
FreeRTOS/Source/portable/IAR/RL78/ISR_Support.h
FreeRTOS/Source/portable/IAR/RL78/port.c
FreeRTOS/Source/portable/IAR/RL78/portasm.s87
FreeRTOS/Source/portable/IAR/RL78/portmacro.h
FreeRTOS/Source/portable/IAR/RX100/port.c
FreeRTOS/Source/portable/IAR/RX100/port_asm.s
FreeRTOS/Source/portable/IAR/RX100/portmacro.h
FreeRTOS/Source/portable/IAR/RX600/port.c
FreeRTOS/Source/portable/IAR/RX600/port_asm.s
FreeRTOS/Source/portable/IAR/RX600/portmacro.h
FreeRTOS/Source/portable/IAR/STR71x/ISR_Support.h
FreeRTOS/Source/portable/IAR/STR71x/port.c
FreeRTOS/Source/portable/IAR/STR71x/portasm.s79
FreeRTOS/Source/portable/IAR/STR71x/portmacro.h
FreeRTOS/Source/portable/IAR/STR75x/ISR_Support.h
FreeRTOS/Source/portable/IAR/STR75x/port.c
FreeRTOS/Source/portable/IAR/STR75x/portasm.s79
FreeRTOS/Source/portable/IAR/STR75x/portmacro.h
FreeRTOS/Source/portable/IAR/STR91x/ISR_Support.h
FreeRTOS/Source/portable/IAR/STR91x/port.c
FreeRTOS/Source/portable/IAR/STR91x/portasm.s79
FreeRTOS/Source/portable/IAR/STR91x/portmacro.h
FreeRTOS/Source/portable/IAR/V850ES/ISR_Support.h
FreeRTOS/Source/portable/IAR/V850ES/port.c
FreeRTOS/Source/portable/IAR/V850ES/portasm.s85
FreeRTOS/Source/portable/IAR/V850ES/portasm_Fx3.s85
FreeRTOS/Source/portable/IAR/V850ES/portasm_Hx2.s85
FreeRTOS/Source/portable/IAR/V850ES/portmacro.h
FreeRTOS/Source/portable/MPLAB/PIC18F/port.c
FreeRTOS/Source/portable/MPLAB/PIC18F/portmacro.h
FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/port.c
FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
FreeRTOS/Source/portable/MPLAB/PIC32MX/ISR_Support.h
FreeRTOS/Source/portable/MPLAB/PIC32MX/port.c
FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S
FreeRTOS/Source/portable/MPLAB/PIC32MX/portmacro.h
FreeRTOS/Source/portable/MSVC-MingW/port.c
FreeRTOS/Source/portable/MSVC-MingW/portmacro.h
FreeRTOS/Source/portable/MemMang/heap_1.c
FreeRTOS/Source/portable/MemMang/heap_2.c
FreeRTOS/Source/portable/MemMang/heap_3.c
FreeRTOS/Source/portable/MemMang/heap_4.c
FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/port.c
FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
FreeRTOS/Source/portable/Paradigm/Tern_EE/small/port.c
FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portasm.h
FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portmacro.h
FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/port.c
FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h
FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h
FreeRTOS/Source/portable/Renesas/RX100/port.c
FreeRTOS/Source/portable/Renesas/RX100/port_asm.src
FreeRTOS/Source/portable/Renesas/RX100/portmacro.h
FreeRTOS/Source/portable/Renesas/RX200/port.c
FreeRTOS/Source/portable/Renesas/RX200/port_asm.src
FreeRTOS/Source/portable/Renesas/RX200/portmacro.h
FreeRTOS/Source/portable/Renesas/RX600/port.c
FreeRTOS/Source/portable/Renesas/RX600/port_asm.src
FreeRTOS/Source/portable/Renesas/RX600/portmacro.h
FreeRTOS/Source/portable/Renesas/SH2A_FPU/ISR_Support.inc
FreeRTOS/Source/portable/Renesas/SH2A_FPU/port.c
FreeRTOS/Source/portable/Renesas/SH2A_FPU/portasm.src
FreeRTOS/Source/portable/Renesas/SH2A_FPU/portmacro.h
FreeRTOS/Source/portable/Rowley/MSP430F449/port.c
FreeRTOS/Source/portable/Rowley/MSP430F449/portasm.h
FreeRTOS/Source/portable/Rowley/MSP430F449/portext.asm
FreeRTOS/Source/portable/Rowley/MSP430F449/portmacro.h
FreeRTOS/Source/portable/SDCC/Cygnal/port.c
FreeRTOS/Source/portable/SDCC/Cygnal/portmacro.h
FreeRTOS/Source/portable/Softune/MB91460/port.c
FreeRTOS/Source/portable/Softune/MB91460/portmacro.h
FreeRTOS/Source/portable/Softune/MB96340/port.c
FreeRTOS/Source/portable/Softune/MB96340/portmacro.h
FreeRTOS/Source/portable/Tasking/ARM_CM4F/port.c
FreeRTOS/Source/portable/Tasking/ARM_CM4F/port_asm.asm
FreeRTOS/Source/portable/Tasking/ARM_CM4F/portmacro.h
FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
FreeRTOS/Source/portable/WizC/PIC18/Install.bat
FreeRTOS/Source/portable/WizC/PIC18/addFreeRTOS.h
FreeRTOS/Source/portable/WizC/PIC18/port.c
FreeRTOS/Source/portable/WizC/PIC18/portmacro.h
FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/port.c
FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portasm.h
FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portcomn.c
FreeRTOS/Source/queue.c
FreeRTOS/Source/tasks.c
FreeRTOS/Source/timers.c
readme.txt

index a143eb6d46af05b35e9f5a242ea9db4e14f64091..6202bb64a9bda9cfe0acb209f01b600ebdcfa334 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 728e7b8283c901ef73c247574d17f922b86da5f2..c6fca09d9fd14f7ea754876c2ef698a1b0aca42a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index cbff48215a1f7a24357cd3d8005a2a3193a37eb7..c4fec71d6627d088d2819168d994597df6f87ab3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4227e08936811475ab6fd279aaf702e26eaaf24a..c10bfa5a0e07e7876f189ced671bdaab68c2919a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index bd829f9740001765860c6a9779a10d4bf1bb0ca5..7d9ec459a535899b306487a77e705689dacf09e4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index fbe8d17830f084f38581a535fc2f966f4a384537..10037d67f1ce318c19bef0c0168b146e76b735d7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index bdd6690f563f20ffa7870bcaa1dbaaffb9625fad..725283f39663b7d9955b56c044428b68a6dde870 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index cfe7939d4f2f6b552b414d3cbad2515b34c9f389..619d080ad343294c081b255ee641819f727348a6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 142b5489a9defd780165fc3929a9f6229b5fd950..3ec233b288dac3ab99922741f1acf2a2575c6e95 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 942606d6322ed7e9e422b6a3430aca0846251ad8..d8f7f9574605f8b97f418c4a665bd6493a966fbb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 53eeebf7caeef75b317c05c5473c542bd62c8775..5e9967e3376a82b82714e295892636c6577f5c80 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e8a68f4573915e59f7efc711e5172a9eaa7e9cf4..c9002c3a8c45ab41fe6d72f87e243bc780628e70 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e05e1e737aa60bae422651aa516b3cc8dee3226f..4b40bd85a5fb90f8918288819191fce4b480b45b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 900ed2c94616aeeff627b98011823e3265c7dc8d..8e967835f3af7329d4f8e8863347fc8ffe745b95 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a143eb6d46af05b35e9f5a242ea9db4e14f64091..6202bb64a9bda9cfe0acb209f01b600ebdcfa334 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e54b9ac42df9a61371a64ee81335d3b10226ed03..50c4a243e4bde40a2f468fe95a3adc41520ef852 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index bd829f9740001765860c6a9779a10d4bf1bb0ca5..7d9ec459a535899b306487a77e705689dacf09e4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index cbff48215a1f7a24357cd3d8005a2a3193a37eb7..c4fec71d6627d088d2819168d994597df6f87ab3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5625a16554942cf11aa1385483ac9ec6ef0e313b..48cde2f58f71924804dbeb2c83e945ac52289f2b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 86d09f6057f288236687664e9bb9447bec59996c..be5ef887a8c4dfc9cceee947af782e191b93f10d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index be59cd4223a012991571133096ebba8068de286c..3143b092ee724a3076285ec0e1497cb7767579df 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 18243afe974a457ced848a443d126b10df7a0c5c..4e69dc34f0f84d3ef1e379624302bcd7464e9df1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2cd31d6f5ce12bb5b163f483bcd5a1253178d13a..6492399338bcb43ac13fce8ee902c76efa5b51d7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 43d1f1a23d4a80ddf59f9ac1c14eec6aa706ccff..b6d596cedeab80f55748c10a50f774c34089a342 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 0b7952ff3105db65661878ba74883f7892f0e5ae..9bee950cfcd7c273627aa48d3a3f1693ff71b078 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 54c4e527faff44d5185b988c91683c3ac81285b9..157a0a355b8467ffeff745f6423757967a7a2458 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 538f3ffcf147b65ea075b755d156b2368305b25e..de90ccd8099ab6801c5e362853294e75230474df 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index dc8d274c015dca3c9390cb6b13920adeb3b30032..0ae4b619889c66ba1fa6182a402b4cf829951f5a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index faee16e2e5ee8172ad1bd47e4e79b8fc5736e7d3..1b05878318c1bb382fdec12ae5e84e5089976093 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8fa742ba05ac53f34c6856bc8e2560d1b10b40f5..51532abae7651545f8ee82425300f0192f477492 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 532ac35c71d15e8ce36d114da953f7e66e84b6a5..b55a38ffea0dffe2a41d976a01ba266afb042d0d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1af9a4cebe64ebdfa6f33d04fd5ff492b0b4fcfb..26a5f5c7e09a8d6beb7370271f747c37a2af878e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4afe07393ae7e5e2a3d2b9bd6ffbe0a75c8497f9..9fdbe21b13538988dfcebfceebda59e7919fe308 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
diff --git a/FreeRTOS-Plus/Demo/readme.txt b/FreeRTOS-Plus/Demo/readme.txt
new file mode 100644 (file)
index 0000000..c64f142
--- /dev/null
@@ -0,0 +1,9 @@
+Directories:\r
+\r
++ The FreeRTOS-Plus/Demo directory contains a demo application for every most of\r
+  the FreeRTOS+ components.  Lots of the demo applications use the FreeRTOS\r
+  Windows simulator for easy evaluation.  Be aware that FreeRTOS is much slower\r
+  and not deterministic when executed in a simulated environment.\r
+\r
++ See http://www.freertos.org/plus\r
+\r
diff --git a/FreeRTOS-Plus/readme.txt b/FreeRTOS-Plus/readme.txt
new file mode 100644 (file)
index 0000000..9854164
--- /dev/null
@@ -0,0 +1,13 @@
+Directories:\r
+\r
++ The FreeRTOS-Plus/Source directory contains source code for some of the\r
+  FreeRTOS+ components.  These subdirectories contain further readme files and\r
+  links to documentation.\r
+\r
++ The FreeRTOS-Plus/Demo directory contains a demo application for every most of\r
+  the FreeRTOS+ components.  Lots of the demo applications use the FreeRTOS\r
+  Windows simulator for easy evaluation.  Be aware that FreeRTOS is much slower\r
+  and not deterministic when executed in a simulated environment.\r
+\r
++ See http://www.freertos.org/plus\r
+\r
index 3918682e7ca12932e463013d834bfa1e63b63487..f33b515cbd7fd1a5fba25a35badd406274366d8b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2a0188da3d9e7459297b5365d6d81f7f05505ada..860aa9c3623ce39fa29ca53ce6b4988ac111c8ad 100644 (file)
@@ -1,5 +1,5 @@
 #/*\r
-#    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+#    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 #      \r
 #\r
 #    ***************************************************************************\r
index a82b2eb78ae1faa5fb2f40c00d8add806768f611..785992fa618bc916333109877f8cbdfdd2bcc8ed 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d976cc2642784c68da5b4a050f33e226d0515a20..e94a7e6abb65809579fe99829bc2537eb82b1ef2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 0900ced7f33b67518ca21de88e671ac5638f6c26..bfed7454c54bee1c4dc4ce05724d4393fec7bc0e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 54c53e1d3e46ad5e527dde989fae6f9db48bdce0..0f656adb05c2e2fd73bbcaa649dc6523c5e71839 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index fa11d2d14d8af12748224e6eb73c07535f769a46..72eac605c25b48f2308c7fe1618342a19735ba2a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f9b94253303734495e2c3ae899bbc8f98da6334b..6995f5d1f492515dbf5b2831077910655f1731fa 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6ac1f36728b76f8bc1204efa5631618061c542d4..d186f9c44aae6a0431596377cf4b4a2f0069e827 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7e5fee4f12594d9ef4d69244bb941dc43fcb5a99..d78127bdcaa954903e2dc1ad3fabe0c2dd9b3138 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index bd47f9c1087c0d0766807d7bcb86311a1e94d666..6cc7e82a50bfd59d602fc4d90ee4ba69f4e1f8df 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ec2905e1ae946ebaf103405ca83bf8fce8e5b5d3..d757ab7dd4578c8c83469b0e6ad95e3d9cbe1368 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7b0f7a5de1f614e8b8274c5e7eb35f4b26cb8115..5bcc8e7b81cb54dbbd24732a68ba511b9f47e134 100644 (file)
@@ -1,5 +1,5 @@
 #/*\r
-#    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+#    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 #      \r
 #\r
 #    ***************************************************************************\r
index 38fec32b06e94b8f11a9f74091ea3c851dbf1ad2..bec9bc6b2b76c560b104daa108bc7fce26ac9a2f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9339c456a4c5bbd91193119e20961e7ef355b18b..2d7bcec8bf553da86e07eb4d178ccb248265dc30 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4ac87df14554ba3ff98299c475199a6a03a96ac3..deebb1690138032c7437fbca92ae8eb4fb5356b8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 568ed8bffa2e1578debd6119981454653d5ab24a..5f23781c2639174a2c50857393859e096c0aeaf7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2d0ba98d465d5bd76a98d44c0b774035dc5be92a..840be0a189784455f3f0009b89acfb94c3b00bd7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 76d729ba026b40571087146d92630817bed0f017..61e612b55ec4b5045adca4df916dde0f428fbf40 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 791a1e5e88bdddb7291925032da39646edeb1db0..da569e347e59521c20072548069bfa7b1f03141f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4cd3a87afbd8b0f56cb0423daef62264c5a22818..6b32f95dc44a9b1384b01ef6630b60da5319f1f2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7c8b94a94165731f2ed869bdf3dc482f103bbee1..2d6ea525b207740a324e4e6feed4449f2aee1bf1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d04c8a6a446343f1678edcdb5031e66d97f5f2e4..9d2b5b79f61a6efe5a9f52e0ae436bdb5eb3e268 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 55d21f9afc5018625667810446500a6574e060f9..cebf0ba18f4ec4ad060dc935cf4d2d3ebcafcb5f 100644 (file)
@@ -1,5 +1,5 @@
 #/*\r
-#    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+#    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 #      \r
 #\r
 #    ***************************************************************************\r
index 5e8623f6b761d567ea297c02fe08b71fbf9335f9..3b0e0d48e11bbdaf0a3a8760249e737c751715b5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b2ea3393d58d1bbf0ad85e3451c125afbae9b6eb..9d1064159fb681a236054b9c2273a8dc7b087e11 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3fc76990de8258f2fdd9c7486a9da4cf7385b7ce..b439be9ea49ab3cdd702a799db93775252cdf839 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e73bb34f633e1aca1173eecd613fb212db7facc3..9afeef9dcff1e5867cabab06e1dc2a9ae3cd5280 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 52d11ac489ea0c4c0e8944e6dc1a416e8ff9e06b..a131f5f0db96326ec2de6551e443bd31c7c5bb34 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index bc9bc91659561f19393bc3b322824bc5fe56e2e8..8a626853adf881c6134bc8023038194709f05c7c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 92a9d9d8f91d7890d5fa9c9a1710282e40c8448c..2edb9ccdf218563b94996758a9723b894f2c11ca 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 545768c05f9f96c5a3c4f157e18bb122e3f2678b..a70c822f6e4bd0987d8ddb52d6b11f6c57b7c255 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7281ebd69551bd3ae3e41804e2f54892ac054796..52bd66fb466543bce77f415c973ff17970ff2de8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index dde69dd6d79550bbe325463c5197a928ab4d21b6..ef22b195d831c79ba31f0bafa138bda68e7c7dee 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2877465fe2a542bbf2f1364d2ff9a6d6f96b47d6..a8ef8ff1dde2e9e6820a4dc78b8b10d9dae956c6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3d66c2a42e0507bd5278de0f67ade99839726f41..e5986d99ce05be74c44119c0ee5f0a5468635c6d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6525f70ba07d614dffd674e770f6ebb5db328b6e..82521a2fb6748ef765fe9223b6cfd4e7e54606e5 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;      \r
 ;\r
 ;    ***************************************************************************\r
index 3cf99e76628318784cb0ee76ecf67a33c4a51e2f..4658ae4396f91f3da52bcdf0719a0331f1c16d2c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9054ce21dedb473490adcb29dced3af756afd5c2..d2c90604e1c8702939a05b56f2eba231facf1cf6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5ec801a2f357bc8b17f5480ccfc18be447ff5f63..7c853396c1ce638c6286707a725552026cd640af 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ce73102001902c5b72ad8b2b937b5a8a2349fed0..3430378456df6d014c0a66dae34797fd61aac9df 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 63fda3206af32d956bf2fa9c993af5327bb2db7e..86547b9eb070a8471db8fca1f7b8dfd333d7d168 100644 (file)
@@ -1,5 +1,5 @@
 #/*\r
-#    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+#    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 #      \r
 #\r
 #    ***************************************************************************\r
index 7a4a101db14e4e023331d49154cd904d52a5c47f..666b325d5c6ccfa5e792425bb683968ae137d8ea 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4fab1bcb4c7f9b538db19c0194ecb19193324969..bd436995ae3065a64d6d4f5d45b271b3c7e15be1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 954e844498b7bdf65b297363ba871d97ee91b20f..f120fed6bb705287f8f3ffd7e09e80086c85132e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 88e13e387c5dd9eaddab4b37b0eaf4826291609c..087f5e8ed11608174f477e1bc1eb2555f8988042 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 00330f04566a61c187ed5c54b763d6bae6b1eb77..3f34b00a9b0ea23626df121deca194c0fa055d79 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index af5ede276d0e65dd1ae267d1822f994b92c7d90a..241552c251025deedf03213a697e4c323b1354dd 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index de53c0bc1ba70e650f979d689525d1847a0e3161..9be8afaab6302cbf0755275b7842a93cc7b89b91 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 88bd045fb4247bb10396d616f69ed7e5767a881a..b3dae718f25981a86ed1786618c91d86925c9844 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5b8f54620be7aa53650e8d89e7902a19f4c6314d..31cf6f0b0e94777b04eb65caf7ea4c0cbd584b64 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 167a263b6bc3792c48b2dc34af875d730b306264..1481fe2f2b44c771944753b16dc3e80cf93af739 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 16f44c512f178d82d9eee0666f568397cb238a53..ab8482bf34b2240ca52469e48af152028ec871e2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1cd31ca3f33792cc6efc6ae2a77c99ae626bc614..885811059843ec9d3345e72fded7a3579cc9856c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d76eb967ce555f63e8b386f3d2e0bd44f5ea3cf6..5cc7d2b0dd249a2a26bff9e2d00d47be1e560272 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 307bd5ca2d45bf91b86cce83535c2f0b6a069bfa..871b1cf56b9420e041efa58d4e0e155a0d3f8902 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c1536637c604c1ccda457e657597a2c814310bb9..6019989718e5269e7c039ee991bbcf185f45986c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 98baf8b122d274a9e5221e077adde9585429275a..c1564e154410284dda21be44d4909c3fa6176786 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 370ec3988446a9125cc6295245b99274fd39d569..7c3e6da44b5ae9076c3761cef40b400ae9e1aa29 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d76eb967ce555f63e8b386f3d2e0bd44f5ea3cf6..5cc7d2b0dd249a2a26bff9e2d00d47be1e560272 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a4a1cb1c571800d15d74c835e8ff65eef2e487f1..480a3c85c3efd08363f9e916247253dad3dfbcb5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e57ccc05da7660d2b39297bfe35dadb9ee99eec3..a07d7a072195e0b3006b7d606ee4ccc10160c0f1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 802ddfd750e65371bc6fab6d2b864157dc78120a..99a0befe42df526c73c5a89e51c7837f4c2c89ad 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a9b206f038aa85cef89ad2e9ce164c7c58e34cdb..c4e1af4e5b23fa2d84bee9e148fec8c3e3b0fb97 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5b2a45348f6e682ea61aae9268117b23fa44fbb6..140d776c23e24d216cf218a870b1f33990a4b0c6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 399e3ddcf724764da6d5a847d83d54073427b152..e933c6010e51137ea8b781b5c256b9d14576d25f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ea0ccad0b5d380819476861125637533046a7a6a..6df34940c9e1f3c2c81faa948ba59d27bde523eb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index cc3facf317ffb7fd82ae70f49a61374c85e7c3c2..7bdf51a3795bd059b6f90f100cef2abfcd090d1e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c70d434b4268e242b2c01232e5170d446ae2d2f2..2ed1a20b7050328496cc0639eaa1b527d349d168 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c42363911c99325ebd4077ffe79a2de99fc34062..cd87de84f4c42477f7c4039823952a2a3b7d74d5 100644 (file)
@@ -1,6 +1,6 @@
 \r
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -40,7 +40,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6b7a2361a6c591e048675caeb895981754582a84..43eaf4f301ea39120214deb25b0cf177d5cc5530 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 54e903199f3b0448cad8d71f7fd078b9ee33b05b..2a5f8ce443f41653473d963d44697b15f52e71b5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index be9efc4162ff5f8d100ce174fa2c94878a65488c..697ddbc2fba24737e94b31b78292e880193abc5f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8b2c2d1fd31ec5a62a7fbeb5ed54699b6957bcf3..82a4a951a1b523bd28ab9a1a09627667ea242c1d 100644 (file)
@@ -30,7 +30,7 @@
  *****************************************************************************/\r
 \r
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -70,7 +70,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 222ea9634946360664d97373ec7dbf514d4aae45..3d588e681a0e233163564240f4e1d0f595e78e4b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index cb89d3354584df109daa52d5e2a895d21c6970c5..e16e12c1229eb2a06b97ceff41acb69deb4fb33d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index bbf6147e8f9ca504196d60464b5e4b458f7bf0e3..97e0a672b74dea2a20e7725b359762912b040094 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 65d27f0688d622558ee79416ed0a2157b5f3b073..ffc23503f26fdcebe3308679fb50f0e4092b0057 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 634ee08c93fde66c7682fd0b2a9d8174a83fea6c..34fa1cc14f0efda0de295ad346f760f47377d14c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 938b614e0f8d1b229860e30b1c66fd883e70b94b..d0c8d195e83bbabe9db1978e5a3f8810b2e23d8b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index bc0bd64ce9a4f9c8eb05b7566445a58eac5b7e28..89b7937f492c2063a0879bec54d5bdf76b621c5c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5d64f70f9bd76154366cf6d120f666cbf5411a88..41f0afec89330426abddcebae6bf06e2a3867a1e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 88ad5fa43bee389644a0ea4e726de94ace0a3436..d05f4274bd66a921377fcee5c01a5b43184b2028 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c377f884b3f06c0aedf160f83fcf5ece9c9626a3..7c86d2edfefff1c14dea2999ac48c05d269f890b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 634ee08c93fde66c7682fd0b2a9d8174a83fea6c..34fa1cc14f0efda0de295ad346f760f47377d14c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7f30f8125983c6e1571e69c4568af3eb609fe9f3..a3f410ab1fa43e25fceba5ac3522c63c75e9cc48 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index af3062c53ad58d3b040ab43dc2ee01b1761fdd80..bedf143d09b90079686f09551886ea2ba0e9ffd5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9ae0336d311ddab9d77a673ea2567c6dadc24e2d..4aa07e7041792ca844f0d435ae37b60a387a8fb5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5bcfd1127443a7f72ce96d05acc1abad89542a2e..bc71ba3b4efa748ea6fabb6fb3e421c679518725 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c78dc153ab980de816a0a704ece4f794bbcbd297..5fdca9f876a36f46bc90ebecd281b044ffac009c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 18e7091483bd32ba61b1aee254e012d794a272f8..4e8ed724bc7c1d5a37864c702a67a66528f1f7b6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a5e3fdfaa53d2b272d2515237ec2373a14c018ed..435f1ab045fe632a03daca925c107eab120db5a2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9ae0336d311ddab9d77a673ea2567c6dadc24e2d..4aa07e7041792ca844f0d435ae37b60a387a8fb5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5bcfd1127443a7f72ce96d05acc1abad89542a2e..bc71ba3b4efa748ea6fabb6fb3e421c679518725 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c78dc153ab980de816a0a704ece4f794bbcbd297..5fdca9f876a36f46bc90ebecd281b044ffac009c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 18e7091483bd32ba61b1aee254e012d794a272f8..4e8ed724bc7c1d5a37864c702a67a66528f1f7b6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b5871c5c25a304084593c48660b0e76857a6efb0..09b492a04b6f32c79a0b0ed84ee4f1889845018f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e90047677e0704d4d613721f4c59b64cd7b6a366..6588ec9d7e1b94c5edab92e99894634291778221 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index af562d8952793948752185d0f2cf24cb851e1eca..2d2c83826040b8ebfd92d881042f5aefe31275f9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1efc45435add27c437dd7ab8b048208e9eadfaed..c25e65f8b668b61dfd3c54c252d5faeff1fe2e1c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 08c5b41757cb21ec483854618a28e4b8f8c0b394..4e69cc49cf2a11d3d96e3fb8fcd218acaebfbc8d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1567ae4bfc4b27c59145e34d0acb2ad99f774933..4ae6af5a7d5d8f8b25fe89c0b8f7272b81c09460 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f7d136c06e0d4391c238cd446a2b7aaa1a404890..0950ad60b11845c067ed01fd584de9ba6d693cbf 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2f2989b19316ba39b3747971989a004755ea833a..ef53f722d26f4542ec0ff4ca428311555b7cb98b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 33ceeb6d7f16c57528324fef44136d0ac193bd26..068f4f1f1207d743b9bb587c7ca3dc3770ca09d3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1a447063e095db644af261057f571da17fb5a815..43c7a29441c83e0401a9f7170f594a3209cc648d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8a999e89a8c45459a3de41176dcee3989cd9e5db..f108e138b81122362d7fad638c77a02f02f44b49 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f55668d2eddb36b1a226bdb24cabe1489437bbdb..57773b38bb66cc8e54dd3af0f45c606c8148f465 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index cd86d33d8f4797a82cd5fa216020808903c74cc4..b84b3ed8d1215c0caaadbe66147b18e88aee5831 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1567ae4bfc4b27c59145e34d0acb2ad99f774933..4ae6af5a7d5d8f8b25fe89c0b8f7272b81c09460 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f7d136c06e0d4391c238cd446a2b7aaa1a404890..0950ad60b11845c067ed01fd584de9ba6d693cbf 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2f2989b19316ba39b3747971989a004755ea833a..ef53f722d26f4542ec0ff4ca428311555b7cb98b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 33ceeb6d7f16c57528324fef44136d0ac193bd26..068f4f1f1207d743b9bb587c7ca3dc3770ca09d3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1a447063e095db644af261057f571da17fb5a815..43c7a29441c83e0401a9f7170f594a3209cc648d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8a999e89a8c45459a3de41176dcee3989cd9e5db..f108e138b81122362d7fad638c77a02f02f44b49 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f55668d2eddb36b1a226bdb24cabe1489437bbdb..57773b38bb66cc8e54dd3af0f45c606c8148f465 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index cfbab81d315c5d25fcb0563a73befa2f52b5c0a8..4c502aa1b325f10f477809fd1b9ab3e766888b38 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6dd4822f48fab5fcfc4f779bd566ad190932780b..5fa301426e4b55027f7fdc55a793216190f450c1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9bfcb423c9b8e0518919992c7dc0a1ce94c14fe3..77d33ab878f9435ebbaa756283c61d934dff46b2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a5e723bfbe1f8a5a87bf224010f4ac889c6f8a22..ff6f275cb22f7ef258b23bd8b6508998f8a5c482 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d4df24ef4d8d47247e31c31e88f76d779582d909..32183585f5d5bf791ce18445d945eea2291fcca6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ab8059ad3c177bbf001b6659741c5f8e8b793ace..38a05d6e9f433944c313d6d481e421ae3cb72eee 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 27ab8c803dd44b24915c1a97fafe89ce19937842..773653a00190f40850a5d2cf989ac9f8bdd83722 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 050300f522674abe7a43fdaa2d743532f3cfc67f..26db68fa5e661fbbdb374516ee31aa49ab8f8126 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6dd4822f48fab5fcfc4f779bd566ad190932780b..5fa301426e4b55027f7fdc55a793216190f450c1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9bfcb423c9b8e0518919992c7dc0a1ce94c14fe3..77d33ab878f9435ebbaa756283c61d934dff46b2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a5e723bfbe1f8a5a87bf224010f4ac889c6f8a22..ff6f275cb22f7ef258b23bd8b6508998f8a5c482 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d4df24ef4d8d47247e31c31e88f76d779582d909..32183585f5d5bf791ce18445d945eea2291fcca6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ab8059ad3c177bbf001b6659741c5f8e8b793ace..38a05d6e9f433944c313d6d481e421ae3cb72eee 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 27ab8c803dd44b24915c1a97fafe89ce19937842..773653a00190f40850a5d2cf989ac9f8bdd83722 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 050300f522674abe7a43fdaa2d743532f3cfc67f..26db68fa5e661fbbdb374516ee31aa49ab8f8126 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6dd4822f48fab5fcfc4f779bd566ad190932780b..5fa301426e4b55027f7fdc55a793216190f450c1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9bfcb423c9b8e0518919992c7dc0a1ce94c14fe3..77d33ab878f9435ebbaa756283c61d934dff46b2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a5e723bfbe1f8a5a87bf224010f4ac889c6f8a22..ff6f275cb22f7ef258b23bd8b6508998f8a5c482 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d4df24ef4d8d47247e31c31e88f76d779582d909..32183585f5d5bf791ce18445d945eea2291fcca6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ab8059ad3c177bbf001b6659741c5f8e8b793ace..38a05d6e9f433944c313d6d481e421ae3cb72eee 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 27ab8c803dd44b24915c1a97fafe89ce19937842..773653a00190f40850a5d2cf989ac9f8bdd83722 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 050300f522674abe7a43fdaa2d743532f3cfc67f..26db68fa5e661fbbdb374516ee31aa49ab8f8126 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 90418da33439fce1d373818dda30d4d96129ff03..e182b31a2f163d6de4b008cec8dea5a4ec0260c4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1e079b7e99b850e2e81c03696b16d6d91fe04c5f..2be52cba819f8166f20f2bd25293c59665e4d800 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 22e5fe8a63c7d5210a25db647105c9ad9f2084c7..6a0e50c17700253bcf1ed9fbba93fc0d3faf0616 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 0d5ef7fcb28d1c017a07196856277085f3b11b10..1a1b04de91f19ff47743fee6093aa5c605b31dc2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d3eb29b287180382a882db312b9c44ccfc3ef561..be717d0b9b2ae1ff0044dc07832dd9da5ae12dc3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 00105e6c4a254dee858f5cfee3dadcf83b51d1b7..0a45881033faefd04312a402fb67108829e64d00 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index bac5d5a9cd92e4a746855cb9b25154c6e1b4e4a3..930e9c92b1bea279a2001512140e436813bb8c7e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 34f515531595cbb78a297fc29fefd8102e59b116..4f53a982f5cea242bc65d37f7b87ccae4800981e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 442681aab160dcc19bd4f47545d8fec6e4811b5b..a801fc666091daa87f09bb97c0bbb2f0a0732ed8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 37a984b17776a025f926455e66396be0fc1a56b5..36b03741f5d9b09db4d06e8036406acb7d216cb5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 47a49e1ba365a5f03bce8683c8dc6e9bb38dbdac..8727d5f8289444b38c584d38436cafe8ae9b91f0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 761448be15f0bd77a47fbf27c3fc179db6533902..58fc314b7ee643dd3f8734d722fc0001c4998e7c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index be9477787d86eae1479657be775e636827471102..9807f97532a577251f1cbaa94f453ba713bfa1e9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a55536ab349d06a2a6e2fc642ebdbf197a7c3646..7cfecdacd7ab661ce1fd45ff58d06ab159a89d8d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 40f8a8a6601ff2bad1043a8e848cac59841eccbf..a7b28ba554468ea3baea09681f0ad2811f16aad1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ff4af7daf7a4ccf12c4500e7a44135088a595352..e29d47f12d761f632a9a97ee9d68a196e0f502bf 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f5c4ee1607740e48d7de48910239630919738377..2ae926cfa0a83e1cc362142064f5a5461b47aaec 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c55d77484df4b45d014511d6782419dfe88abe6d..0671cb8797aeeac9cb0c5813ce8c631e92fcaf3f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4f6b174bc392324b148242883b7c7e8caa51df69..e501fbc3110f2db6ee277785f4c544ec8e6ae46c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 40f8a8a6601ff2bad1043a8e848cac59841eccbf..a7b28ba554468ea3baea09681f0ad2811f16aad1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a55536ab349d06a2a6e2fc642ebdbf197a7c3646..7cfecdacd7ab661ce1fd45ff58d06ab159a89d8d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b52c1253f5dd723fe775b18c9630092e79b82262..d046c2e1504c91417a4680d81fde6cd017762f21 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ff4af7daf7a4ccf12c4500e7a44135088a595352..e29d47f12d761f632a9a97ee9d68a196e0f502bf 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 04e922097ea9bf2dbd9c11ba5192490e5df0445c..05c378c8fabe3b0fe9b9dfb25e51232d1a95863e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 94bf44d4dd0738dd32112dfd2d1904a55a762495..dc5c8b5d81ab304668ae4d2b5579ba07097499e1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4f6b174bc392324b148242883b7c7e8caa51df69..e501fbc3110f2db6ee277785f4c544ec8e6ae46c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b52c1253f5dd723fe775b18c9630092e79b82262..d046c2e1504c91417a4680d81fde6cd017762f21 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c55d77484df4b45d014511d6782419dfe88abe6d..0671cb8797aeeac9cb0c5813ce8c631e92fcaf3f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4f6b174bc392324b148242883b7c7e8caa51df69..e501fbc3110f2db6ee277785f4c544ec8e6ae46c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4a2388bc8bf3480e1bc084e10c7a5dc5fafaa4e5..74635f36c4608dfd472e67545c133c0198ebc621 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index fd126dbf910dd8e047d62a8e37cfea690d0feb51..c5122fd70a86154f57c13c6d6fc87f889c00e93f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4f6b174bc392324b148242883b7c7e8caa51df69..e501fbc3110f2db6ee277785f4c544ec8e6ae46c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ac03f28da29c4847bd2e1491e6a48c6cea93b0c2..f3e643db6f2bd2b101f8a1fde8241af5aa1b9edb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8cf2d9e400ae25371f3ca96e9963c89e321c6894..d2a1ab632f813153daa4edea8307c74a69dfd009 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 07b68e3baff9297b04b367a3e3505f47f2f1479f..e7ff1b2a7e3f5f49a23285ba2decea164afdac9b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 56bff663329bd4280edbaee462099227d25d48b6..b8a8db816b27ca61dadf63a5c5d15561ea4b8a19 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b1e1dc7d2e82caa0b73972a46ea3eaadb57d3476..b262395d91322341793b5ab821a9c4c2971ef38e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4f6b174bc392324b148242883b7c7e8caa51df69..e501fbc3110f2db6ee277785f4c544ec8e6ae46c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a083ea1fb00e17b22b5ab3a5a2f33819249e067e..fd530ab096a1397dbfd73982344f33651d6ca3cd 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 0ca132f954b9cd745664b7a2819ad399d11bbb4c..f4ce7fbc6d2aaee16bebfb50c1332d555c6345fd 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 21723bdde8b2513377a78ee0a0bbcb8d34c5f715..96cedb759e4a9b307abd2d515d956f9bff58ea2e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 862c91fabf6540163ca85f989dac4673cbc3b987..a5d862e679e23871333d4edd632047e6ec5b2792 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d7e8b1737489731caf567c80c28446cc345f5d91..f95c7b4dd281c54fb5d0b02e612854654a8f8c0b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 67674d6783a3b6642e30eff3da5af5df1ce15a94..6396f8f6d2acef3e9ceff0879505bdcb87e20e7b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9da018f930bc4303fd5a6bcd68c19a80b40aa394..3bee0a261c89c2778f743b6fba9482ddf6d1e7f1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 81067fd5fa447e03beff519bc3b28e7257165a82..b7c5b2a5e4413aa76d53d364305620d1859ed760 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 0083e902de60c2ece6b17896b947d606353cda0d..ebdaa19e6402553acd611e85ab272af378e50c2e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ecc7b7d1db4b9c3481c2dc0eed703dbf259c32a7..95c547bc1c3b5d0c125c92dc4692556fe82fd6a4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index df3752f4290c418d339af00cebdbcc9c8f8e74d4..2e001e39421524360e80114fac5ca6a251fe393f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 50d185b08267b0294c7ba390b028384c443e16d0..a05399891cd72533656160d8a5417cbd404e5898 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f14c833e791da7b0428aad8467fb79661e9769d6..e17204a941e2665daa5db69951fdae7b7451af62 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 53556675bedc1d0cb1223d75ae589ee7571d3c3b..a583249f0dc36743443b3b7067b8d92194615afc 100644 (file)
@@ -1,5 +1,5 @@
 #/*\r
-#    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+#    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 #      \r
 #\r
 #    ***************************************************************************\r
index d6210c0027cd49c259c767e5d8a2ddac253db3b7..ea568dfeca9f98d829f5187e58e7188ab64e78d8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 612d929cd22c058a73383a280392526792d3e841..2fb120aa40ab4ebe57684cd4396da8592e2312ca 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4187c36edd37487507f0413d0db0429955e1e417..5a990e7244453daee85a48adeaf4e0171b3d699e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index cef40de39fb3e82cae58fed436ee702d9ba8e5fb..5b7bf631256a2aa45f329c7d5581fbe2c88dce47 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 675479a28f23eb06b971bac8356b24cb767e294c..720a88b674df4e5fce65a243f52c43a12b12e327 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1745ba6854f670513f49c24c892b5064c7ac45d8..1e5998583cc2b1fbfedbca26b26cad90decd94a4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 50d185b08267b0294c7ba390b028384c443e16d0..a05399891cd72533656160d8a5417cbd404e5898 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f14c833e791da7b0428aad8467fb79661e9769d6..e17204a941e2665daa5db69951fdae7b7451af62 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d6210c0027cd49c259c767e5d8a2ddac253db3b7..ea568dfeca9f98d829f5187e58e7188ab64e78d8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3c3ff69f615283b715de25d0e5be53707ff04716..2951317b1cad5a34962e5ad62eb774c41c61e94e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8a8b7276a43e3dca903a606756908456dc95f4ae..825784c5d7fe7ff1dfa272f38306d03290a01ff3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 0717b6fb0d06fc377ca53a4280df9c88a23e2083..e545f2a1309e76580688367bec39df9549ed66ee 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 19d896f01fdaa8c23c52b5861ffdb2baf645b33c..8d54a60c2d6cdea94fa8f06d36619de8d77a022a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e27933696bda89ea28986f35ea295497f5542491..32725dba0413389aefead3701d271db821597ee0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 50d185b08267b0294c7ba390b028384c443e16d0..a05399891cd72533656160d8a5417cbd404e5898 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f14c833e791da7b0428aad8467fb79661e9769d6..e17204a941e2665daa5db69951fdae7b7451af62 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d6210c0027cd49c259c767e5d8a2ddac253db3b7..ea568dfeca9f98d829f5187e58e7188ab64e78d8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 352f16472138f976666b3b66e8c39767872d0ce2..46a258fac781014a7a90b723981b014465a837c7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 75a08279448469cb61993b899e2780cafdfc642a..df174c90d883179e6e0969bf3ee4a7bb8b759d57 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d0e9e3f802536a0505105940cac20217b56c54ad..fd7a1eca2e7b0e5ecb2f5df80a5419e20db176ee 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c06e2aaff43a575ef041da34f881d631a5128c99..f7625892f6a58c93926128edec2252ad7ed70e92 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2cd6386025f1cb62fb32cf6a75e94f13ccde734d..b95a4e0e1b062dc9f0faf91f6fe3164315aadabc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index de496eba558db2179c5647bc2c7c5b5f07459ab7..d94cdb9d044868ea8f2d86569613cd78f481fc4e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index cb801ff0130c965d6d3c17aaabc1aec5ace3bc9d..f787216a58f6e716f86ffafbb0018b257b4c7b2c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index fa6b2e25d548b4be17fa724bc5a3db4144c8c1c2..9da34b5a88e1beeca15eedf9c139920266fc6cd3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a8e04bad606e3a83847105e69e9e645175a07458..17a2a4ac7aa5cd5552c405ee33e04f633976e739 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e07289728696be0b8a02d240e33804e12e59aa1c..f80a767688cded4abcc19381a2f475a29922071f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index eb49c6caad38c57b492878379a909766a5528ff6..fc3b5e6ce2c6986a9b5515caa296c5350db774d4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b383f8bc0dd3afdb1f604144c3fd1590d5279bc9..29f916251daabf86f38b6093db3384504088845e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 30a96b0f219c0f44699922a7c323bd1c7645ddfc..7986fc0c38605b777150c3588225e46111337ed9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c8f2648dbb6486c5997d8ab4ce95ccbedd378e00..5678e0b9aa1dc35ce6d5fa92755ee4138c88017e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7acfebc77496a5e32cef3f196684b6b046df3b2b..1a38451fd2e4d0b22a46c335cf6ef5016a07db30 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6e07ce984c2f23ddbf6868247193358f2d5b5538..b55aa0440499a0316567b52fcc6fb9cce419edbb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index eb49c6caad38c57b492878379a909766a5528ff6..fc3b5e6ce2c6986a9b5515caa296c5350db774d4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1aa5a906930e3736f0414aea4a5094368924a981..cc12329839bbcc21e795390e4005a47acc70e7f1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 254fcb8fe1487bdcce96a1509f5060483f76ce60..e6695070a2095af2504d8368a4781ac6eb402ff2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b70b1947fe11822d37a4cbef447bb38b8cdb0026..5ef61142d81a81d47c761e81cc40aaf6233b9e4e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7acfebc77496a5e32cef3f196684b6b046df3b2b..1a38451fd2e4d0b22a46c335cf6ef5016a07db30 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index cebfb8153ea1d3a371346c37d0078effbb6d07a2..06a2cce4bf876bf6a06377fd7604edd35ce6e309 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9d7709e54fa647d80e8ed9bad76ca0636382b79b..38db6c51d674fcb73d7c834b3c3e1dc920599087 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f14c833e791da7b0428aad8467fb79661e9769d6..e17204a941e2665daa5db69951fdae7b7451af62 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 33da2aa1fd6559bb287fae4bd1095293d01407a0..a6567d1fdd1b3fbae986f9f5b2d112345a8b348c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 57583fafbddb2dd472af23951cef255b2c65c8df..fb453698d3dd3123a741665982197f1b0a9310ce 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8e0329017d48b7a646e84d4b2486cebaf3eb206c..940889859696a3691d64a1d520fcf22790640f47 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 31f5885a74aa165fb9c6671bf67eb1802f08ced4..da36b18ebd92bd0fb39f983be95ebd6cc143a785 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2c25777633f3051514d535816533a59b112d0674..253ed6fc3500d95f4c03317e76b92d502bd25f2d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 15ddcf1a0e9f75a178992da7b17204e70f34cb0b..0802d7ad48344e28f584dec3240b7371f4ebb614 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 35bd54457d8c30fb9dd1389e8e6fc647ad33e022..48334da47697d8a01d5befa1978a342813a7bd5e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a2a25df7dcec28848df1f9476d4f4949f3c7f583..2b8836ec58dedf468e141283a02ad1f714e4e001 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f54fea7b014e6d89d87a43f3cbfe93f2f9b0d9da..c82e4393050cee8189cdc80618b6fb21bf8e7c71 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b8e230f76ef102fe923e21117b7c38e295127380..977a632c81526441f41020d1fdc64ef4370c5e2e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 753506aa58528ed6f28961e1fa645b89b34d9ff0..5202a34a688a29a8cb93d21e54b27c1e4ebfcfce 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 67987cff31630bc7cc97f90c087b4d334f84e520..f698fc45e4911734da4df44cba507cd2ffd7be4e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d3ad6479c2ea968e03dba9bff68d5edcc9bdbea7..0c30407ccf56af659bf768eb3b128422823b6950 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 05a03f320e3befe0a933c43c9c07b82e08cbe5cb..775eebaa4e9eec470e43a2d1539827ffacb271f5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 33d3d4e4035e9ca0261a03cbf093618ac2f755ed..45a412f2cdd5b59f9d8bbdbf490afd36dd2a8ff8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3c398b35a0ca071b5a377f3b0d360d86b6f01a8b..4436424fb4a5dacef3d59d7020edc312dd290402 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 117c5d1ffa9a239f92a8dcc25731bb40e1b81eb6..3874f1cf0565e1489dd87667f9ef53808c709494 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index dc765ca7df13fdc638d5dbd4f3c8bf30d59e7ae4..e3930a4eedb07d9daceedbe47d7a6171e2aa0dd0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d3ad6479c2ea968e03dba9bff68d5edcc9bdbea7..0c30407ccf56af659bf768eb3b128422823b6950 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2aa8efbaa74c98df3e47890faa2de3399dd5968c..c92aee076fabf6fd287ed6811585f42a95204a2b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5cc75b7f8606f0bf79443fe5a74aa0b2062e36dc..b01200ee60ed75bf2d537f40cdb73af0a8701dfc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3c398b35a0ca071b5a377f3b0d360d86b6f01a8b..4436424fb4a5dacef3d59d7020edc312dd290402 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8591c3ddd90e239ca4769ee09eb278ea088d7bc4..d3721860577d999cc8353de6f14a1f7ac35345e0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d3ad6479c2ea968e03dba9bff68d5edcc9bdbea7..0c30407ccf56af659bf768eb3b128422823b6950 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2aa8efbaa74c98df3e47890faa2de3399dd5968c..c92aee076fabf6fd287ed6811585f42a95204a2b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 78c453ffc5402b5e654402c90b5ce9443a3574f5..9bd60284c43e447503ebc0d5140d573be54aad45 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 0c279f3f469f3fa17f8575f581c2b898b85f5e69..144e7f01b50001ec5ca3938001b1be53f55a77eb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6069d09ac63a131bbea0cdd8b08a1b751c496307..c963ba10c0a8fbd3e10a2c5e0c30e54e03699740 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 952a48b5aab9a7a2a18cdeced3d12f186d1709cb..1f21d56204306200a91e7d7ce5217dfe8a786431 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index fdc49ca96887b6d5fa1f93d0507b37ccbd68cdcb..0d02343d38379dec20d132ecf3485820fab61a51 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e69da3d07bd6936860e717722e7d7b838ce239ed..d3095c4e40c9d1e7ab5b9b088531e744d6bfa13e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3c398b35a0ca071b5a377f3b0d360d86b6f01a8b..4436424fb4a5dacef3d59d7020edc312dd290402 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4af38d5c0f2ffad7561da52e5cb42da14e6ca0f1..bfecca69ef0594667dacadb7cca633d896a8d0a7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 98db50dd827aeb1253c61539af7e80f4fafdf01c..811229e9afea21584130437cd6bd7bdc1e0f4897 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5d5874bcfb824b99288d02c2e5f94b3494595c75..4d278b89093b9d445d04d903f93f72f8975fc78c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 117c5d1ffa9a239f92a8dcc25731bb40e1b81eb6..3874f1cf0565e1489dd87667f9ef53808c709494 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 206f9ff4da6ba0b879d597a623a9f5d8ef0a12c9..b4e2c996526cd543bee5b1795dca6ca6493570c2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d6e6e035d8b96044f9f2ffd833588a1d5cb444e7..c1e604a493857f6f44715adb2b3428f28b84a606 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9aa8210c9235f65473ccfeeb3de45993af503840..af7f63a869e923f9c888ca25a50539c83bffb4a1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 195a977cb2e9cea3574d914897f019f0fd1f461c..faf6f9e2c7f31b4ac69c57a807b839e358e5a7c0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 607584ea54535c9c0ccc6161b7dc1f96fe4d0b60..aa283b427f10f16dac22cf168362a2c0439e45a0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
@@ -73,7 +73,7 @@
 */\r
 \r
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7cce6e283e6f3a6fdef8cf1c0cce6cb7f4a8f275..d8f173f7d23a24c95690bc639b9489aca9dbbeb1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 24166a033645e2a142531ef6d387bfdfc3651d34..209867833ba8bd22bfe2f0dd1906834c86bd99c1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1567ae4bfc4b27c59145e34d0acb2ad99f774933..4ae6af5a7d5d8f8b25fe89c0b8f7272b81c09460 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f7d136c06e0d4391c238cd446a2b7aaa1a404890..0950ad60b11845c067ed01fd584de9ba6d693cbf 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 0e0f09dbdaf9b1cd45248837349d5574809e45b2..9a622a7b665752e0c0786aa630c479bbf4d7a131 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 827c0ce051f7fb6c0dc5076b50ffa8f502caba3f..0eb754e8c6bffaff661cdcb7159097fa9199ea4b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8bfe85a6f2d87541e40227fd9d5c78d68e4ffa75..f6849f494e5bd0199479250a412d31a23ebd0626 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8a999e89a8c45459a3de41176dcee3989cd9e5db..f108e138b81122362d7fad638c77a02f02f44b49 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 257db6972768fdf70c2e9f43fd180123e214cdad..d4cd7d0efd8e851091b5f8c9c6c53676bd803c5e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a1b45d1d07216fa09b4a4dc6bfa2fa3377547492..4d9bbca31514c03483377d6ba90568baed5bfbde 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9463dca698f0d643313fdbec9e84d3b2de6c11de..d90a45b0e7797073b0991d530a47b238d000cf0c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b06d63ff90a92017df3f371d20862e3a45c1a869..2855de6ad2f8e902923d8adefaf0e6694979165e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7617b88f71350c8d5605b6d5d7d106ea116dbe44..d199efa597c93cf4f1f2c11e928eef0da3523539 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 05672f295d6996e18bfcad93a3d6ba74cd775e51..17a28a18c17833d60c56ed7de1c08827cb2910dd 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 15b6e23949c0209f8af30253214b0f7457783cd0..4199b3b002f4d0fed6e6dddb3dc7ee3b2ce9bac6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 835a79fe6c595637f4ce7d6fc0ec62ea3aa76b93..20c535b2ca85026b483a1a199fbb45f59d758a7e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 865f10b62a1b162a37f2b54065211e20a836db8a..66483d5bb79f01e17739d69b0b1761f47fe28d73 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ff5069e7646bbbddb6c7602171c8274f27454487..4083a280f7ca520173252ea9f595dfc12b4f986c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 226e37c56d7784e68d7dac08fa10c582bc5a83fb..50cc5d3058994f96d432c4e1043c6b5f5aab1427 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b8755dfb1c8f1a3cc07ed4de337180e7e818735d..7ab23a4c531ba37c43e0d4c1dae672fac7e90489 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 282783293c676b5a331fb2d50c84e3966bbfd44c..6379437357a1646820f88827ee44f35929250779 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 54ef37d9c64436626e0dd0aff6a325451b92e0bb..cf0ab2b4af5f9f17780f9e8da21dd71c11785af2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index bc2f5d46fdf5c449f6e39dbc1b350ab9a948c0ba..d7dc8dfa09692883d4944460817891f39936fd08 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 170ed4419086e2b133b5a894b8893956e7aa0491..635fed7ff9fc6f9cb1f55c4be4e7e14ec174220c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index eb9e69063adc9c491757d6afaf5b834eba116745..8c0920524d3758f475a61030eb5d6a38cd2bcfef 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 88c9ded509cfc03749577bb53d880de5875c92dd..16f936cc3698d97263cb72968259f7ee2aba73da 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d9ee0769aa3c4308b06b88451e3f98fe3d029eea..da189c2a7e95b834c46c79ef664188a11c0fe0ec 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ba0a859ff2f218272eb6d3f4a97936af4975c337..d3ac701f638a220a1ca12609ec3f4bc77bd281b5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 944e2b10c517487a49386631ac52f71ff9ef4e99..a457a1c0569fd51064fb8d3ab604319e552d6502 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b3e71fc314d441ccbd81c687c0790c6174a8a017..6654fc5de256b2d153908dc2a696bd141250eea4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3ff60214d9225bac94a473f66329f42daabb5454..72216aca721e2545d536fa0dd4cb055a44192dd5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9fc7133e0731b241b09c5a3f46ab0c7c2be214d9..ca7f46427c5bbd5dd185acbe1dec7cdfb6fcde6e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f3f3d34a9cdcd0043b33cc6a1d400877060d387b..123999c3fdbb10fd2920fdbe7548b070542bdd1c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1ce98155676bc6976dd0b5e0b7f1fd17c90c8b59..68a2d581dad9a52e68bfebb1be243e3b4b7aa5f9 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;\r
 ;\r
 ;    ***************************************************************************\r
index 1dc00c186113f79ece20ee71a4b23ac1e811bbd5..b54862ea56a82c8487d93a695a4f2f0ebbf062a2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9ac4a6ab69db5c5640520aad833c6521ec173e83..056a5ef56dfb03d1de8f5445b9b23e7ea1d726da 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2c44a3fb70a27973def2432123bc2ceca3cf3ae8..d138157c8ab6d5588c59b644d0ec70917db228de 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4822e4e633bf6f60cb524ee23e2c2cb77d110574..b5b1f7d4b9b7cab2af634036f898fa8a4f145568 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f02f712f884e479a4890c2b7fdb8c7e7a1c84adc..25187a34f8860aa9680e1b15d720dad75d2fcb48 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3b634e4049230dbc86afe28081264d3655ee211b..6a1534c5aaa2b5b7b4b89077d0e53e424691b1c0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 80434d338a0ff173cb2c7839934ae9ce89f57060..f70126c22a10f42f9157fa08b2569bcb27eb2dff 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c8d466587521bc78c8332e911aa47daff06d79aa..ff4f5090c57d892ab04144ab1117eda0e70162db 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 645154f0ff2accc3656bc9aa49c10e3d2959ecb8..4079d24ea5dfad1a731f8696988f67df7d20a3ac 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index dcbcfbab78cec82ecf8bb6ef492a010e559b4ee8..fbc29d402e726ff6044ce431245045fccf159ce4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c8d466587521bc78c8332e911aa47daff06d79aa..ff4f5090c57d892ab04144ab1117eda0e70162db 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3cd65f06d1e0c1089837175b6e41b3f6eb9f8d73..c4226d0b76b72b97f06e110195a82bab3a84f03d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 012c8d250562fa26df803e0586d03a15f33dc1e6..10a9bd4f17e384c613f4f4bbea637e9b48ff03f8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 28a2eae5eeada355afc284b9eb0e6ef7d752d2b1..6d78d93641dc74aa2b0bb1e8879b87ea6ea49dbb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index dcbcfbab78cec82ecf8bb6ef492a010e559b4ee8..fbc29d402e726ff6044ce431245045fccf159ce4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c8d466587521bc78c8332e911aa47daff06d79aa..ff4f5090c57d892ab04144ab1117eda0e70162db 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3cd65f06d1e0c1089837175b6e41b3f6eb9f8d73..c4226d0b76b72b97f06e110195a82bab3a84f03d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 012c8d250562fa26df803e0586d03a15f33dc1e6..10a9bd4f17e384c613f4f4bbea637e9b48ff03f8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 28a2eae5eeada355afc284b9eb0e6ef7d752d2b1..6d78d93641dc74aa2b0bb1e8879b87ea6ea49dbb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9422f048e97935081c855ba60da9a7ac4b23e047..b2b315e5ad07ede383be08c9ebc5a18944c96e61 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9a7eae8c74331acb46690c1da5abb666eddaf7a5..5b8697fbc51d5602b0c1802802f99483196496fa 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 41a1f08c0db535cb962ad30d36837950a04705ef..45d77aaf7c9ceeb6048b1a97654f7d5b95162e89 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5c413946737ddea2f77fb9221e59aa4bbeba6ede..88c586a6238aa34b1fb0f5debd5fd067805f1aeb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 28a2eae5eeada355afc284b9eb0e6ef7d752d2b1..6d78d93641dc74aa2b0bb1e8879b87ea6ea49dbb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 33c134927b7d1f0b6e5234fc5c4c4b5d8f8ca019..b3edc4509386bb0eab1523465c6bef57bd6aa8d0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index df7bd1085442c6a948271e1bf051fade7ae205a0..3f35a4a3ffa0fbb2769fb61dedf75dfc7d2eb76e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5099e30316714e201f2fb475ef05e86ae0660853..92d83fc255e12e1d48b42b417e42d8438a4384df 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 24ae421290442f043aa8b7fe179f2f1dbad4cf5c..916d3f356eda100695383ee5acde0abbdae0b95f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1e8e4ca35e0e2490c166ecd0b96b0efd088f4220..690619a9c4d88f9d32c1f34b76d3178a3933e431 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 303a89e0acbcad4daa6791b3d5e92ccdf41cb51e..2069cd86f64c51f7a37d88624ea074d7a4cab707 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 98a11c8f2cef69d2e41dd96c75e0e4a9901eac58..ae3f2f3be2ce3ed884a1868d72acad5213f1efb7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 951a5ee14501214c7e74b998089798167ea9fe86..da237abb0aa7737a5775fb30148e1fbebabfdcad 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 812f7064521cbeb49e8e0d9cf68615651ec27146..11e322b8a87bd8d4e2fb2a0cf10381455d2e484e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f8c77184795dfa0e1ba4ccd2b96f139443836ed2..01b3354d8953012bfb40bae69ae95caf5523fa36 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 74a4c3adc5f9c1912b3535ddf92f907070f8197d..06a00780e97ccd602d0680d4e41e63a9da75b79e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a14c9ee363878edbd5fd4dd1accb66a98b04a1f9..ae646ff3b4a8cc926fdc2e4b5783a9e3dd7ffef1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6686d7ac3f223c25869b859493c60e8b188bfc35..e31f834c3556b8485ce6de04e6d50ab059540256 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index fad801c14eb51a92bd6c67cf1135d50d9a445caa..15c125870bfb8ba9e4b079a0da19ef944e27c490 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 597944c011c27d9051b5ecd3771aa8d9bdd739f0..11fb1c414178c9f0b86f07956bb426f1e1dd9c82 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 80a403c35ffaf1522ed98ff19734d019aa2bec26..9f7b9b29c7433a9750338bf490df4bc5df429c82 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 634ee08c93fde66c7682fd0b2a9d8174a83fea6c..34fa1cc14f0efda0de295ad346f760f47377d14c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6cb8dfd4956e372c7a36fd15bb5c19ea4c519a98..d466cd2ae68bef0d43fe27298c3ffc148490ab62 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ab30b7b11252e040fe836616228c1dfb5df858e8..f84de57a4cded99d7ed00973057faf66c3e993c4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c31e735cdb68ff19b34280f6e4ab8cdba18113aa..1a7d9f2cd869d9f51392581ee20c8f3f89be4696 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 726beb73c183fd03d0c75b2c15f64f4c7883a10a..f6f4b2c0470b523f952cf2c6e91665d4dcc46d72 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4879ab2db6cf2ee5721315e4fa066e22918072fd..7bdb2319ae0b7849029a218490b1e16061df5888 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c69277938d445f96d7e43a88413471f4a4fd74d1..d49b025def3849e06696dd8cb9e1485eb7a290e0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 327637fd3059ef3d500f8b12c94809fb5f415b08..5b129f97b42dd636f8fa1c538510ec87ce225a64 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ea2e2bc051753e8f3c458c3306caecbe8a44fad9..e6fd08c30c738a04ff6917763fd766c8e020d991 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 60cd027f05a797f05076948b520959042f7e639f..13ff5aa3c9660a94e0784343ec2aec68b7fbbfd7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 55d6aad6d32af6a402a4129b85e05fab219a20e3..1c26ac792e292a85325ca2188c28295e230746f8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 42f52a00a00a0d34f4035c9208f9f999935a83e4..4f7abc2f9301b8a43bf0c0613c8f5f39749a5b6d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 684a16bafbc350888c807daf6a69e19b8bfaf574..5242780bcd003e5ed17d1bb2507ee278258b52dd 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e93456e56340a1834678c6db63bd1e4ffc3ba93b..621e53ee76e7981148762a498c7acf9a93bcd788 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 0a8004386613491bc425a6122b089c6ac50b0d51..dbe3a2cf477c95ebe69960e2a034df5d617f5eac 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ab5446f32ad5785ed2f5edcac1fa1cf74bcb7cc1..364f40a4af65819331b559268955ce48dfa18193 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c97d33db5dbf2d9e3214c7b082f79f7d2862cc9a..49a1f80ed4016d2810253ee5174a8db639010d3c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7f1c711a79afa275f78dd2cbfefaef760623963b..737f2a503fe38d2d0c13496dfcded60758ce44dc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 996913703bb29f9f098d8d966a40f3642499cec2..7095543b6ded8e911ea517809187c549a8fd3fc4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 305720ae6d4d87c646f61c846de29b374ceb4656..c534ab4d80e95f98af608a9195f16ad612591002 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 435d64beadda709637eff1f4743e4f6d5d45c8a2..7094030b55b5f9f372a33fcf3fe096cc7014115d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f20d472d5131ce29f9a1406a8058567f0838acb3..786a18a97018b46760902400e4ea2866944919a8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 63d89be19c8769c1eb3dbf83c041d49d48aa55ca..f2477e1e03c2973c54292dbe943547d665f2ae55 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 55d6aad6d32af6a402a4129b85e05fab219a20e3..1c26ac792e292a85325ca2188c28295e230746f8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c58aba73d3717680e7e49b08abcd3e2568816cfd..280362cbaf13b8bbb7922e17a975968a059ea9d6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9ebb9ff0c7d5bbad4cb8b6e17de8a5931bf7fd1d..ffbb939643b39e8abbfd2770b4ce2bb65047c748 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 0a8004386613491bc425a6122b089c6ac50b0d51..dbe3a2cf477c95ebe69960e2a034df5d617f5eac 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index fb95bac66af46055dfbc052a01aa39af57dad3e3..52a5c57d3923bb28b78a88fbb47e0c6dbeed7a2a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f14c833e791da7b0428aad8467fb79661e9769d6..e17204a941e2665daa5db69951fdae7b7451af62 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index eaa730c6bb5b321bfc943f9414eb2435d2f75101..7611651e2a00f91d04be6d0a00ab2b2cf0117a35 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6bca5dcc61bb270832b67c50ca8ccf0832f179d2..7598d8ae7d1cbfb1241895665f39c9dd19db1d26 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ed9af6de9fa77abbbff481419c69611cef89fee1..4a71c2d25cde3f33f2543df078301fb130423ee0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9e0def6ea9ffb6ed30abb45f4c10e454adc45161..31f1a49dad499e1faf98e8f51e6c9e86e5ec0cb9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9071fd2372d6bbc7b89ef8d9d31b00c90eba7617..4bc5080c847d3d206c52d4a6ffe0aa377e1b2316 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e8b80d097a153715657db7baf1c59510690082e5..434974c4a322369d19243aea5d868267efcb1e98 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 0c71334976033c1e097ec2e67dce6e10c00ecb2b..a729509c075c4bb7d617f0c2c984204cfe5c3d62 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9fa78df798a5f561654b47d7579b6540de0fce33..bd7df9a73934a9488c50c88c360ae0568bec010a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 847a9efb66a6157bf3f084ebc0fd33f6d2b4173d..a6d8c65ec8fe043ae5aa7e9a4949b879658fa976 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5cb5154e0e588cec3b7fc99b6c22c836205459c7..7af2dfa1881e17d77a364eac266b60578dbb5e0d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 0e7d40d7524cd593b1daa9763a2a8c3f6ef8211c..13d841553510d7dcc3c3dd62a5373de40945c903 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 21774bf65c9de10557860fcc719c2fc59077b304..f1e4975b838624fc79e54afda9dcf27110822594 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2cacf8149a3e094e53c2f323106c7d9c4fa36416..5e8eba38395cf8e6713abd39f4c96aea939d6af6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a1935c5eadd62b50400066b2e46441c91cc3bc67..85aef92c25e3d5c86b1d9c3e8c3de15c699525ef 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index dc8d1726f73c9f82a8dace5e96c52489c0e28894..9393f1c3154b71616a5771177c7e84bfc47b0b8e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index dcce5b38e66c22761c40d3494aad9ad98e3dde0d..2db6c56b0bc62509f23ef074f111c624702df7a6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 34505c4d2aeef299933e74f90d3cb71bb2d89d0f..65fffd77713c3e55d0e0b49c6a3baf0e7c30fd3b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8c48bff3936e68d257dec90309f680be67d27f57..e1b36384371ea817d15126ca7e18f6963171fa89 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d4536bdba2297f2aebba587df632d8ae2e5bef0a..60a5aff4feea562ce34c5d8cc07dfa9fe5e7df45 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6273e05912c68d29c92a15af20ed6dea4a54f6d2..dc8fe14ef9a0a960c87059a7c9d23c5818cb3636 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1f9d29337ea669b37fda06c708a964fb13b8dce5..f374def0407251969c2a4280d1e2e279d3743659 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 14c8b9f3e02dc60c5f9bb48d582b567606ee2881..9106d6d0862ac97bc54850ecec73a49413b3d31a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e4bb00b306e87666b0d4ddc3bf2cd1dcb3b841b6..01d36f9a570165df61c6d561f22a0650d4bd5bfb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 18d8ed7893332fe1611c0ae76d9340b19e8be4ae..500707a3ff4e910f9f697e6e628c85717b79159d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 72b463e8b39dc177dfe36fb9e90a11a8db5ec9ee..cbd172a39ecad82b25141e3d39da8448ec6a7341 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c7aefb0f86c949b9655322cf65d7846e27b74a2d..28a0a0d19ef35e577806cd90fa2c852cd1639859 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
@@ -213,7 +213,7 @@ portTickType xTimeToBlock, xBlockedTime;
                {\r
                        /* The queue is full. Attempt to write to the queue using a block\r
                        time.  When we wake, ensure the delta in time is as expected. */\r
-                       xTimeToBlock = ( portTickType ) bktPRIMARY_BLOCK_TIME << xItem;\r
+                       xTimeToBlock = ( portTickType ) ( bktPRIMARY_BLOCK_TIME << xItem );\r
 \r
                        xTimeWhenBlocking = xTaskGetTickCount();\r
 \r
index bf781f95e94d222717039a760d9971891077b3c6..95fa00c86cda1238fa288636b333e5e5ae366cd7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6a4d4cb4b1a1aa3c3d13003edd48bb78f52ea23c..015737a5e6e0a4dcc5593256c5810d0b25d266ee 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 33d7d5aceb7371a8d1d230ff52ac9e181dfffe46..3f19e2c8498d58383f59b9ffdeb7a6d1033aca5c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index caf2a1cb14f2faba7351e03fc8a683d96a192898..9e8c1a393fbe1b20de8d854128c1f318ff0ee25d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d0233fe9ba710591f34507165c019b71b9fd28fc..cec9efb96e46c519774d8fc1d4074a3da1008010 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 56cb44a15089e3261addd6b8135ddf2bfe40a8bc..cf30935fdabdbebe99daa5ed6563c0795c1ffb70 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 81b3ef96cdf4d50e0fee3d29ed1aa8a41cdf2aaf..166a6dbe0b4800b05569c6bc50d2566d1c7e4622 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 906c5e9bb491a1d544ad4c41ef1e9dea42a2b846..975a758156d1f553b5175f1e5c2efdc54c8b8cb5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3a2dc35b3dec6d8555195ae32657cb8de098dbe0..223a1068b7b5317d2a7518f6ea4298af5c08c9aa 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 75867f783e4615efd7a791941a738a93fc050880..6710b47fbcc6aad69674a3f5c7600ee8b22a2940 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 11f9f72e48fc5e3ab10abf1e554f0cd29d3be898..61a77e438466b833825b2f14b17d5be5bf7bc5c6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c7eedcfe9e7ccbbabef70c55028f7aa53eaf7d39..d8a8af9dc184dd2b834767cc6eed0a5f84d576f6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b0bd9580196e587750cf793316abbbfed1482848..f1460eb903dfba646b37f8afc8347a03369d439d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3eb87a541bd1762a644303f8d9e01670919472eb..2d1a665b9d5a6824a98b56df4de4694dbb3a455b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d86a8f88bfb13ce8c5b611c21385dc41f6209062..edc2300fb17e2d1fa0c0e12a2aedc6bc1fd73813 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 532ac35c71d15e8ce36d114da953f7e66e84b6a5..b55a38ffea0dffe2a41d976a01ba266afb042d0d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1af9a4cebe64ebdfa6f33d04fd5ff492b0b4fcfb..26a5f5c7e09a8d6beb7370271f747c37a2af878e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 187798b15cc83ef2f2d244e1d2a42a2d205fd671..86147fcc78728971eac881d40eed29d050bc9faa 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e348bf1a7736753016bf0f84b07a2cfb2223f1c7..0342ff9b116de9828b3e3a2f07225317a4b72988 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 063b40de9a27a2a11dcdec507c48fb99e13716da..f9226583d8a6c6d71af6eeb0d8bc806444ebbf15 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2cc8f3dc2f71bf7320fea7812ed02783b985e307..58577537369688296291bacc3a327c3e3ab91d9c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f4306cb75292729832c4512d3b49b1df092389c5..d2e3dd48afc309a047c1a73417cd8d7a51f02fc7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 62c207f1ca6c73398ee2c673c3af90e156f7d230..901247ec3677bd824652bb95ab9eed5a382d47bb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ae8da592593eb8cb8cf3b3172b6bded6278e585b..167fe249e3412ef6f1167bcd4832fa0735258c11 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 449362910d00c347bb30c17bba61f93c73ff9263..f55f5c4a4b1487bedd986f2a230626cc140cd38e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e11e209a25789140934433caa5146700d40e044f..be017d4c3f6144194db49407573dd66dfd95b434 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 849271dc884efb415e6eda7f33f1e1e56f3c0041..0cd68b180577c8a9e89805456794f87e0afe413c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 229a7680a62d968c25a2bb8c6bcbb108d8d03265..1842b531f0029664b0587f5e9c8b35ef814776e7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c084010a60cdb7f260fc8ce7a5689665c4c6dba0..efe8ec2d3933d0d2e230c8ab90c5a58a1d998884 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ee102fd78adc6a505d23b29ac006896aa83382d0..6a732b810b8e8016d9e3e449da36a6ce4b1ef55e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3fa8f63255a7cefc422eabe53b87b4638213b128..0dcde551a426260f0ef54deac2952642496b2bb3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4cc71c0eb0d75b59b1cd21344dc81b7d2afbe54c..feaa0a50ac386c2cfda22384ee26c9d68722906b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 272388f56de2aa4e09fb2146c67faa3a7429652f..427b7cd3d9824ab49eae02a8e1b3b2c1adf99d2d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e02428b170c479b7ef91f6eea0153ec26309f7ef..8ddcbd8e2d98c79408e8fcbfe1f392f12e0cc3de 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1a447813b9432df7a4aebaa111324521e109dc52..a9d45d434d326623a4f482c1f5415d6a24cd4904 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f6138bde9a9b6b436280cdac85a730f5ed207f63..0d2688155764e39e641951de908a88563429c267 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 43e2913a3f3b7b4c378403d60517b4cd87d97f20..d29518b66bbd1e3ef02b376027eac1709b16930c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8c27bee0aba451a24bf46537d47125c4a7b5597d..3e8921220391bd84f97f1c48ece8168b42c6b93b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d5d9319cb7a695b76b37f6bdebc407ede96ebcc3..da316912dea083edef50079bfc36f82511af3950 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 409f5fe2a12a6b72d93b12c398f3df105a0e4826..9577f318abde47ee5858b68ef95a61f8c77f8b28 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 950dc67a86ee32bdfc6edff7a4b02a31f0672f36..ffd53e9387c9c1d0193110178b9c5755e7c01c8c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b3e71fc314d441ccbd81c687c0790c6174a8a017..6654fc5de256b2d153908dc2a696bd141250eea4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index cbf37d9e9ba717ea3bc38aaef9d01eae79f128e1..2df7347854ac9f5efd77041f846cf6ebaecdd914 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7fe81d6a37df21e22afb60db43745b4666cbf1a8..ab5ca38775801971255515eb6477f47ee69e51d2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index fbc506dc05d80dbd302ae16a7354bc1daa44b168..d4cffcf97baf714644b936495e3ddb0d8c3344b6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 31c65325ed554209152bc6f11b87b64b8d3098d8..fe8e16a9b0c2f9d4ff166e4025fd630acc391240 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4fbb8019e9d0e5d44fe45311cb5ce9bca468611c..7c3e06cfc6ce620ded2b27af49ada568b7fe7a42 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 85ec13734f6940037b0917f3a25665b76296e8bb..00a5a98f977efe97e9e9311911e440a8b84d441a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f7d136c06e0d4391c238cd446a2b7aaa1a404890..0950ad60b11845c067ed01fd584de9ba6d693cbf 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f86421c83244c33fa0d623ecc826516e115b2f63..50ba72a1e7344053108ad54a83f934bf06b6218f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 366fcafa4526e83705b876182d2080bb86f012cd..e121f6f3d6edb637921e29d457e15196ac065009 100644 (file)
@@ -1,5 +1,5 @@
 #/*\r
-#    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+#    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 #      \r
 #\r
 #    ***************************************************************************\r
index 5e13756392c3927e568132aacadb337e7c70ef19..454d9d0d0cc14caf91f27bc51da52b5a2082d790 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3ccd19da8d21e723d950d39872e7cb3c77032492..dc20fc90f9c4a0e0374f103219df75b53800851b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a7f28ad56ed99877a1741381baf739bb3b90173e..0e3de5b2d8843bbb55fb3e4785bdf6488ddf5538 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1af1a5f92ff7cd9ad96ba447dafcaceee284bb6c..e0d4094a824ef2ca04b32d6af182749ebd47a850 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index bf3dff3ce523a5d9d16a6659e88267d98721a9b1..36ea93eaef4053a23e1297bcbe737a2822650f66 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 257564badc29b3a2de1c63ac3e9a6fde1b9e053a..61e18cee0001a99e677abbc15dbe8c341fd65ef6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 0aec66ca4c3bb21fdaa242ed055cd9b475260ea1..1d335e9ba13c7f04a5a17d10c58a61ee285d0d2b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index de9b2e5a7b77304b108046a192d35260dc7ddea4..2812eae484f0d1e8f9546c590a942bb8ace2ba52 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5ce3a96d95c004a87c2a5e24895ee5c947953a09..b85e32047134ac386815acb6d365d209aa9e2237 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index fb1dfef5a88c57f79836db8e38637a0c2a611b3b..9355a872866b41f9bfc32a9a09cd2ab540c40343 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 17d810480c368fe92cb877d06e7185ee73daac50..661083738a6d11d82d9eb154dbaa99555264a256 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5d03f3ffadc740febc6715316400225f33bea0c5..c81968db95aba08a7f268ec199e66b980a9bd4b7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 03f5f6ba77c4645640d0f153ab46f9f557e072b4..1a74c5f6d2b698eacc62bb6e9c8ef16e3147dab7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 58c377c21274fab46d109b9986943d17df834b71..f07a7b8a05bd132a3a71f2bfd64430bddb941e48 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5a146ee9f944261c08c0b839a30efc6665e5cc23..2c4810f2c0dcddf8d92ae766c07f40094af2db15 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8bc4d91e27469524c943742c9b0f4e4aa9da3b46..56efb14a961b61001e01e83e9397d4a2de150389 100644 (file)
@@ -1,6 +1,6 @@
 \r
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -40,7 +40,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index fa1bd12db5b9fa43da15fd952f7864dd4d4b69c1..eeb4aec02ee346ae704ce2887cd06d69e4dc28d0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a99eb7178d809910f6293a1cec7586b6a05b48fd..c0db093b10cddfa7280898ff310245c55101251f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5a146ee9f944261c08c0b839a30efc6665e5cc23..2c4810f2c0dcddf8d92ae766c07f40094af2db15 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e4abececed81b04ee2903f221e3bbbcdbc1a198d..89eaa032c479d54ba640c945c71f4a66a59f0ebe 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 30b5c31fdf95476011a2935ea7a7ba39dc13d420..3be492c6b0a5e028307385487946d62612c4e187 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7eb3341e28317785b653735b0e451291c06056f9..5d1e3d9116f04adc81b7ea99b4131521f2c77358 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4c44c1d41af60bc8d27dfad53ba7e61975f17da8..1b6f26af51495e10f2b8a79a8deb88e0b2ecb048 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 409833a513d09ed106a26a7827aa42bf4b53eb01..536669da2689ae201db5885215c4a592cf3258bc 100644 (file)
@@ -1,6 +1,6 @@
 \r
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -40,7 +40,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4e3898d10174f75beb61a3612401c1a94c7724fd..5f2da91b6cbca447b7ebe5a3201cf2e646717cfd 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a728190cea27beadfb49c212daa04e5efe39ebb0..44ca042a1285b80027416cd8ab4deaa1b517f571 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 36e673beddbb2ae6a9ec15ac7a8fac2969bc213a..6cb65523190636ad3631de1fbac80fdadc2503ad 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 428066880fc46d67d824083f47000ca44ed27a4d..5dfad955abfd3de0ef2056cba0678cc883350688 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7edde59324d33b5ea17d4b24d0c8b69f6e898648..f0942ca6d15b2c8dcc99990d6ecb2341577985a7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 16081ff989d43e34a6b0d77eaff066ab357e5c23..ef63329bc02087f48e4a6e5a9603ed926cbdc2a5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b1adfaf0558c3b69dd1b0ec7395d626dc50b323d..70fdb71d8c127d106b66e2519e6ef32f9ba28d03 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 36e673beddbb2ae6a9ec15ac7a8fac2969bc213a..6cb65523190636ad3631de1fbac80fdadc2503ad 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d5acb9a3a8072e4333e5e6ed80f6a2709bba074f..821fb592c4ce44299cb684d48c58f451ba9f3bd0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4a0d8ef9dca1c39a99db1a928ffaa1dbc4812723..836ed704827d94391990aa407bfe350ce1ae030c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4fd39c780a7829745aaafb168ae5ac2a8aa54cd6..512a5a99e8c68b9a75aa315e08aa65d47df0db62 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1b49c7511857e964d3d42a34e1616063981d70d4..fa95d39699ae71b4b78c5faeb28b0e15fdd72c60 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 31ed583e0f2c92536514d1a833593c6dceae0647..60685bada80b672830209c598b90ce7b6160e4ee 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5290e38cb56ed8eedb8854e0aa93b327eb9194f0..d7305ea8d68e9d287c31c273638cd944bf6ca596 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 637db2c9328abf7806e8b247dc6095c22cbae263..058232f78e4a93e4aad96c382afec3b21b2510b3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 84851c7916f66e8cca3b3bfe10e489d6502cd12a..2323da7f4b891dab94b1d6cda27cb4f85628949a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e4280d38b4a2ff4755097e7ddf40d55670cc3a30..bf78b12117df31deaf9e80deb0bf77a1615a7bf8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f14ed5e0d7cbf00d8c7d6e9defb45500c4d9d881..40ca772605677176bcb58d55979171a4ecbe275e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index fcddb4533561d8d5db3171a55ea8da48349f4694..92fe9c69c8a143a8bc73f07722fc2575d95cd9be 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index faba393eb9ea24b0837f947e3961691019051d15..4ca5c6cf4181e09defadbb51ba3a3e14a9bd71e0 100644 (file)
@@ -1,6 +1,6 @@
 ;\r
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;      \r
 ;\r
 ;    ***************************************************************************\r
index 78cff1aba2f0668bf024dafd78df6132dfa863e7..f6711278a7642a9e6dff20e36d30d5a1027e61dc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1c7022687e779ffe12d01389579abae5e06b5b70..9d5e7a24e26a5ecd86efc2e12d338e27ca707dab 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9fbe11d0b644a9123288ef90c2217ee69c9884bc..5280b676fa9ffc094a0340e80e0779f83c56ac10 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ddbdc237062149c65344fde0010be9ab2525b845..9a6a69a5ad6ccaaf01b239337755dc1023565d81 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index fcddb4533561d8d5db3171a55ea8da48349f4694..92fe9c69c8a143a8bc73f07722fc2575d95cd9be 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 403abb1a6bde7cef619f3dedde2630859872c42d..c81bd988605f0f8c211f532e479827ffb04a9217 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 34f598a39ebd99ab959a2cb1a44113bcaf878eb9..d06fd6a26c92ee4f60d026390850c941eed16331 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3ddc10edb3fc01b5ea0ffca58835db9a9f08c80f..385a52dea6d0d58ed2f9de071ced531eb77533fc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 39b5eb1d0de5e1f57f21d5b557404869d5acf1bc..20089450548d28d688f87b63e9db1e5b75dd2ff5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5e87be1d7a557f662e21abd6cbd26d219bf201f3..b83f3d2bbe3bca42806add63d50de94c7fd3fc7d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 64d72d2cdfe16d1d3cbbcf68f605ebf9fcf3f1d7..1a5548546bf44a6a1660659ababdead8149eaf6d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 82b8d68bb3952eac1690a6fbca209c6f621c49c5..11e83651fdeef1dca218ac4bce58a68ac1aa241e 100644 (file)
@@ -1,7 +1,7 @@
 #error This project has been reworked for use with a later version of the Xilinx tools and IP.  Please find more up to date projects in other FreeRTOS/Demo/MicroBlaze_nnn directories.\r
 \r
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -41,7 +41,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index dc79714cc1b833c3ac45678a23f22b22bed468fe..69379bdcf221245bd3acbfbf50c7fb21c0027938 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index afe756a088246ceba6d847e0bb39d7e3085a7779..3f2458e536a7522fc3b966d56428e7b3baf524e0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d5250a4168365bb2e21b3d8ad4a53baf3fc4db73..1b726f52602292f3a4c76fffa42c34d35bddba9b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 0a847c6cd41554e707b6a2de45e00add5c737a33..f0c9e41a24641c622cd89584e2132303053d1491 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ac5acdce299c6ef5b4f4b5c7355a8a7530169ae5..1a66d1e1eab5552f0723ea18bdaacece97d66bdb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 02bad69a947f36e7b56ff5f43ff3daa7ac1a2847..c62b2c2a083abfe743458bbf00a93db4f51933a4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index fd71eab41f683f3728f23995ac20c87e4d76f918..3766ead5c4b05d8401982485e61c76c53102fac7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index de032634ad7f7962f0d1082383c230b4b5c84e24..bca472648f7d74a7ec3987844a166457fd0d20ed 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 802544aeedd2d4904e5205d248bd4d466f46e60c..5f64f86ec45d87e64f3e490a29e63e3125649575 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ed1ff4149841e5b736320de067fe16b0934f4540..cf4d4fd8ab5b86c65f2adafd1bd8d4b23441982e 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;      \r
 ;\r
 ;    ***************************************************************************\r
index f2a8cabfd6603148f88e7992587d6f6af09d2f66..516b92d73d0f9bbfcebb1e68792819c6550ad8ee 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 433e6d8d660eee23304ee1be8b376003ea974d8b..b10b8217ecb6e5c606d9ab5d49e8d6f600b0106f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6e19df579589c6173e5f8ffe865d38c8b4fa9b5f..83f39555a1531cf3363f760568f7179e5a927bd6 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;      \r
 ;\r
 ;    ***************************************************************************\r
index 4c1aad758a900d46e7fbe9a0f602cb6ddc222bab..9290cb30f28054c21e37dac986c7037d95d8d1b6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index cde1c279c9160c7e64776c63153f68bbb0ca082a..8e673d295fc8a5c41ec2fc6e849a43098cf1816f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7ff4554dd3939af16c07eec44569984553a0e77d..5edf37c402685aaf46648e5bb51f229db45a17ae 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index cd7a8a5f516ea4f2e582c8e8d2e168c773bc3010..1adf2ae8bbbf36ba684416ea707387e3f4f42f7a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2e59306902ae88f4d4106c337a779850b18b99c5..bac217d788b893bb3e62bb4d6f1e43eb8d168337 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e29a8d13c67f4329f60e71ef487a853f78d0dc6d..91a2bddf3a647c8d8f996d70267dda00733779f0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4ca87881e4a0c2232fd973bb663393db1ee855ef..ae52bf57aef38dc43fb3b5cf703a9701f368551f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8da29b5487606155fe789f1eabc62ca24c766ccb..2cf2237523cfba04bf1aee026e51ae317f80f490 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;      \r
 ;\r
 ;    ***************************************************************************\r
index 38de00c90b7ab5a515bfa7152720509b86998f05..02f4a2d85aa6df77d3abcaa4dcf9bd865450d12a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index baeddb8aa4c20cc853eddffa473343d9bdce472b..b1490f7fe53b68477d97b2dd415c24297d04277b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f5bb373d21437e3a8a42965eef53562c12b10879..140858faf21ecb77fad5faf345184f270fc36b2d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 033649255d967d66e2a066acf14205f6667d181f..b6319feecdeaa225f47e29cd01eb5aa64f5391e9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index de8cdb356377a3d2c7ae81b0016b863c53faf994..79bef35b5039f2f23dc9ac877df82099ab598eaf 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 0251bc8726a11381769f79acaa2a7d5fe96e68f9..4b5461142682ba2f2f50d268ae5dd16f752441aa 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 55c2142906dfd55cb7a6ea22b609983821f60410..906dac1702d161cf2c8bf2c155ceaed7b36b4bca 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 391c18e46b510603c0569a11d823a0952dea4e97..c78ad2a33fd165b5479ddbbd27adaae019ac8f35 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d137beda8bd2f740eada93fff2e6a177677aa714..ba5ed0ac3a41ee9349016b585359752d494f5896 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d6cef3a735c831a66a6b9a2c526c2b871d3f7736..fa31c0d94bd99ef7e927a77996a9d14a38bd1088 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9bfdaa50cc0691e3088b718c0eb716d13acb026e..c6b090c10ed250f08de21eca9bedfa5bb83a6114 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index aca7f733116cf3e523bac51a495bdb5b554f750d..2bd3131bc684e4a8b867d0b5ddbd41e4152ed0c2 100644 (file)
@@ -6,7 +6,7 @@
 */\r
 \r
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -46,7 +46,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 78dc6a1c8a0d003ab77756e0a3790628c6778054..5130b460bc44d2f0fe3adcd46649bfe9f9dd5610 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c7ec7717e1f3d96ec4cf3fc7cbbd6eccd6b2d1e1..97870450a65f323afab23a0992db8b38775e1e6b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 70fd83f25fe01a52dd2b66a7747834a381535cc0..a149a43a6b0f90e1c8baf94dfc98084c78008533 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d7217e78ff3700fe8e831a2babacec74e11f5be1..8031e27a20b50ceee995326f4dfd6ad8cf6d607a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 63ee74c9d82301db1ee11b8a080dd9ee5c9685c8..1031d24a1b1ea8be3a3f12775c9dc04a920bc6f6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 274ec6827c3f16f013e23bdd146d47cb1fb936c7..2fa6c38392a337088b97d82c2c38173352407dbc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 210a41810d959b90bb6706dd204e747e2f873669..4a7fb0d572cc00a6aeda401e8e0893699514bb64 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5b37695da6a2fd8f248f172ac0bd2fa69fac020e..0b63180a15f6a30f89c5f7ee6deab3a43a15866c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1e858b24d46fe0dd39f4f4fcdf2de09328c29918..3dfd88093bc7506bc433d81dd1b8723760cf2e72 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4dd920e901618c804eeab106a8023b9e5a447cfe..3977abc1bd60ca288cb50290f086f0ff17053113 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b5a4966ab5d110928141a8b9155bd2fd5cb95b2a..3cfa6070872b68d1ca3ecb90704b101743477af1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5a8b6824008b314c40e073a189fcaf68ce926b3f..acd145626f977e204ced189da3b6f9d0e630aa2c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 45a6af315256a4614cbf9a7628a78e2f1382536b..e5cdab7ae9c7113da5e84abbf8d0565e26b7ed33 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1e858b24d46fe0dd39f4f4fcdf2de09328c29918..3dfd88093bc7506bc433d81dd1b8723760cf2e72 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8f58eaf4a9d0996bea75b771df6781c7d6753124..33e8be4d7f4b02a95098704d2b566798b1044c76 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 98b348335334eec9799c17e9cc2bdb8be1af1d8e..ebf58c3277d79554dfc43207365ac20107f3235d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ee7c7eb140e77dfa8456b37ad734499255608877..9f17401e99d331d0ba28d8826bf038d16edeb129 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 45a6af315256a4614cbf9a7628a78e2f1382536b..e5cdab7ae9c7113da5e84abbf8d0565e26b7ed33 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1e858b24d46fe0dd39f4f4fcdf2de09328c29918..3dfd88093bc7506bc433d81dd1b8723760cf2e72 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8f58eaf4a9d0996bea75b771df6781c7d6753124..33e8be4d7f4b02a95098704d2b566798b1044c76 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index eeaa77700b00e69d44e7bea727b47d80eff0dfe2..104543ff3e2bd2082c6fe9127863919744a714e7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2faf4306226a9cddc18c07d00826701a9115e7d9..9e6f5c843c52f77cbcccf22ff5ce0f27a3064902 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 45a6af315256a4614cbf9a7628a78e2f1382536b..e5cdab7ae9c7113da5e84abbf8d0565e26b7ed33 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1e858b24d46fe0dd39f4f4fcdf2de09328c29918..3dfd88093bc7506bc433d81dd1b8723760cf2e72 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8f58eaf4a9d0996bea75b771df6781c7d6753124..33e8be4d7f4b02a95098704d2b566798b1044c76 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3278712810fa0e87f0a3ac04b41049ab9c61ed39..f7885efc6d71123468aade7c5ecd20122820e2d3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index fc7875486a7ed028948a9b267c2927048c2f1488..4c2b0070a72b158359ee04dbc09d09dc87929e59 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 45a6af315256a4614cbf9a7628a78e2f1382536b..e5cdab7ae9c7113da5e84abbf8d0565e26b7ed33 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1e858b24d46fe0dd39f4f4fcdf2de09328c29918..3dfd88093bc7506bc433d81dd1b8723760cf2e72 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8f58eaf4a9d0996bea75b771df6781c7d6753124..33e8be4d7f4b02a95098704d2b566798b1044c76 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4bd1ab760dafa684c586a376392d98ca18bcf29e..a2fef3a2d7ec723236895793b717d4d7679d50ec 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7704043e42d0cc7e44ef47c89645fc0bca090fcb..b1c8bdd5c90984af1705673e8d1e5949fdae6b6f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 45a6af315256a4614cbf9a7628a78e2f1382536b..e5cdab7ae9c7113da5e84abbf8d0565e26b7ed33 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1e858b24d46fe0dd39f4f4fcdf2de09328c29918..3dfd88093bc7506bc433d81dd1b8723760cf2e72 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8f58eaf4a9d0996bea75b771df6781c7d6753124..33e8be4d7f4b02a95098704d2b566798b1044c76 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index fb7a026276a62a19716c2305fc40659f69577983..11c6c5c705465fa8d57aff77deb07601214a5308 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e78b9112692133bc17cf469eff96a493ffa1e490..7a53c1b8384f329c22376c23900e440f07dd3799 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 45a6af315256a4614cbf9a7628a78e2f1382536b..e5cdab7ae9c7113da5e84abbf8d0565e26b7ed33 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1e858b24d46fe0dd39f4f4fcdf2de09328c29918..3dfd88093bc7506bc433d81dd1b8723760cf2e72 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8f58eaf4a9d0996bea75b771df6781c7d6753124..33e8be4d7f4b02a95098704d2b566798b1044c76 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3f351ddcf4113766103bc154fd33371449d0e118..c293f915a9844743e42c006edbc48a3c04d13a3e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 90e3298be0f12267d19098fbba6b3c57d1ef2856..ee45964fda80cd153123fc1c93372f85fe5f20ed 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2df02fc53960fc3b9774403700a0e21b108f669d..1d37675696d04fb5525cf9e2683cd3f4a9b6c599 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7e7f1875ef1498ed2998e32a42094aa503836c47..92cb8d9734514c7a6fed509148da507cc711d886 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4022c08c73ba69afb6aac3491cf6a1eae48f6a6e..addaeda02ce8c3ecb5f719b51ea94de5fd3a85e9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ec35ea9c4fcf9710b402dbdce5cf9fc7b43640e7..543526a1c46896e0332b8647c0301bd2d5046f6c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b0641420daae6649f02c41cbf359284f75acb876..64c97782c79c196116b88e1a426a8930ec2ab87f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d40e45bac229c7482a8af3ad999bde92143b5d7b..15169762f751194c282598626103b457450f4ae8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 415d32cde70346d74c755681591327f0e3acabed..e26b2976427a0baa1506ef4a4dd10920ac2cb485 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3c46ef84e70e20da58a3991a25e71795dea95ae4..32df2a002c193cd17112a2e51fd065bc338a37d9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 59b7f4a6319526f04597156ad18538f7330a7516..7982a5f5bb9c920a23e41db86384d720ae77aca6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a5eb36fb5f9b89e92c9467913b1a36a045811880..3441cd736e14e47fe5fce05042aa491629da09be 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e0285c00b1274fe643d5496ca91c535544999e79..845f1429bcad776d6fe856b7f72b553770551824 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 0c84f2a3c7646d3aeb61f2360da57c2da4174559..2693462ef010b32f4a754edaf3599b233c0a7e3e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c82f64b98428a5d7d5294b5260fa89ef4833397c..6a0723abe526c91491b305ccc7725870aebe2751 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5fd370e334bc89b3787edfe64da92ff4da35af23..6c51db4a56806ff799d3d40830da050254bf5120 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index cf4d0d562b80b5b360d12b72fcfd1781de47c65f..6c6a778aa2f25b42968b6088d428139efe7f0f8b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f14c833e791da7b0428aad8467fb79661e9769d6..e17204a941e2665daa5db69951fdae7b7451af62 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a9498f99b276370610ae0b31a1da762295f4a189..ed7290bc5a6dee4e18cb87d7d2a690932cf4e051 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c1dd4026a43ed75745b4c1e4905b4b959efb38aa..1b73073c42832ff79d495172ba3afaf4a4f8d133 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index efc334f1a2cf952ba62444ea2c0ea1fa2e7f47e3..37fad6b7b15a875656afee20cb634dff0ee812da 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ff13cce28b8f5ff61b7fd669a8e9bccedc2c5b4d..f36e7a6b96b45841ba723a6e33c5b83b1cb1c3e9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 415d32cde70346d74c755681591327f0e3acabed..e26b2976427a0baa1506ef4a4dd10920ac2cb485 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a0818614c0295a4acead1db74be6f8434749b284..f6284ebbcd2594760fe2912962a63ef852c03c77 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3aac9a78dcb955291c7144dcc76f62f46e36a90b..2a93a363d84f9a297c1696c9bd88383baa710da8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a92652f28912079e6806bb7c1d478ee4b68e256b..0d34d5430bae48f51b49101222e71ab5b18cd6f4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9a6c8435da27df932d0b9a71cc4b917ac763a745..b8455085df2922e28f42a6ee503aa361172cd104 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a4cc0852905fbf54f09e33faee0d8746d26f81c6..f5711333dec833f5df891e093476e7f677b67f49 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e0285c00b1274fe643d5496ca91c535544999e79..845f1429bcad776d6fe856b7f72b553770551824 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9c528e6c81ed50f57d3138e3eb900fdf48afaf1e..895b403692c45cce76f325b5faf902a04e0c0e75 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index fc63ff089c2ccaaf481069426a66f981610a8e5b..d8b2907a66410b897cddba458c6db69e2b347b48 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 937270fb133ab194703ef7d93fa656e6db87a83c..cd124ce769e250111e6389ec3c0b184708673759 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 385f111f4a35425cbb09662b2d240aea68485457..355e642162f86410231370666cf2fcb1ee81e824 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index af57585a3848316047e52ca19be992bc9b20e9dd..4e1d6ce9de28ed78605597750fe62b66a5db59a3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 301e41494cbb712f626aafe5af7adb0b5ed6e2b2..a3c49f8557f36f4997d4377b1f9b6c5bf78ecd10 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 410cd6f28bef4c2e5b77e3f5419c0b351d91261d..21b670fe979239087a82f0b664ba232d841e2acf 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 90c4f533f8c150487f66d524fd859eee35f1e874..b9693b218435d86410eb68bc2a8d1a5551370319 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 979c079dec0c2ded9e583a0f1585c56151375b94..448abbd9589dac810051e80dd218309e2f15dc12 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 937270fb133ab194703ef7d93fa656e6db87a83c..cd124ce769e250111e6389ec3c0b184708673759 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 385f111f4a35425cbb09662b2d240aea68485457..355e642162f86410231370666cf2fcb1ee81e824 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index af57585a3848316047e52ca19be992bc9b20e9dd..4e1d6ce9de28ed78605597750fe62b66a5db59a3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7588cc7448fd0ade1fd2648b816365b3452f2c6f..d25b8c19a0737d37895df3f09e62332baf8b6be1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 410cd6f28bef4c2e5b77e3f5419c0b351d91261d..21b670fe979239087a82f0b664ba232d841e2acf 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 90c4f533f8c150487f66d524fd859eee35f1e874..b9693b218435d86410eb68bc2a8d1a5551370319 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 55a6e89d269111330ef6759ecb10bd81a5e341d1..c29f2aec1c448f38a719a0f8eb81ee0ae51cf0fa 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index fa0844ad9df843cf35f564cfa047f437b17e5f55..9a450ca2cb7323679801bf49fd8bfb8d77fa1622 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 385f111f4a35425cbb09662b2d240aea68485457..355e642162f86410231370666cf2fcb1ee81e824 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f9734bc7216619331b1f952cfe0614d5fe233163..53efdde06d34e801fdb8a18c23e528564a23610a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 48fb4a6a421e1428d8a28b2222d9b1323f0a2eb6..fdc97e8207fcf6ae5199e083764ba2251268452a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ed80b12370429da34e6151a94544e2eb15cc7274..d37cd9a46ae31a0bfa88aeab4f14164a82e210b4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index df0f1061dd97062c9074b22f2385cae45a3856c5..21652d05067e4514a1336be0e5016c19a3ac8ab4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 55a6e89d269111330ef6759ecb10bd81a5e341d1..c29f2aec1c448f38a719a0f8eb81ee0ae51cf0fa 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e96562488ce63be7c7d7707fe3e9e463da60fc08..52628faad460ab3c9bae72b0f4523db9e9543a5c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 385f111f4a35425cbb09662b2d240aea68485457..355e642162f86410231370666cf2fcb1ee81e824 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6d6bb2b54b844bd6ce006872bf832c869eab2f71..456aa3bb0ae450800c9263e674b88d0ac6103a0e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c30a7faed2b71cffc08de2699ea6444aa279a0d0..9b1d4b3ecf87a08cfac01ca4bcad153adca576a2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ed80b12370429da34e6151a94544e2eb15cc7274..d37cd9a46ae31a0bfa88aeab4f14164a82e210b4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index df0f1061dd97062c9074b22f2385cae45a3856c5..21652d05067e4514a1336be0e5016c19a3ac8ab4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 171923340c4255cb3d88d86151bf1116acd81b42..0fd9aa0257744f08a57c3e0586076a136820168d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e96562488ce63be7c7d7707fe3e9e463da60fc08..52628faad460ab3c9bae72b0f4523db9e9543a5c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 385f111f4a35425cbb09662b2d240aea68485457..355e642162f86410231370666cf2fcb1ee81e824 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6d6bb2b54b844bd6ce006872bf832c869eab2f71..456aa3bb0ae450800c9263e674b88d0ac6103a0e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 99549559c122fc356d0e75e61c75a30cc17e2fc0..0b317acedf804a480a375e2956e9970ad7c8d92b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b1cb5e4ccc4f8cf3ac4e46d519d37e17c651db11..41bd5d2c5697cc1d4832e39f1279902b314d5a7f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index df0f1061dd97062c9074b22f2385cae45a3856c5..21652d05067e4514a1336be0e5016c19a3ac8ab4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/FreeRTOSConfig.h
new file mode 100644 (file)
index 0000000..1833c16
--- /dev/null
@@ -0,0 +1,167 @@
+/*\r
+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+\r
+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
+    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
+\r
+    ***************************************************************************\r
+     *                                                                       *\r
+     *    FreeRTOS tutorial books are available in pdf and paperback.        *\r
+     *    Complete, revised, and edited pdf reference manuals are also       *\r
+     *    available.                                                         *\r
+     *                                                                       *\r
+     *    Purchasing FreeRTOS documentation will not only help you, by       *\r
+     *    ensuring you get running as quickly as possible and with an        *\r
+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *\r
+     *    the FreeRTOS project to continue with its mission of providing     *\r
+     *    professional grade, cross platform, de facto standard solutions    *\r
+     *    for microcontrollers - completely free of charge!                  *\r
+     *                                                                       *\r
+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *\r
+     *                                                                       *\r
+     *    Thank you for using FreeRTOS, and thank you for your support!      *\r
+     *                                                                       *\r
+    ***************************************************************************\r
+\r
+\r
+    This file is part of the FreeRTOS distribution.\r
+\r
+    FreeRTOS is free software; you can redistribute it and/or modify it under\r
+    the terms of the GNU General Public License (version 2) as published by the\r
+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.\r
+\r
+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to\r
+    distribute a combined work that includes FreeRTOS without being obliged to\r
+    provide the source code for proprietary components outside of the FreeRTOS\r
+    kernel.\r
+\r
+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY\r
+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
+    details. You should have received a copy of the GNU General Public License\r
+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    viewed here: http://www.freertos.org/a00114.html and also obtained by\r
+    writing to Real Time Engineers Ltd., contact details for whom are available\r
+    on the FreeRTOS WEB site.\r
+\r
+    1 tab == 4 spaces!\r
+\r
+    ***************************************************************************\r
+     *                                                                       *\r
+     *    Having a problem?  Start by reading the FAQ "My application does   *\r
+     *    not run, what could be wrong?"                                     *\r
+     *                                                                       *\r
+     *    http://www.FreeRTOS.org/FAQHelp.html                               *\r
+     *                                                                       *\r
+    ***************************************************************************\r
+\r
+\r
+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, \r
+    license and Real Time Engineers Ltd. contact details.\r
+\r
+    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,\r
+    including FreeRTOS+Trace - an indispensable productivity tool, and our new\r
+    fully thread aware and reentrant UDP/IP stack.\r
+\r
+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High \r
+    Integrity Systems, who sell the code with commercial support, \r
+    indemnification and middleware, under the OpenRTOS brand.\r
+    \r
+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety \r
+    engineered and independently SIL3 certified version for use in safety and \r
+    mission critical applications that require provable dependability.\r
+*/\r
+\r
+#ifndef FREERTOS_CONFIG_H\r
+#define FREERTOS_CONFIG_H\r
+\r
+/*-----------------------------------------------------------\r
+ * Application specific definitions.\r
+ *\r
+ * These definitions should be adjusted for your particular hardware and\r
+ * application requirements.\r
+ *\r
+ * THESE PARAMETERS ARE DESCRIBED WITHIN THE 'CONFIGURATION' SECTION OF THE\r
+ * FreeRTOS API DOCUMENTATION AVAILABLE ON THE FreeRTOS.org WEB SITE.\r
+ *\r
+ * See http://www.freertos.org/a00110.html.\r
+ *----------------------------------------------------------*/\r
+\r
+/* This #ifdef prevents the enclosed code being included from within an\r
+asm file.  It is valid in a C file, but not valid in an asm file. */\r
+#ifdef __IAR_SYSTEMS_ICC__\r
+\r
+       #pragma language=extended\r
+       #pragma system_include\r
+\r
+       #include <intrinsics.h>\r
+\r
+       /* Device specific includes. */\r
+       #include <ior5f100le.h>\r
+       #include <ior5f100le_ext.h>\r
+\r
+#endif /* __IAR_SYSTEMS_ICC__ */\r
+\r
+#define configUSE_PREEMPTION                   1\r
+#define configTICK_RATE_HZ                             ( ( unsigned short ) 1000 )\r
+#define configMAX_PRIORITIES                   ( ( unsigned portBASE_TYPE ) 4 )\r
+#define configMINIMAL_STACK_SIZE               ( ( unsigned short ) 80 )\r
+#define configMAX_TASK_NAME_LEN                        ( 10 )\r
+#define configUSE_TRACE_FACILITY               0\r
+#define configUSE_16_BIT_TICKS                 1\r
+#define configIDLE_SHOULD_YIELD                        1\r
+#define configTOTAL_HEAP_SIZE                  ( (size_t ) ( 3420 ) )\r
+#define configCHECK_FOR_STACK_OVERFLOW 2\r
+#define configUSE_MUTEXES                              1\r
+\r
+/* Hook function definitions. */\r
+#define configUSE_IDLE_HOOK                            1\r
+#define configUSE_TICK_HOOK                            0\r
+#define configUSE_MALLOC_FAILED_HOOK   1\r
+\r
+/* Software timer definitions. */\r
+#define configUSE_TIMERS                               1\r
+#define configTIMER_TASK_PRIORITY              ( 2 )\r
+#define configTIMER_QUEUE_LENGTH               10\r
+#define configTIMER_TASK_STACK_DEPTH   ( configMINIMAL_STACK_SIZE * 2 )\r
+\r
+/* Co-routine definitions. */\r
+#define configUSE_CO_ROUTINES                  0\r
+#define configMAX_CO_ROUTINE_PRIORITIES        ( 2 )\r
+\r
+/* Set the following definitions to 1 to include the API function, or zero\r
+to exclude the API function. */\r
+#define INCLUDE_vTaskPrioritySet                       1\r
+#define INCLUDE_uxTaskPriorityGet                      1\r
+#define INCLUDE_vTaskDelete                                    0\r
+#define INCLUDE_vTaskCleanUpResources          0\r
+#define INCLUDE_vTaskSuspend                           1\r
+#define INCLUDE_vTaskDelayUntil                                0\r
+#define INCLUDE_vTaskDelay                                     1\r
+#define INCLUDE_xTaskGetIdleTaskHandle                 0\r
+#define INCLUDE_xTimerGetTimerDaemonTaskHandle         0\r
+\r
+\r
+/******************************************************************************\r
+ * PORT SPECIFIC CONFIGURATION OPTIONS\r
+ ******************************************************************************/\r
+\r
+/*\r
+ * RL78/G13 Clock Source Configuration\r
+ * 1 = use internal High Speed Clock Source (typically 32Mhz on the RL78/G13)\r
+ * 0 = use external Clock Source\r
+ */\r
+#define configCLOCK_SOURCE                       1\r
+\r
+#if configCLOCK_SOURCE == 0\r
+       #define configCPU_CLOCK_HZ              ( ( unsigned long ) 20000000 )  /* using the external clock source */\r
+#else\r
+       #define configCPU_CLOCK_HZ              ( ( unsigned long ) 32000000 )   /* using the internal high speed clock */\r
+#endif /* configCLOCK_SOURCE */\r
+\r
+#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }\r
+\r
+\r
+\r
+#endif /* FREERTOS_CONFIG_H */\r
+\r
diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RTOSDemo.ewd b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RTOSDemo.ewd
new file mode 100644 (file)
index 0000000..6796d04
--- /dev/null
@@ -0,0 +1,286 @@
+<?xml version="1.0" encoding="iso-8859-1"?>\r
+\r
+<project>\r
+  <fileVersion>2</fileVersion>\r
+  <configuration>\r
+    <name>Debug</name>\r
+    <toolchain>\r
+      <name>RL78</name>\r
+    </toolchain>\r
+    <debug>1</debug>\r
+    <settings>\r
+      <name>C-SPY</name>\r
+      <archiveVersion>1</archiveVersion>\r
+      <data>\r
+        <version>0</version>\r
+        <wantNonLocal>1</wantNonLocal>\r
+        <debug>1</debug>\r
+        <option>\r
+          <name>DebugMandatory</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>DebugInput</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>DebugProcessorVariant</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>DebuggerNearConstLocation</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>DebugRunToEnable</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>DebugRunToName</name>\r
+          <state>main</state>\r
+        </option>\r
+        <option>\r
+          <name>DebugMacOverride</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>DebugMacFile</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>DynDriver</name>\r
+          <state>TKRL78</state>\r
+        </option>\r
+        <option>\r
+          <name>DebugDDFOverride</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>DebugDDFFile</name>\r
+          <state>$TOOLKIT_DIR$\CONFIG\DDF\ior5f100le.ddf</state>\r
+        </option>\r
+        <option>\r
+          <name>DebugCUseExtraOptions</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>DebugExtraOptions</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>DebugImagesSuppressCheck1</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>DebugImagesPath1</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>DebugImagesSuppressCheck2</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>DebugImagesPath2</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>DebugImagesSuppressCheck3</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>DebugImagesPath3</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>DebugImagesOffset1</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>DebugImagesOffset2</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>DebugImagesOffset3</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>DebugImagesUse1</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>DebugImagesUse2</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>DebugImagesUse3</name>\r
+          <state>0</state>\r
+        </option>\r
+      </data>\r
+    </settings>\r
+    <settings>\r
+      <name>E1RL78</name>\r
+      <archiveVersion>1</archiveVersion>\r
+      <data>\r
+        <version>0</version>\r
+        <wantNonLocal>1</wantNonLocal>\r
+        <debug>1</debug>\r
+        <option>\r
+          <name>E1Mandatory</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>E1SuppressLoad</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>E1VerifyLoad</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>E1LogFile</name>\r
+          <state>$PROJ_DIR$\cspycomm.log</state>\r
+        </option>\r
+        <option>\r
+          <name>E1DoLogfile</name>\r
+          <state>0</state>\r
+        </option>\r
+      </data>\r
+    </settings>\r
+    <settings>\r
+      <name>E20RL78</name>\r
+      <archiveVersion>1</archiveVersion>\r
+      <data>\r
+        <version>0</version>\r
+        <wantNonLocal>1</wantNonLocal>\r
+        <debug>1</debug>\r
+        <option>\r
+          <name>E20Mandatory</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>E20SuppressLoad</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>E20VerifyLoad</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>E20LogFile</name>\r
+          <state>$PROJ_DIR$\cspycomm.log</state>\r
+        </option>\r
+        <option>\r
+          <name>E20DoLogfile</name>\r
+          <state>0</state>\r
+        </option>\r
+      </data>\r
+    </settings>\r
+    <settings>\r
+      <name>IECRL78</name>\r
+      <archiveVersion>1</archiveVersion>\r
+      <data>\r
+        <version>0</version>\r
+        <wantNonLocal>1</wantNonLocal>\r
+        <debug>1</debug>\r
+        <option>\r
+          <name>IecMandatory</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IecSuppressLoad</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IecVerifyLoad</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IecLogFile</name>\r
+          <state>$PROJ_DIR$\cspycomm.log</state>\r
+        </option>\r
+        <option>\r
+          <name>IecDoLogfile</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IecSupExchAdapter</name>\r
+          <state>0</state>\r
+        </option>\r
+      </data>\r
+    </settings>\r
+    <settings>\r
+      <name>SIMRL78</name>\r
+      <archiveVersion>1</archiveVersion>\r
+      <data>\r
+        <version>0</version>\r
+        <wantNonLocal>1</wantNonLocal>\r
+        <debug>1</debug>\r
+        <option>\r
+          <name>SimMandatory</name>\r
+          <state>1</state>\r
+        </option>\r
+      </data>\r
+    </settings>\r
+    <settings>\r
+      <name>TKRL78</name>\r
+      <archiveVersion>1</archiveVersion>\r
+      <data>\r
+        <version>0</version>\r
+        <wantNonLocal>1</wantNonLocal>\r
+        <debug>1</debug>\r
+        <option>\r
+          <name>TKMandatory</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>TKSuppressLoad</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>TKVerifyLoad</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>TKLogFile</name>\r
+          <state>$PROJ_DIR$\cspycomm.log</state>\r
+        </option>\r
+        <option>\r
+          <name>TKDoLogfile</name>\r
+          <state>0</state>\r
+        </option>\r
+      </data>\r
+    </settings>\r
+    <debuggerPlugins>\r
+      <plugin>\r
+        <file>$TOOLKIT_DIR$\plugins\rtos\embOS\embOSPlugin.ewplugin</file>\r
+        <loadFlag>0</loadFlag>\r
+      </plugin>\r
+      <plugin>\r
+        <file>$TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-286-KA-CSpy.ewplugin</file>\r
+        <loadFlag>0</loadFlag>\r
+      </plugin>\r
+      <plugin>\r
+        <file>$TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-KA-CSpy.ewplugin</file>\r
+        <loadFlag>0</loadFlag>\r
+      </plugin>\r
+      <plugin>\r
+        <file>$EW_DIR$\common\plugins\CodeCoverage\CodeCoverage.ENU.ewplugin</file>\r
+        <loadFlag>1</loadFlag>\r
+      </plugin>\r
+      <plugin>\r
+        <file>$EW_DIR$\common\plugins\Orti\Orti.ENU.ewplugin</file>\r
+        <loadFlag>0</loadFlag>\r
+      </plugin>\r
+      <plugin>\r
+        <file>$EW_DIR$\common\plugins\Stack\Stack.ENU.ewplugin</file>\r
+        <loadFlag>1</loadFlag>\r
+      </plugin>\r
+      <plugin>\r
+        <file>$EW_DIR$\common\plugins\SymList\SymList.ENU.ewplugin</file>\r
+        <loadFlag>1</loadFlag>\r
+      </plugin>\r
+    </debuggerPlugins>\r
+  </configuration>\r
+</project>\r
+\r
+\r
diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RTOSDemo.ewp b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RTOSDemo.ewp
new file mode 100644 (file)
index 0000000..00e2d9d
--- /dev/null
@@ -0,0 +1,910 @@
+<?xml version="1.0" encoding="iso-8859-1"?>\r
+\r
+<project>\r
+  <fileVersion>2</fileVersion>\r
+  <configuration>\r
+    <name>Debug</name>\r
+    <toolchain>\r
+      <name>RL78</name>\r
+    </toolchain>\r
+    <debug>1</debug>\r
+    <settings>\r
+      <name>General</name>\r
+      <archiveVersion>2</archiveVersion>\r
+      <data>\r
+        <version>0</version>\r
+        <wantNonLocal>1</wantNonLocal>\r
+        <debug>1</debug>\r
+        <option>\r
+          <name>GenDeviceSelect</name>\r
+          <state>R5F100LE      RL78 - R5F100LE</state>\r
+        </option>\r
+        <option>\r
+          <name>GenCodeModel</name>\r
+          <version>0</version>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>GenDataModel</name>\r
+          <version>0</version>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>GenNearConstLocation</name>\r
+          <version>0</version>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>GenNearConstStart</name>\r
+          <state>0xf2000</state>\r
+        </option>\r
+        <option>\r
+          <name>GenNearConstSize</name>\r
+          <state>51.75</state>\r
+        </option>\r
+        <option>\r
+          <name>GOutputBinary</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>ExePath</name>\r
+          <state>Debug\Exe</state>\r
+        </option>\r
+        <option>\r
+          <name>ObjPath</name>\r
+          <state>Debug\Obj</state>\r
+        </option>\r
+        <option>\r
+          <name>ListPath</name>\r
+          <state>Debug\List</state>\r
+        </option>\r
+        <option>\r
+          <name>GenRuntimeLibSelect</name>\r
+          <version>0</version>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>GenRuntimeLibSelectSlave</name>\r
+          <version>0</version>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>GenRTDescription</name>\r
+          <state>Use the normal configuration of the C/EC++ runtime library. No locale interface, C locale, no file descriptor support, no multibytes in printf and scanf, and no hex floats in strtod.</state>\r
+        </option>\r
+        <option>\r
+          <name>GenRTConfigPath</name>\r
+          <state>$TOOLKIT_DIR$\LIB\dlrl78nn1n.h</state>\r
+        </option>\r
+        <option>\r
+          <name>GenRTLibraryPath</name>\r
+          <state>$TOOLKIT_DIR$\LIB\dlrl78nn1n.r87</state>\r
+        </option>\r
+        <option>\r
+          <name>GenHwSupport</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>GenLibInFormatter</name>\r
+          <version>0</version>\r
+          <state>2</state>\r
+        </option>\r
+        <option>\r
+          <name>GenLibInFormatterDescription</name>\r
+          <state>No specifier n, no float, no scan set, no assignment suppressing.</state>\r
+        </option>\r
+        <option>\r
+          <name>GenLibOutFormatter</name>\r
+          <version>0</version>\r
+          <state>3</state>\r
+        </option>\r
+        <option>\r
+          <name>GenLibOutFormatterDescription</name>\r
+          <state>No specifier a or A, no specifier n, no float, no flags.</state>\r
+        </option>\r
+        <option>\r
+          <name>GenStackSize</name>\r
+          <state>130</state>\r
+        </option>\r
+        <option>\r
+          <name>GenNearHeapSize</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>GenFarHeapSize</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>GeneralEnableMisra</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>GeneralMisraVerbose</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>GeneralMisraVer</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>GeneralMisraRules04</name>\r
+          <version>0</version>\r
+          <state>111101110010111111111000110111111111111111111111111110010111101111010101111111111111111111111111101111111011111001111011111011111111111111111</state>\r
+        </option>\r
+        <option>\r
+          <name>GeneralMisraRules98</name>\r
+          <version>0</version>\r
+          <state>1000111110110101101110011100111111101110011011000101110111101101100111111111111100110011111001110111001111111111111111111111111</state>\r
+        </option>\r
+      </data>\r
+    </settings>\r
+    <settings>\r
+      <name>ICCRL78</name>\r
+      <archiveVersion>2</archiveVersion>\r
+      <data>\r
+        <version>5</version>\r
+        <wantNonLocal>1</wantNonLocal>\r
+        <debug>1</debug>\r
+        <option>\r
+          <name>IccDivModInstr</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IccCore</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IccCodeModel</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IccDataModel</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IccNearConstLocation</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IccObjPrefix</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>IccLibConfigHeader</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>IccLang</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IccCDialect</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>IccAllowVLA</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IccCppDialect</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>IccRelaxedFpPrecision</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IccRequirePrototypes</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IccLanguageConformance</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IccCharIs</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>IccMultibyteSupport</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IccOptLevel</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IccOptStrategy</name>\r
+          <version>0</version>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IccOptLevelSlave</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IccOptAllowList</name>\r
+          <version>0</version>\r
+          <state>00000</state>\r
+        </option>\r
+        <option>\r
+          <name>IccWrksegEnable</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IccWrksegSize</name>\r
+          <state>20</state>\r
+        </option>\r
+        <option>\r
+          <name>IccCalltFuncRt</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IccModuleTypeOverride</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IccModuleType</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IccObjModuleNameOverride</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IccObjModuleName</name>\r
+          <state>$FILE_BNAME$</state>\r
+        </option>\r
+        <option>\r
+          <name>IccCodeSegmentNameOverride</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IccCodeSegmentName</name>\r
+          <state>CODE</state>\r
+        </option>\r
+        <option>\r
+          <name>IccGenerateDebugInfo</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>IccOutputFile</name>\r
+          <state>$FILE_BNAME$.r87</state>\r
+        </option>\r
+        <option>\r
+          <name>CCDefines</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>CCPreprocFile</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>CCPreprocComments</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>CCPreprocLine</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>CCListCFile</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>CCListCMnemonics</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>CCListCMessages</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>CCListAssFile</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>CCListAssSource</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>CCEnableRemarks</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>CCDiagSuppress</name>\r
+          <state>Pa082</state>\r
+        </option>\r
+        <option>\r
+          <name>CCDiagRemark</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>CCDiagWarning</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>CCDiagError</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>CCDiagWarnAreErr</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>CCCompilerRuntimeInfo</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>PreInclude</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>CCIncludePath2</name>\r
+          <state>$PROJ_DIR$\..\..\Source\include</state>\r
+          <state>$PROJ_DIR$\..\Common\include</state>\r
+          <state>$PROJ_DIR$</state>\r
+          <state>$PROJ_DIR$\..\..\Source\portable\IAR\RL78</state>\r
+        </option>\r
+        <option>\r
+          <name>CCStdIncCheck</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>CompilerMisraOverride</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>CompilerMisraRules04</name>\r
+          <version>0</version>\r
+          <state>111101110010111111111000110111111111111111111111111110010111101111010101111111111111111111111111101111111011111001111011111011111111111111111</state>\r
+        </option>\r
+        <option>\r
+          <name>CompilerMisraRules98</name>\r
+          <version>0</version>\r
+          <state>1000111110110101101110011100111111101110011011000101110111101101100111111111111100110011111001110111001111111111111111111111111</state>\r
+        </option>\r
+        <option>\r
+          <name>IccUseExtraOptions</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IccExtraOptions</name>\r
+          <state></state>\r
+        </option>\r
+      </data>\r
+    </settings>\r
+    <settings>\r
+      <name>ARL78</name>\r
+      <archiveVersion>2</archiveVersion>\r
+      <data>\r
+        <version>1</version>\r
+        <wantNonLocal>1</wantNonLocal>\r
+        <debug>1</debug>\r
+        <option>\r
+          <name>AsmCore</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmHwSupport</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmObjPrefix</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmOutputFile</name>\r
+          <state>$FILE_BNAME$.r87</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmCaseSensitivity</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmMultibyteSupport</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmAllowMnemonics</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmAllowDirectives</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmMacroChars</name>\r
+          <version>0</version>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmDebugInfo</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmListFile</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmListNoDiagnostics</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmListIncludeCrossRef</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmListMacroDefinitions</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmListNoMacroExpansion</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmListAssembledOnly</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmListTruncateMultiline</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmStdIncludeIgnore</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmIncludePath</name>\r
+          <state>$PROJ_DIR$\..\..\Source\portable\IAR\RL78</state>\r
+          <state>$PROJ_DIR$</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmDefines</name>\r
+          <state></state>\r
+          <state>__NEAR_DATA_MODEL__</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmPreprocOutput</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmPreprocComment</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmPreprocLine</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmEnableRemarks</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmDiagnosticsSuppress</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>AsmDiagnosticsRemark</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>AsmDiagnosticsWarning</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>AsmDiagnosticsError</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>AsmDiagnosticsWarningsAreErrors</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmLimitNumberOfErrors</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmMaxNumberOfErrors</name>\r
+          <state>100</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmUseExtraOptions</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmExtraOptions</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>AsmCodeModel</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>AsmDataModel</name>\r
+          <state>0</state>\r
+        </option>\r
+      </data>\r
+    </settings>\r
+    <settings>\r
+      <name>CUSTOM</name>\r
+      <archiveVersion>3</archiveVersion>\r
+      <data>\r
+        <extensions></extensions>\r
+        <cmdline></cmdline>\r
+      </data>\r
+    </settings>\r
+    <settings>\r
+      <name>BICOMP</name>\r
+      <archiveVersion>0</archiveVersion>\r
+      <data/>\r
+    </settings>\r
+    <settings>\r
+      <name>BUILDACTION</name>\r
+      <archiveVersion>1</archiveVersion>\r
+      <data>\r
+        <prebuild></prebuild>\r
+        <postbuild></postbuild>\r
+      </data>\r
+    </settings>\r
+    <settings>\r
+      <name>XLINK</name>\r
+      <archiveVersion>2</archiveVersion>\r
+      <data>\r
+        <version>13</version>\r
+        <wantNonLocal>1</wantNonLocal>\r
+        <debug>1</debug>\r
+        <option>\r
+          <name>XOutOverride</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>OutputFile</name>\r
+          <state>RTOSDemo.d87</state>\r
+        </option>\r
+        <option>\r
+          <name>OutputFormat</name>\r
+          <version>11</version>\r
+          <state>23</state>\r
+        </option>\r
+        <option>\r
+          <name>FormatVariant</name>\r
+          <version>8</version>\r
+          <state>2</state>\r
+        </option>\r
+        <option>\r
+          <name>SecondaryOutputFile</name>\r
+          <state>(None for the selected format)</state>\r
+        </option>\r
+        <option>\r
+          <name>XDefines</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>AlwaysOutput</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>OverlapWarnings</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>NoGlobalCheck</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>XList</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>SegmentMap</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>ListSymbols</name>\r
+          <state>2</state>\r
+        </option>\r
+        <option>\r
+          <name>PageLengthCheck</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>PageLength</name>\r
+          <state>80</state>\r
+        </option>\r
+        <option>\r
+          <name>XIncludes</name>\r
+          <state>$TOOLKIT_DIR$\LIB\</state>\r
+        </option>\r
+        <option>\r
+          <name>ModuleStatus</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>XclOverride</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>XclFile</name>\r
+          <state>$TOOLKIT_DIR$\CONFIG\lnkr5f100le.xcl</state>\r
+        </option>\r
+        <option>\r
+          <name>XclFileSlave</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>XLinkMisraHandler</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>XlinkExtraOptionsCheck</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>XlinkExtraOptions</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>DoFill</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>FillerByte</name>\r
+          <state>0xFF</state>\r
+        </option>\r
+        <option>\r
+          <name>DoCrc</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>CrcSize</name>\r
+          <version>0</version>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>CrcAlgo</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>CrcPoly</name>\r
+          <state>0x11021</state>\r
+        </option>\r
+        <option>\r
+          <name>CrcCompl</name>\r
+          <version>0</version>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>RangeCheckAlternatives</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>SuppressAllWarn</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>SuppressDiags</name>\r
+          <state>w18, w6</state>\r
+        </option>\r
+        <option>\r
+          <name>TreatAsWarn</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>TreatAsErr</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>ModuleLocalSym</name>\r
+          <version>0</version>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>CrcBitOrder</name>\r
+          <version>0</version>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>IncludeSuppressed</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>ModuleSummary</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>xcProgramEntryLabel</name>\r
+          <state>__program_start</state>\r
+        </option>\r
+        <option>\r
+          <name>DebugInformation</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>RuntimeControl</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>IoEmulation</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>AllowExtraOutput</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>GenerateExtraOutput</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>XExtraOutOverride</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>ExtraOutputFile</name>\r
+          <state>RTOSDemo.a87</state>\r
+        </option>\r
+        <option>\r
+          <name>ExtraOutputFormat</name>\r
+          <version>11</version>\r
+          <state>23</state>\r
+        </option>\r
+        <option>\r
+          <name>ExtraFormatVariant</name>\r
+          <version>8</version>\r
+          <state>2</state>\r
+        </option>\r
+        <option>\r
+          <name>xcOverrideProgramEntryLabel</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>xcProgramEntryLabelSelect</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>ListOutputFormat</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>BufferedTermOutput</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>OverlaySystemMap</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>RawBinaryFile</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>RawBinarySymbol</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>RawBinarySegment</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>RawBinaryAlign</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>CrcAlign</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>CrcInitialValue</name>\r
+          <state>0x0</state>\r
+        </option>\r
+        <option>\r
+          <name>XlinkNearConstLocation</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>XlinkRTLibraryFile</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>XlinkHwSupport</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>XlinkLibIOConfig</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>XlinkStackSize</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>XlinkNearHeap</name>\r
+          <state>1</state>\r
+        </option>\r
+        <option>\r
+          <name>XlinkFarHeap</name>\r
+          <state>1</state>\r
+        </option>\r
+      </data>\r
+    </settings>\r
+    <settings>\r
+      <name>XAR</name>\r
+      <archiveVersion>2</archiveVersion>\r
+      <data>\r
+        <version>0</version>\r
+        <wantNonLocal>1</wantNonLocal>\r
+        <debug>1</debug>\r
+        <option>\r
+          <name>XarOutOverride</name>\r
+          <state>0</state>\r
+        </option>\r
+        <option>\r
+          <name>XarInputs</name>\r
+          <state></state>\r
+        </option>\r
+        <option>\r
+          <name>XarOutputFile</name>\r
+          <state></state>\r
+        </option>\r
+      </data>\r
+    </settings>\r
+    <settings>\r
+      <name>INTERNAL_HWSUPPORT</name>\r
+      <archiveVersion>2</archiveVersion>\r
+      <data/>\r
+    </settings>\r
+    <settings>\r
+      <name>BILINK</name>\r
+      <archiveVersion>0</archiveVersion>\r
+      <data/>\r
+    </settings>\r
+  </configuration>\r
+  <group>\r
+    <name>Demo Source</name>\r
+    <group>\r
+      <name>StandardDemos</name>\r
+      <file>\r
+        <name>$PROJ_DIR$\..\Common\Minimal\blocktim.c</name>\r
+      </file>\r
+      <file>\r
+        <name>$PROJ_DIR$\..\Common\Minimal\dynamic.c</name>\r
+      </file>\r
+      <file>\r
+        <name>$PROJ_DIR$\..\Common\Minimal\PollQ.c</name>\r
+      </file>\r
+    </group>\r
+    <file>\r
+      <name>$PROJ_DIR$\main.c</name>\r
+    </file>\r
+    <file>\r
+      <name>$PROJ_DIR$\RegTest.s87</name>\r
+    </file>\r
+  </group>\r
+  <group>\r
+    <name>Kernel Source</name>\r
+    <file>\r
+      <name>$PROJ_DIR$\..\..\Source\portable\MemMang\heap_1.c</name>\r
+    </file>\r
+    <file>\r
+      <name>$PROJ_DIR$\..\..\Source\list.c</name>\r
+    </file>\r
+    <file>\r
+      <name>$PROJ_DIR$\..\..\Source\portable\IAR\RL78\port.c</name>\r
+    </file>\r
+    <file>\r
+      <name>$PROJ_DIR$\..\..\Source\portable\IAR\RL78\portasm.s87</name>\r
+    </file>\r
+    <file>\r
+      <name>$PROJ_DIR$\..\..\Source\queue.c</name>\r
+    </file>\r
+    <file>\r
+      <name>$PROJ_DIR$\..\..\Source\tasks.c</name>\r
+    </file>\r
+    <file>\r
+      <name>$PROJ_DIR$\..\..\Source\timers.c</name>\r
+    </file>\r
+  </group>\r
+</project>\r
+\r
+\r
diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RTOSDemo.eww b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RTOSDemo.eww
new file mode 100644 (file)
index 0000000..239a938
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="iso-8859-1"?>\r
+\r
+<workspace>\r
+  <project>\r
+    <path>$WS_DIR$\RTOSDemo.ewp</path>\r
+  </project>\r
+  <batchBuild/>\r
+</workspace>\r
+\r
+\r
diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RegTest.s87 b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RegTest.s87
new file mode 100644 (file)
index 0000000..f252075
--- /dev/null
@@ -0,0 +1,214 @@
+;/*\r
+;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;      \r
+;\r
+;    ***************************************************************************\r
+;     *                                                                       *\r
+;     *    FreeRTOS tutorial books are available in pdf and paperback.        *\r
+;     *    Complete, revised, and edited pdf reference manuals are also       *\r
+;     *    available.                                                         *\r
+;     *                                                                       *\r
+;     *    Purchasing FreeRTOS documentation will not only help you, by       *\r
+;     *    ensuring you get running as quickly as possible and with an        *\r
+;     *    in-depth knowledge of how to use FreeRTOS, it will also help       *\r
+;     *    the FreeRTOS project to continue with its mission of providing     *\r
+;     *    professional grade, cross platform, de facto standard solutions    *\r
+;     *    for microcontrollers - completely free of charge!                  *\r
+;     *                                                                       *\r
+;     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *\r
+;     *                                                                       *\r
+;     *    Thank you for using FreeRTOS, and thank you for your support!      *\r
+;     *                                                                       *\r
+;    ***************************************************************************\r
+;\r
+;\r
+;    This file is part of the FreeRTOS distribution.\r
+;\r
+;    FreeRTOS is free software; you can redistribute it and/or modify it under\r
+;    the terms of the GNU General Public License (version 2) as published by the\r
+;    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.\r
+;    >>>NOTE<<< The modification to the GPL is included to allow you to\r
+;    distribute a combined work that includes FreeRTOS without being obliged to\r
+;    provide the source code for proprietary components outside of the FreeRTOS\r
+;    kernel.  FreeRTOS is distributed in the hope that it will be useful, but\r
+;    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\r
+;    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for\r
+;    more details. You should have received a copy of the GNU General Public\r
+;    License and the FreeRTOS license exception along with FreeRTOS; if not it\r
+;    can be viewed here: http://www.freertos.org/a00114.html and also obtained\r
+;    by writing to Richard Barry, contact details for whom are available on the\r
+;    FreeRTOS WEB site.\r
+;\r
+;    1 tab == 4 spaces!\r
+;\r
+;    http://www.FreeRTOS.org - Documentation, latest information, license and\r
+;    contact details.\r
+;\r
+;    http://www.SafeRTOS.com - A version that is certified for use in safety\r
+;    critical systems.\r
+;\r
+;    http://www.OpenRTOS.com - Commercial support, development, porting,\r
+;    licensing and training services.\r
+;*/\r
+\r
+\r
+;\r
+; This file defines the RegTest tasks as described at the top of main.c\r
+;\r
+\r
+;------------------------------------------------------------------------------\r
+\r
+#if __CORE__ != __RL78_1__\r
+       #error "This file is only for RL78 Devices"\r
+#endif\r
+\r
+; Functions implemented in this file\r
+;------------------------------------------------------------------------------\r
+\r
+       PUBLIC    vRegTest1\r
+       PUBLIC    vRegTest2\r
+\r
+; Functions used by this file\r
+;------------------------------------------------------------------------------\r
+       EXTERN    vRegTestError\r
+\r
+;------------------------------------------------------------------------------\r
+;   Fill all the registers with known values, then check that the registers\r
+;   contain the expected value.  An incorrect value being indicative of an\r
+;   error in the context switch mechanism.\r
+;\r
+;   Input:  NONE\r
+;\r
+;   Call:   Created as a task.\r
+;\r
+;   Output: NONE\r
+;\r
+;------------------------------------------------------------------------------\r
+    RSEG CODE:CODE\r
+vRegTest1:\r
+\r
+       ; First fill the registers.\r
+       MOVW    AX, #0x1122\r
+       MOVW    BC, #0x3344\r
+       MOVW    DE, #0x5566\r
+       MOVW    HL, #0x7788\r
+       MOV             CS, #0x01\r
+       \r
+#if __DATA_MODEL__ == __DATA_MODEL_FAR__\r
+\r
+       ; ES is not saved or restored when using the near memory model so only\r
+       ; test it when using the far model.\r
+       MOV             ES, #0x02\r
+       \r
+#endif\r
+\r
+loop1:\r
+\r
+       ; Continuously check that the register values remain at their expected\r
+       ; values.  The BRK is to test the yield.  This task runs at low priority\r
+       ; so will also regularly get preempted.\r
+       BRK\r
+\r
+       ; Compare with the expected value.\r
+       CMPW    AX, #0x1122\r
+       BZ              +5\r
+\r
+       ; Jump over the branch to vRegTestError() if the register contained the\r
+       ; expected value - otherwise flag an error by executing vRegTestError().\r
+       BR              vRegTestError   \r
+\r
+       ; Repeat for all the registers.\r
+       MOVW    AX, BC\r
+       CMPW    AX, #0x3344\r
+       BZ              +5\r
+       BR              vRegTestError   \r
+       MOVW    AX, DE\r
+       CMPW    AX, #0x5566\r
+       BZ              +5\r
+       BR              vRegTestError   \r
+       MOVW    AX, HL  \r
+       CMPW    AX, #0x7788\r
+       BZ              +5\r
+       BR              vRegTestError\r
+       MOV             A, CS\r
+       CMP             A, #0x01\r
+       BZ              +5\r
+       BR              vRegTestError\r
+\r
+#if __DATA_MODEL__ == __DATA_MODEL_FAR__\r
+\r
+       ; ES is not saved or restored when using the near memory model so only\r
+       ; test it when using the far model.\r
+       MOV             A, ES\r
+       CMP             A, #0x02\r
+       BZ              +5\r
+       BR              vRegTestError\r
+\r
+#endif\r
+\r
+       MOVW    AX, #0x1122\r
+       BR              loop1\r
+\r
+\r
+;------------------------------------------------------------------------------\r
+;   Fill all the registers with known values, then check that the registers\r
+;   contain the expected value.  An incorrect value being indicative of an\r
+;   error in the context switch mechanism.\r
+;\r
+;   Input:  NONE\r
+;\r
+;   Call:   Created as a task.\r
+;\r
+;   Output: NONE\r
+;\r
+;------------------------------------------------------------------------------\r
+    RSEG CODE:CODE\r
+vRegTest2:\r
+\r
+       MOVW    AX, #0x99aa\r
+       MOVW    BC, #0xbbcc\r
+       MOVW    DE, #0xddee\r
+       MOVW    HL, #0xff12\r
+       MOV             CS, #0x03\r
+\r
+#if __DATA_MODEL__ == __DATA_MODEL_FAR__\r
+\r
+       MOV             ES, #0x04       \r
+\r
+#endif\r
+\r
+loop2:\r
+       CMPW    AX, #0x99aa\r
+       BZ              +5\r
+       BR              vRegTestError   \r
+       MOVW    AX, BC\r
+       CMPW    AX, #0xbbcc\r
+       BZ              +5\r
+       BR              vRegTestError   \r
+       MOVW    AX, DE\r
+       CMPW    AX, #0xddee\r
+       BZ              +5\r
+       BR              vRegTestError   \r
+       MOVW    AX, HL  \r
+       CMPW    AX, #0xff12\r
+       BZ              +5\r
+       BR              vRegTestError\r
+       MOV             A, CS\r
+       CMP             A, #0x03\r
+       BZ              +5\r
+       BR              vRegTestError\r
+\r
+#if __DATA_MODEL__ == __DATA_MODEL_FAR__\r
+\r
+       MOV             A, ES\r
+       CMP             A, #0x04\r
+       BZ              +5\r
+       BR              vRegTestError\r
+\r
+#endif\r
+\r
+       MOVW    AX, #0x99aa\r
+       BR              loop2\r
+\r
+\r
+       END\r
diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/main.c b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/main.c
new file mode 100644 (file)
index 0000000..a8f76f5
--- /dev/null
@@ -0,0 +1,461 @@
+/*\r
+    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+\r
+    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
+    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
+\r
+    ***************************************************************************\r
+     *                                                                       *\r
+     *    FreeRTOS tutorial books are available in pdf and paperback.        *\r
+     *    Complete, revised, and edited pdf reference manuals are also       *\r
+     *    available.                                                         *\r
+     *                                                                       *\r
+     *    Purchasing FreeRTOS documentation will not only help you, by       *\r
+     *    ensuring you get running as quickly as possible and with an        *\r
+     *    in-depth knowledge of how to use FreeRTOS, it will also help       *\r
+     *    the FreeRTOS project to continue with its mission of providing     *\r
+     *    professional grade, cross platform, de facto standard solutions    *\r
+     *    for microcontrollers - completely free of charge!                  *\r
+     *                                                                       *\r
+     *    >>> See http://www.FreeRTOS.org/Documentation for details. <<<     *\r
+     *                                                                       *\r
+     *    Thank you for using FreeRTOS, and thank you for your support!      *\r
+     *                                                                       *\r
+    ***************************************************************************\r
+\r
+\r
+    This file is part of the FreeRTOS distribution.\r
+\r
+    FreeRTOS is free software; you can redistribute it and/or modify it under\r
+    the terms of the GNU General Public License (version 2) as published by the\r
+    Free Software Foundation AND MODIFIED BY the FreeRTOS exception.\r
+\r
+    >>>>>>NOTE<<<<<< The modification to the GPL is included to allow you to\r
+    distribute a combined work that includes FreeRTOS without being obliged to\r
+    provide the source code for proprietary components outside of the FreeRTOS\r
+    kernel.\r
+\r
+    FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY\r
+    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
+    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
+    details. You should have received a copy of the GNU General Public License\r
+    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    viewed here: http://www.freertos.org/a00114.html and also obtained by\r
+    writing to Real Time Engineers Ltd., contact details for whom are available\r
+    on the FreeRTOS WEB site.\r
+\r
+    1 tab == 4 spaces!\r
+\r
+    ***************************************************************************\r
+     *                                                                       *\r
+     *    Having a problem?  Start by reading the FAQ "My application does   *\r
+     *    not run, what could be wrong?"                                     *\r
+     *                                                                       *\r
+     *    http://www.FreeRTOS.org/FAQHelp.html                               *\r
+     *                                                                       *\r
+    ***************************************************************************\r
+\r
+\r
+    http://www.FreeRTOS.org - Documentation, books, training, latest versions, \r
+    license and Real Time Engineers Ltd. contact details.\r
+\r
+    http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,\r
+    including FreeRTOS+Trace - an indispensable productivity tool, and our new\r
+    fully thread aware and reentrant UDP/IP stack.\r
+\r
+    http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High \r
+    Integrity Systems, who sell the code with commercial support, \r
+    indemnification and middleware, under the OpenRTOS brand.\r
+    \r
+    http://www.SafeRTOS.com - High Integrity Systems also provide a safety \r
+    engineered and independently SIL3 certified version for use in safety and \r
+    mission critical applications that require provable dependability.\r
+*/\r
+\r
+/*\r
+ *\r
+ * ENSURE TO READ THE DOCUMENTATION PAGE FOR THIS PORT AND DEMO APPLICATION ON\r
+ * THE http://www.FreeRTOS.org WEB SITE FOR FULL INFORMATION ON USING THIS DEMO\r
+ * APPLICATION, AND ITS ASSOCIATE FreeRTOS ARCHITECTURE PORT!\r
+ *\r
+ *\r
+ * main() creates the demo application tasks and timers, then starts the\r
+ * scheduler.\r
+ *\r
+ * This demo is configured to run on the RL78/G13 Promotion Board, which is\r
+ * fitted with a R5F100LEA microcontroller.  The R5F100LEA contains a little\r
+ * under 4K bytes of usable internal RAM.  The RAM size restricts the number of\r
+ * demo tasks that can be created, and the demo creates 13 tasks, 4 queues and\r
+ * two timers.  The RL78 range does however include parts with up to 32K bytes\r
+ * of RAM (at the time of writing).  Using FreeRTOS on such a part will allow an\r
+ * application to make a more comprehensive use of FreeRTOS tasks, and other\r
+ * FreeRTOS features.\r
+ *\r
+ * In addition to the standard demo tasks, the following tasks, tests and timers\r
+ * are created within this file:\r
+ *\r
+ * "Reg test" tasks - These fill the registers with known values, then check\r
+ * that each register still contains its expected value.  Each task uses a\r
+ * different set of values.  The reg test tasks execute with a very low priority,\r
+ * so get preempted very frequently.  A register containing an unexpected value\r
+ * is indicative of an error in the context switching mechanism.\r
+ *\r
+ * The "Demo" Timer and Callback Function:\r
+ * The demo timer callback function does nothing more than increment a variable.\r
+ * The period of the demo timer is set relative to the period of the check timer\r
+ * (described below).  This allows the check timer to know how many times the\r
+ * demo timer callback function should execute between each execution of the\r
+ * check timer callback function.  The variable incremented in the demo timer\r
+ * callback function is used to determine how many times the callback function\r
+ * has executed.\r
+ *\r
+ * The "Check" Timer and Callback Function:\r
+ * The check timer period is initially set to three seconds.  The check timer\r
+ * callback function checks that all the standard demo tasks, the reg test tasks,\r
+ * and the demo timer are not only still executing, but are executing without\r
+ * reporting any errors.  If the check timer discovers that a task or timer has\r
+ * stalled, or reported an error, then it changes its own period from the\r
+ * initial three seconds, to just 200ms.  The check timer callback function also\r
+ * toggles the user LED each time it is called.  This provides a visual\r
+ * indication of the system status:  If the LED toggles every three seconds,\r
+ * then no issues have been discovered.  If the LED toggles every 200ms, then an\r
+ * issue has been discovered with at least one task.\r
+ *\r
+ */\r
+\r
+/* Scheduler include files. */\r
+#include "FreeRTOS.h"\r
+#include "task.h"\r
+#include "timers.h"\r
+\r
+/* Standard demo includes. */\r
+#include "dynamic.h"\r
+#include "PollQ.h"\r
+#include "blocktim.h"\r
+\r
+/* The period at which the check timer will expire, in ms, provided no errors\r
+have been reported by any of the standard demo tasks.  ms are converted to the\r
+equivalent in ticks using the portTICK_RATE_MS constant. */\r
+#define mainCHECK_TIMER_PERIOD_MS                      ( 3000UL / portTICK_RATE_MS )\r
+\r
+/* The period at which the check timer will expire, in ms, if an error has been\r
+reported in one of the standard demo tasks, the check tasks, or the demo timer.\r
+ms are converted to the equivalent in ticks using the portTICK_RATE_MS\r
+constant. */\r
+#define mainERROR_CHECK_TIMER_PERIOD_MS        ( 200UL / portTICK_RATE_MS )\r
+\r
+/* These two definitions are used to set the period of the demo timer.  The demo\r
+timer period is always relative to the check timer period, so the check timer\r
+can determine if the demo timer has expired the expected number of times between\r
+its own executions. */\r
+#define mainDEMO_TIMER_INCREMENTS_PER_CHECK_TIMER_TIMEOUT      ( 100UL )\r
+#define mainDEMO_TIMER_PERIOD_MS                       ( mainCHECK_TIMER_PERIOD_MS / mainDEMO_TIMER_INCREMENTS_PER_CHECK_TIMER_TIMEOUT )\r
+\r
+/* The LED toggled by the check timer. */\r
+#define mainLED_0                                              P7_bit.no7\r
+\r
+/* A block time of zero simple means "don't block". */\r
+#define mainDONT_BLOCK                                         ( 0U )\r
+\r
+/*-----------------------------------------------------------*/\r
+\r
+/*\r
+ * The 'check' timer callback function, as described at the top of this file.\r
+ */\r
+static void prvCheckTimerCallback( xTimerHandle xTimer );\r
+\r
+/*\r
+ * The 'demo' timer callback function, as described at the top of this file.\r
+ */\r
+static void prvDemoTimerCallback( xTimerHandle xTimer );\r
+\r
+/*\r
+ * This function is called from the C startup routine to setup the processor -\r
+ * in particular the clock source.\r
+ */\r
+int __low_level_init(void);\r
+\r
+/*\r
+ * Functions that define the RegTest tasks, as described at the top of this file.\r
+ */\r
+extern void vRegTest1( void *pvParameters );\r
+extern void vRegTest2( void *pvParameters );\r
+\r
+\r
+/*-----------------------------------------------------------*/\r
+\r
+/* If an error is discovered by one of the RegTest tasks then this flag is set\r
+to pdFAIL.  The 'check' timer then inspects this flag to detect errors within\r
+the RegTest tasks. */\r
+static short sRegTestStatus = pdPASS;\r
+\r
+/* The check timer.  This uses prvCheckTimerCallback() as its callback\r
+function. */\r
+static xTimerHandle xCheckTimer = NULL;\r
+\r
+/* The demo timer.  This uses prvDemoTimerCallback() as its callback function. */\r
+static xTimerHandle xDemoTimer = NULL;\r
+\r
+/* This variable is incremented each time the demo timer expires. */\r
+static volatile unsigned long ulDemoSoftwareTimerCounter = 0UL;\r
+\r
+/* RL78/G13 Option Byte Definition. Watchdog disabled, LVI enabled, OCD interface\r
+enabled. */\r
+__root __far const unsigned char OptionByte[] @ 0x00C0 =\r
+{\r
+       WATCHDOG_DISABLED, LVI_ENABLED, RESERVED_FF, OCD_ENABLED\r
+};\r
+\r
+/* Security byte definition */\r
+__root __far const unsigned char SecuIDCode[]  @ 0x00C4 =\r
+{\r
+       0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55, 0x54\r
+};\r
+\r
+/*-----------------------------------------------------------*/\r
+\r
+short main( void )\r
+{\r
+       /* Creates all the tasks and timers, then starts the scheduler. */\r
+\r
+       /* First create the 'standard demo' tasks.  These are used to demonstrate\r
+       API functions being used and also to test the kernel port.  More information\r
+       is provided on the FreeRTOS.org WEB site. */\r
+       vStartDynamicPriorityTasks();\r
+       vStartPolledQueueTasks( tskIDLE_PRIORITY );\r
+       vCreateBlockTimeTasks();\r
+\r
+       /* Create the RegTest tasks as described at the top of this file. */\r
+       xTaskCreate( vRegTest1, "Reg1", configMINIMAL_STACK_SIZE, NULL, 0, NULL );\r
+       xTaskCreate( vRegTest2, "Reg2", configMINIMAL_STACK_SIZE, NULL, 0, NULL );      \r
+\r
+       /* Create the software timer that performs the 'check' functionality,\r
+       as described at the top of this file. */\r
+       xCheckTimer = xTimerCreate( ( const signed char * ) "CheckTimer",/* A text name, purely to help debugging. */\r
+                                                               ( mainCHECK_TIMER_PERIOD_MS ),          /* The timer period, in this case 3000ms (3s). */\r
+                                                               pdTRUE,                                                         /* This is an auto-reload timer, so xAutoReload is set to pdTRUE. */\r
+                                                               ( void * ) 0,                                           /* The ID is not used, so can be set to anything. */\r
+                                                               prvCheckTimerCallback                           /* The callback function that inspects the status of all the other tasks. */\r
+                                                         );\r
+                                                       \r
+       /* Create the software timer that just increments a variable for demo\r
+       purposes. */\r
+       xDemoTimer = xTimerCreate( ( const signed char * ) "DemoTimer",/* A text name, purely to help debugging. */\r
+                                                               ( mainDEMO_TIMER_PERIOD_MS ),           /* The timer period, in this case it is always calculated relative to the check timer period (see the definition of mainDEMO_TIMER_PERIOD_MS). */\r
+                                                               pdTRUE,                                                         /* This is an auto-reload timer, so xAutoReload is set to pdTRUE. */\r
+                                                               ( void * ) 0,                                           /* The ID is not used, so can be set to anything. */\r
+                                                               prvDemoTimerCallback                            /* The callback function that inspects the status of all the other tasks. */\r
+                                                         );\r
+       \r
+       /* Start both the check timer and the demo timer.  The timers won't actually\r
+       start until the scheduler is started. */\r
+       xTimerStart( xCheckTimer, mainDONT_BLOCK );\r
+       xTimerStart( xDemoTimer, mainDONT_BLOCK );\r
+       \r
+       /* Finally start the scheduler running. */\r
+       vTaskStartScheduler();\r
+\r
+       /* If this line is reached then vTaskStartScheduler() returned because there\r
+       was insufficient heap memory remaining for the idle task to be created. */\r
+       for( ;; );\r
+}\r
+/*-----------------------------------------------------------*/\r
+\r
+static void prvDemoTimerCallback( xTimerHandle xTimer )\r
+{\r
+       /* The demo timer has expired.  All it does is increment a variable.  The\r
+       period of the demo timer is relative to that of the check timer, so the\r
+       check timer knows how many times this variable should have been incremented\r
+       between each execution of the check timer's own callback. */\r
+       ulDemoSoftwareTimerCounter++;\r
+}\r
+/*-----------------------------------------------------------*/\r
+\r
+static void prvCheckTimerCallback( xTimerHandle xTimer )\r
+{\r
+static portBASE_TYPE xChangedTimerPeriodAlready = pdFALSE, xErrorStatus = pdPASS;\r
+\r
+       /* Inspect the status of the standard demo tasks. */\r
+       if( xAreDynamicPriorityTasksStillRunning() != pdTRUE )\r
+       {\r
+               xErrorStatus = pdFAIL;\r
+       }\r
+       \r
+       if( xArePollingQueuesStillRunning() != pdTRUE )\r
+       {\r
+               xErrorStatus = pdFAIL;\r
+       }\r
+       \r
+       if( xAreBlockTimeTestTasksStillRunning() != pdTRUE )\r
+       {\r
+               xErrorStatus = pdFAIL;\r
+       }\r
+\r
+       /* Inspect the status of the reg test tasks. */\r
+       if( sRegTestStatus != pdPASS )\r
+       {\r
+               xErrorStatus = pdFAIL;\r
+       }\r
+       \r
+       /* Ensure that the demo software timer has expired\r
+       mainDEMO_TIMER_INCREMENTS_PER_CHECK_TIMER_TIMEOUT times in between\r
+       each call of this function.  A critical section is not required to access\r
+       ulDemoSoftwareTimerCounter as the variable is only accessed from another\r
+       software timer callback, and only one software timer callback can be\r
+       executing at any time. */\r
+       if( ( ulDemoSoftwareTimerCounter < ( mainDEMO_TIMER_INCREMENTS_PER_CHECK_TIMER_TIMEOUT - 1 ) ) ||\r
+           ( ulDemoSoftwareTimerCounter > ( mainDEMO_TIMER_INCREMENTS_PER_CHECK_TIMER_TIMEOUT + 1 ) )\r
+         )\r
+       {\r
+               xErrorStatus = pdFAIL;\r
+       }\r
+       else\r
+       {\r
+               ulDemoSoftwareTimerCounter = 0UL;\r
+       }\r
+       \r
+       if( ( xErrorStatus == pdFAIL ) && ( xChangedTimerPeriodAlready == pdFALSE ) )\r
+       {\r
+               /* An error has occurred, but the timer's period has not yet been changed,\r
+               change it now, and remember that it has been changed.  Shortening the\r
+               timer's period means the LED will toggle at a faster rate, giving a\r
+               visible indication that something has gone wrong. */\r
+               xChangedTimerPeriodAlready = pdTRUE;\r
+                       \r
+               /* This call to xTimerChangePeriod() uses a zero block time.  Functions\r
+               called from inside of a timer callback function must *never* attempt to\r
+               block. */\r
+               xTimerChangePeriod( xCheckTimer, ( mainERROR_CHECK_TIMER_PERIOD_MS ), mainDONT_BLOCK );\r
+       }\r
+       \r
+       /* Toggle the LED.  The toggle rate will depend on whether or not an error\r
+       has been found in any tasks. */\r
+       mainLED_0 = !mainLED_0;\r
+}\r
+/*-----------------------------------------------------------*/\r
+\r
+int __low_level_init(void)\r
+{\r
+unsigned portCHAR ucResetFlag = RESF;\r
+\r
+       portDISABLE_INTERRUPTS();\r
+\r
+       /* Clock Configuration:\r
+       In this port, to use the internal high speed clock source of the\r
+       microcontroller, define the configCLOCK_SOURCE as 1 in FreeRTOSConfig.h.  To\r
+       use an external clock define configCLOCK_SOURCE as 0. */\r
+       #if configCLOCK_SOURCE == 1\r
+       {\r
+               /* Set fMX */\r
+               CMC = 0x00;\r
+               MSTOP = 1U;\r
+               \r
+               /* Set fMAIN */\r
+               MCM0 = 0U;\r
+               \r
+               /* Set fSUB */\r
+               XTSTOP = 1U;\r
+               OSMC = 0x10;\r
+               \r
+               /* Set fCLK */\r
+               CSS = 0U;\r
+               \r
+               /* Set fIH */\r
+               HIOSTOP = 0U;\r
+       }\r
+       #else\r
+       {\r
+               unsigned char ucTempStabset, ucTempStabWait;    \r
+\r
+               /* Set fMX */\r
+               CMC = 0x41;\r
+               OSTS = 0x07;\r
+               MSTOP = 0U;\r
+               ucTempStabset = 0xFF;\r
+               \r
+               do\r
+               {\r
+                       ucTempStabWait = OSTC;\r
+                       ucTempStabWait &= ucTempStabset;\r
+               }\r
+               while( ucTempStabWait != ucTempStabset );\r
+               \r
+               /* Set fMAIN */\r
+               MCM0 = 1U;\r
+               \r
+               /* Set fSUB */\r
+               XTSTOP = 1U;\r
+               OSMC = 0x10;\r
+               \r
+               /* Set fCLK */\r
+               CSS = 0U;\r
+               \r
+               /* Set fIH */\r
+               HIOSTOP = 0U;\r
+       }\r
+       #endif /* configCLOCK_SOURCE == 1 */\r
+       \r
+       /* LED port initialization - set port register. */\r
+       P7 &= 0x7F;\r
+       \r
+       /* Set port mode register. */\r
+       PM7 &= 0x7F;\r
+       \r
+       /* Switch pin initialization - enable pull-up resistor. */\r
+       PU12_bit.no0  = 1;\r
+\r
+       return pdTRUE;\r
+}\r
+/*-----------------------------------------------------------*/\r
+\r
+void vRegTestError( void )\r
+{\r
+       /* Called by the RegTest tasks if an error is found.  lRegTestStatus is\r
+       inspected by the check task. */\r
+       sRegTestStatus = pdFAIL;\r
+\r
+       /* Do not return from here as the reg test tasks clobber all registers so\r
+       function calls may not function correctly. */\r
+       for( ;; );\r
+}\r
+/*-----------------------------------------------------------*/\r
+\r
+void vApplicationMallocFailedHook( void )\r
+{\r
+       /* Called if a call to pvPortMalloc() fails because there is insufficient\r
+       free memory available in the FreeRTOS heap.  pvPortMalloc() is called\r
+       internally by FreeRTOS API functions that create tasks, queues, software\r
+       timers, and semaphores.  The size of the FreeRTOS heap is set by the\r
+       configTOTAL_HEAP_SIZE configuration constant in FreeRTOSConfig.h. */\r
+       taskDISABLE_INTERRUPTS();\r
+       for( ;; );\r
+}\r
+/*-----------------------------------------------------------*/\r
+\r
+void vApplicationStackOverflowHook( xTaskHandle pxTask, signed char *pcTaskName )\r
+{\r
+       ( void ) pcTaskName;\r
+       ( void ) pxTask;\r
+\r
+       /* Run time stack overflow checking is performed if\r
+       configCHECK_FOR_STACK_OVERFLOW is defined to 1 or 2.  This hook\r
+       function is called if a stack overflow is detected. */\r
+       taskDISABLE_INTERRUPTS();\r
+       for( ;; );\r
+}\r
+/*-----------------------------------------------------------*/\r
+\r
+void vApplicationIdleHook( void )\r
+{\r
+volatile size_t xFreeHeapSpace;\r
+\r
+       /* This is just a trivial example of an idle hook.  It is called on each\r
+       cycle of the idle task.  It must *NOT* attempt to block.  In this case the\r
+       idle task just queries the amount of FreeRTOS heap that remains.  See the\r
+       memory management section on the http://www.FreeRTOS.org web site for memory\r
+       management options.  If there is a lot of heap memory free then the\r
+       configTOTAL_HEAP_SIZE value in FreeRTOSConfig.h can be reduced to free up\r
+       RAM. */\r
+       xFreeHeapSpace = xPortGetFreeHeapSize();        \r
+}\r
+\r
diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/settings/rtosdemo.cspy.bat b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/settings/rtosdemo.cspy.bat
new file mode 100644 (file)
index 0000000..7c8c4b4
--- /dev/null
@@ -0,0 +1,15 @@
+@REM This batch file has been generated by the IAR Embedded Workbench\r
+@REM C-SPY Debugger, as an aid to preparing a command line for running\r
+@REM the cspybat command line utility using the appropriate settings.\r
+@REM\r
+@REM You can launch cspybat by typing the name of this batch file followed\r
+@REM by the name of the debug file (usually an ELF/DWARF or UBROF file).\r
+@REM Note that this file is generated every time a new debug session\r
+@REM is initialized, so you may want to move or rename the file before\r
+@REM making changes.\r
+@REM \r
+\r
+\r
+"C:\devtools\IAR Systems\Embedded Workbench 6.0\common\bin\cspybat" "C:\devtools\IAR Systems\Embedded Workbench 6.0\rl78\bin\rl78proc.dll" "C:\devtools\IAR Systems\Embedded Workbench 6.0\rl78\bin\rl78ocd.dll"  %1 --plugin "C:\devtools\IAR Systems\Embedded Workbench 6.0\rl78\bin\rl78bat.dll" --backend -B "--core" "rl78_1" "--near_const_location" "rom0" "--near_const_start" "0xf2000" "--near_const_size" "51.75" "-p" "C:\devtools\IAR Systems\Embedded Workbench 6.0\rl78\CONFIG\DDF\ior5f100le.ddf" "-d" "tk" \r
+\r
+\r
diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/settings/rtosdemo.dbgdt b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/settings/rtosdemo.dbgdt
new file mode 100644 (file)
index 0000000..4e0742a
--- /dev/null
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="iso-8859-1"?>\r
+\r
+<Project>\r
+  <Desktop>\r
+    <Static>\r
+      <Debug-Log>\r
+        \r
+        \r
+      <ColumnWidth0>20</ColumnWidth0><ColumnWidth1>912</ColumnWidth1></Debug-Log>\r
+      <Build>\r
+        \r
+        \r
+        \r
+        \r
+      <ColumnWidth0>20</ColumnWidth0><ColumnWidth1>684</ColumnWidth1><ColumnWidth2>182</ColumnWidth2><ColumnWidth3>45</ColumnWidth3></Build>\r
+      <Workspace>\r
+        <ColumnWidths>\r
+          \r
+          \r
+          \r
+          \r
+        <Column0>188</Column0><Column1>27</Column1><Column2>27</Column2><Column3>27</Column3></ColumnWidths>\r
+      </Workspace>\r
+      <Disassembly>\r
+        \r
+        \r
+        \r
+      <PreferedWindows><Position>2</Position><ScreenPosX>0</ScreenPosX><ScreenPosY>0</ScreenPosY><Windows/></PreferedWindows><MixedMode>1</MixedMode><CodeCovShow>1</CodeCovShow><InstrProfShow>1</InstrProfShow></Disassembly>\r
+    <STACK2><PreferedWindows><Position>1</Position><ScreenPosX>0</ScreenPosX><ScreenPosY>0</ScreenPosY><Windows/></PreferedWindows></STACK2><Register><PreferedWindows><Position>2</Position><ScreenPosX>0</ScreenPosX><ScreenPosY>0</ScreenPosY><Windows/></PreferedWindows></Register></Static>\r
+    <Windows>\r
+      \r
+      \r
+      \r
+    <Wnd0>\r
+        <Tabs>\r
+          <Tab>\r
+            <Identity>TabID-30626-17561</Identity>\r
+            <TabName>Debug Log</TabName>\r
+            <Factory>Debug-Log</Factory>\r
+            <Session/>\r
+          </Tab>\r
+          <Tab>\r
+            <Identity>TabID-30103-17570</Identity>\r
+            <TabName>Build</TabName>\r
+            <Factory>Build</Factory>\r
+            <Session/>\r
+          </Tab>\r
+        </Tabs>\r
+        \r
+      <SelectedTab>0</SelectedTab></Wnd0><Wnd1>\r
+        <Tabs>\r
+          <Tab>\r
+            <Identity>TabID-8606-17564</Identity>\r
+            <TabName>Workspace</TabName>\r
+            <Factory>Workspace</Factory>\r
+            <Session>\r
+              \r
+            <NodeDict><ExpandedNode>RTOSDemo</ExpandedNode><ExpandedNode>RTOSDemo/Demo Source</ExpandedNode><ExpandedNode>RTOSDemo/Demo Source/StandardDemos</ExpandedNode><ExpandedNode>RTOSDemo/Kernel Source</ExpandedNode></NodeDict></Session>\r
+          </Tab>\r
+        </Tabs>\r
+        \r
+      <SelectedTab>0</SelectedTab></Wnd1></Windows>\r
+    <Editor>\r
+      \r
+      \r
+      \r
+      \r
+    <Pane><Tab><Factory>TextEditor</Factory><Filename>$WS_DIR$\main.c</Filename><XPos>0</XPos><YPos>231</YPos><SelStart>11243</SelStart><SelEnd>11243</SelEnd></Tab><ActiveTab>0</ActiveTab></Pane><ActivePane>0</ActivePane><Sizes><Pane><X>1000000</X><Y>1000000</Y></Pane></Sizes><SplitMode>1</SplitMode></Editor>\r
+    <Positions>\r
+      \r
+      \r
+      \r
+      \r
+      \r
+    <Top><Row0><Sizes><Toolbar-01bf0d90><key>iaridepm.enu1</key></Toolbar-01bf0d90></Sizes></Row0><Row1><Sizes><Toolbar-02bb4d40><key>debuggergui.enu1</key></Toolbar-02bb4d40><Toolbar-02bb55d8><key>rl78ocd.enu1</key></Toolbar-02bb55d8></Sizes></Row1></Top><Left><Row0><Sizes><Wnd1><Rect><Top>-2</Top><Left>-2</Left><Bottom>631</Bottom><Right>262</Right><x>-2</x><y>-2</y><xscreen>264</xscreen><yscreen>244</yscreen><sizeHorzCX>206250</sizeHorzCX><sizeHorzCY>259023</sizeHorzCY><sizeVertCX>206250</sizeVertCX><sizeVertCY>671975</sizeVertCY></Rect></Wnd1></Sizes></Row0></Left><Right><Row0><Sizes/></Row0></Right><Bottom><Row0><Sizes><Wnd0><Rect><Top>-2</Top><Left>-2</Left><Bottom>242</Bottom><Right>1282</Right><x>-2</x><y>-2</y><xscreen>1284</xscreen><yscreen>244</yscreen><sizeHorzCX>1003125</sizeHorzCX><sizeHorzCY>259023</sizeHorzCY><sizeVertCX>206250</sizeVertCX><sizeVertCY>259023</sizeVertCY></Rect></Wnd0></Sizes></Row0></Bottom><Float><Sizes/></Float></Positions>\r
+  </Desktop>\r
+</Project>\r
+\r
+\r
diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/settings/rtosdemo.dni b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/settings/rtosdemo.dni
new file mode 100644 (file)
index 0000000..bb34518
--- /dev/null
@@ -0,0 +1,185 @@
+[InterruptLog]\r
+LogEnabled=0\r
+SumEnabled=0\r
+GraphEnabled=0\r
+ShowTimeLog=1\r
+ShowTimeSum=1\r
+SumSortOrder=0\r
+[Interrupts]\r
+Enabled=1\r
+[MemoryMap]\r
+Enabled=0\r
+Base=0\r
+UseAuto=0\r
+TypeViolation=1\r
+UnspecRange=1\r
+ActionState=1\r
+[DebugChecksum]\r
+Checksum=-1460440724\r
+[DisAssemblyWindow]\r
+NumStates=_ 1\r
+State 1=_ 1\r
+[InstructionProfiling]\r
+Enabled=_ 0\r
+[CodeCoverage]\r
+Enabled=_ 0\r
+[E1]\r
+Map0=0,0,65535,65536\r
+Map1=1,1044224,1048319,4096\r
+MapEntries=2\r
+HWsettings=1,0,0,0,4,0,1,0,16,16\r
+HWsettingsCube=2,4294967295,2,4294967295,0,1,0,0\r
+HWsettingsRsuid=55555555555555555554\r
+EventEntries=0\r
+SeqName0=\r
+SeqData0=0,0\r
+SeqEnable10=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable20=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable30=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable40=0,0,0,0,0,0,0,0,0,0\r
+SeqDisable0=0,0,0,0,0,0,0,0,0,0\r
+SeqData20=0,0,0,0,0,0\r
+SeqName1=\r
+SeqData1=0,0\r
+SeqEnable11=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable21=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable31=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable41=0,0,0,0,0,0,0,0,0,0\r
+SeqDisable1=0,0,0,0,0,0,0,0,0,0\r
+SeqData21=0,0,0,0,0,0\r
+SeqName2=\r
+SeqData2=0,0\r
+SeqEnable12=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable22=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable32=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable42=0,0,0,0,0,0,0,0,0,0\r
+SeqDisable2=0,0,0,0,0,0,0,0,0,0\r
+SeqData22=0,0,0,0,0,0\r
+SeqName3=\r
+SeqData3=0,0\r
+SeqEnable13=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable23=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable33=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable43=0,0,0,0,0,0,0,0,0,0\r
+SeqDisable3=0,0,0,0,0,0,0,0,0,0\r
+SeqData23=0,0,0,0,0,0\r
+SeqName4=\r
+SeqData4=0,0\r
+SeqEnable14=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable24=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable34=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable44=0,0,0,0,0,0,0,0,0,0\r
+SeqDisable4=0,0,0,0,0,0,0,0,0,0\r
+SeqData24=0,0,0,0,0,0\r
+TraceSettings=64,0,0,0,0,0,8192\r
+TimerSettings=0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0\r
+CoverSettings=1048192,1048207,0\r
+Version=1,xxx.txt\r
+LastDevFile=DR5F100LE.DVF\r
+EmulType=64\r
+BreakToggle=0\r
+EventLimits=0, 1, 1, 0, 0, 0, 2\r
+LastSetupFailed=1\r
+[StackPlugin]\r
+Enabled=1\r
+OverflowWarningsEnabled=1\r
+WarningThreshold=90\r
+SpWarningsEnabled=1\r
+WarnHow=0\r
+UseTrigger=1\r
+TriggerName=main\r
+LimitSize=0\r
+ByteLimit=50\r
+[TK]\r
+LastSetupFailed=0\r
+Map0=0,0,65535,65536\r
+Map1=1,1044224,1048319,4096\r
+MapEntries=2\r
+HWsettings=1,0,0,2,4,0,1,0,16,1\r
+HWsettingsCube=2,4294967295,2,4294967295,0,1,0,0\r
+HWsettingsRsuid=55555555555555555554\r
+EventEntries=0\r
+SeqName0=\r
+SeqData0=0,0\r
+SeqEnable10=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable20=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable30=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable40=0,0,0,0,0,0,0,0,0,0\r
+SeqDisable0=0,0,0,0,0,0,0,0,0,0\r
+SeqData20=0,0,0,0,0,0\r
+SeqName1=\r
+SeqData1=0,0\r
+SeqEnable11=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable21=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable31=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable41=0,0,0,0,0,0,0,0,0,0\r
+SeqDisable1=0,0,0,0,0,0,0,0,0,0\r
+SeqData21=0,0,0,0,0,0\r
+SeqName2=\r
+SeqData2=0,0\r
+SeqEnable12=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable22=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable32=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable42=0,0,0,0,0,0,0,0,0,0\r
+SeqDisable2=0,0,0,0,0,0,0,0,0,0\r
+SeqData22=0,0,0,0,0,0\r
+SeqName3=\r
+SeqData3=0,0\r
+SeqEnable13=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable23=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable33=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable43=0,0,0,0,0,0,0,0,0,0\r
+SeqDisable3=0,0,0,0,0,0,0,0,0,0\r
+SeqData23=0,0,0,0,0,0\r
+SeqName4=\r
+SeqData4=0,0\r
+SeqEnable14=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable24=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable34=0,0,0,0,0,0,0,0,0,0\r
+SeqEnable44=0,0,0,0,0,0,0,0,0,0\r
+SeqDisable4=0,0,0,0,0,0,0,0,0,0\r
+SeqData24=0,0,0,0,0,0\r
+TraceSettings=64,0,0,0,0,0,8192\r
+TimerSettings=0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0\r
+CoverSettings=1048192,1048207,0\r
+Version=1,trace.txt\r
+LastDevFile=DR5F100LE.DVF\r
+EmulType=256\r
+BreakToggle=0\r
+EventLimits=0, 1, 1, 0, 0, 0, 2\r
+[Stack]\r
+FillEnabled=0\r
+OverflowWarningsEnabled=1\r
+WarningThreshold=90\r
+SpWarningsEnabled=1\r
+WarnLogOnly=1\r
+UseTrigger=1\r
+TriggerName=main\r
+LimitSize=0\r
+ByteLimit=50\r
+[CallStack]\r
+ShowArgs=0\r
+[Log file]\r
+LoggingEnabled=_ 0\r
+LogFile=_ ""\r
+Category=_ 0\r
+[TermIOLog]\r
+LoggingEnabled=_ 0\r
+LogFile=_ ""\r
+[TraceHelper]\r
+Enabled=0\r
+ShowSource=1\r
+[CallStackLog]\r
+Enabled=0\r
+[DriverProfiling]\r
+Enabled=0\r
+Mode=0\r
+Graph=0\r
+Symbiont=0\r
+[Breakpoints]\r
+Bp0=_ "STD_CODE" "{$PROJ_DIR$\..\..\Source\portable\MemMang\heap_1.c}.121.4@1" 1 0 0 0 "" 0 ""\r
+Count=1\r
+[Aliases]\r
+A0=_ "C:\Data\RL78_STICK\FreeRTOSV6.1.1\Source\portable\IAR\RL78\portasm.s87" "E:\Data\RL78_STICK\FreeRTOSV6.1.1\Source\portable\IAR\RL78\portasm.s87"\r
+Count=1\r
+SuppressDialog=1\r
diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/settings/rtosdemo.wsdt b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/settings/rtosdemo.wsdt
new file mode 100644 (file)
index 0000000..f892a4e
--- /dev/null
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="iso-8859-1"?>\r
+\r
+<Workspace>\r
+  <ConfigDictionary>\r
+    \r
+  <CurrentConfigs><Project>RTOSDemo/Debug</Project></CurrentConfigs></ConfigDictionary>\r
+  <Desktop>\r
+    <Static>\r
+      <Workspace>\r
+        <ColumnWidths>\r
+          \r
+          \r
+          \r
+          \r
+        <Column0>244</Column0><Column1>27</Column1><Column2>27</Column2><Column3>27</Column3></ColumnWidths>\r
+      </Workspace>\r
+    <Build><ColumnWidth0>20</ColumnWidth0><ColumnWidth1>684</ColumnWidth1><ColumnWidth2>182</ColumnWidth2><ColumnWidth3>45</ColumnWidth3></Build><TerminalIO/><Debug-Log><ColumnWidth0>20</ColumnWidth0><ColumnWidth1>1218</ColumnWidth1></Debug-Log><Disassembly><MixedMode>1</MixedMode><CodeCovShow>1</CodeCovShow><InstrProfShow>1</InstrProfShow></Disassembly><Find-in-Files><ColumnWidth0>439</ColumnWidth0><ColumnWidth1>62</ColumnWidth1><ColumnWidth2>753</ColumnWidth2></Find-in-Files></Static>\r
+    <Windows>\r
+      \r
+    <Wnd2>\r
+        <Tabs>\r
+          <Tab>\r
+            <Identity>TabID-25565-17041</Identity>\r
+            <TabName>Workspace</TabName>\r
+            <Factory>Workspace</Factory>\r
+            <Session>\r
+              \r
+            <NodeDict><ExpandedNode>RTOSDemo</ExpandedNode></NodeDict></Session>\r
+          </Tab>\r
+        </Tabs>\r
+        \r
+      <SelectedTab>0</SelectedTab></Wnd2><Wnd3><Tabs><Tab><Identity>TabID-4654-17433</Identity><TabName>Build</TabName><Factory>Build</Factory><Session/></Tab><Tab><Identity>TabID-7454-1824</Identity><TabName>Find in Files</TabName><Factory>Find-in-Files</Factory><Session/></Tab><Tab><Identity>TabID-32037-14096</Identity><TabName>Debug Log</TabName><Factory>Debug-Log</Factory><Session/></Tab></Tabs><SelectedTab>0</SelectedTab></Wnd3></Windows>\r
+    <Editor>\r
+      \r
+      \r
+      \r
+      \r
+    <Pane><Tab><Factory>TextEditor</Factory><Filename>$WS_DIR$\main.c</Filename><XPos>0</XPos><YPos>60</YPos><SelStart>11655</SelStart><SelEnd>11655</SelEnd></Tab><ActiveTab>0</ActiveTab></Pane><ActivePane>0</ActivePane><Sizes><Pane><X>1000000</X><Y>1000000</Y></Pane></Sizes><SplitMode>1</SplitMode></Editor>\r
+    <Positions>\r
+      \r
+      \r
+      \r
+      \r
+      \r
+    <Top><Row0><Sizes><Toolbar-01336518><key>iaridepm.enu1</key></Toolbar-01336518></Sizes></Row0></Top><Left><Row0><Sizes><Wnd2><Rect><Top>-2</Top><Left>-2</Left><Bottom>629</Bottom><Right>318</Right><x>-2</x><y>-2</y><xscreen>263</xscreen><yscreen>200</yscreen><sizeHorzCX>156548</sizeHorzCX><sizeHorzCY>203666</sizeHorzCY><sizeVertCX>190476</sizeVertCX><sizeVertCY>642566</sizeVertCY></Rect></Wnd2></Sizes></Row0></Left><Right><Row0><Sizes/></Row0></Right><Bottom><Row0><Sizes><Wnd3><Rect><Top>-2</Top><Left>-2</Left><Bottom>309</Bottom><Right>1682</Right><x>-2</x><y>-2</y><xscreen>1684</xscreen><yscreen>311</yscreen><sizeHorzCX>1002381</sizeHorzCX><sizeHorzCY>316701</sizeHorzCY><sizeVertCX>205357</sizeVertCX><sizeVertCY>258656</sizeVertCY></Rect></Wnd3></Sizes></Row0></Bottom><Float><Sizes/></Float></Positions>\r
+  </Desktop>\r
+</Workspace>\r
+\r
+\r
index df5fcba568e2b36dcf6ef36d31718395930e5227..0f6afd63924e174c91ce0cd05e39bab2f44146f7 100644 (file)
@@ -1,4 +1,4 @@
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;\r
 ;    FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
 ;    http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -38,7 +38,7 @@
 ;    WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
 ;    FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
 ;    details. You should have received a copy of the GNU General Public License\r
-;    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+;    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
 ;    viewed here: http://www.freertos.org/a00114.html and also obtained by\r
 ;    writing to Real Time Engineers Ltd., contact details for whom are available\r
 ;    on the FreeRTOS WEB site.\r
index e7005f71fd47920b07398feafdcd5bca0c4e82db..175d246e1040561691851f93e161a9ea2ef55f36 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 56b3997909de0785cb80c213ce65ef6398076a99..6467e1040a6b31f1eafd232e90e93b67e49626ae 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;\r
 ;\r
 ;    ***************************************************************************\r
index 0dba58fdff7bc4e6290a0cf335517e9fff00ea1d..3e75a1f1be4785948fcb61db132b11fcf89c0a2b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2b4acff9b04cb7925e3c480dfa2caa88f12343ba..b40fcf181d5b37ac8494ad809b7df88edd96fa75 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 78df1940313b40a4f24e74a597e6da04d0b9a5c9..83a0b0255f2f1e88883f3590debf85b6a90cf4d9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 80b2a2ed1781828640cd0751f57671cc8b014134..818cc0638bc7b509248c4fa6f1ba58005a263e98 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index acb109f9ee0f7dd95e14111a6dad0ae0eb191aec..15ac74033b9e1d978fdd3da186de07c324bcb81a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
@@ -79,7 +79,7 @@
  * executed from within the IDE!  Once it has been executed, re-open or refresh\r
  * the Eclipse project and remove the #error line below.\r
  */\r
-//#error Ensure CreateProjectDirectoryStructure.bat has been executed before building.  See comment immediately above.\r
+#error Ensure CreateProjectDirectoryStructure.bat has been executed before building.  See comment immediately above.\r
 \r
 \r
 #ifndef FREERTOS_CONFIG_H\r
index 827da190dda931939d22b3d1e923bb0fb7193984..4a4ab67a1f9abc41c059a1b4b0a976fc82f84bd2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 194cde0f1235a783740b1be16cbf9ebf7a6ef69e..7b80048dbf0784480b153117588c1eb9e4967dca 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1a2934c0c3a55090b8f96e3bc3136f781497e076..78fd2d37c1ee2d0ba5109988e0054c8755df124b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a6939605813d8a85c2ee6a5e6544327a4dc38294..bd7df49ccf08655f72739d7a574004029e187d39 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3fb787a990693470ce8920f9d2404580837f81be..eccd314d33df029a8543d5cf8a09e9f237ee2166 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 827da190dda931939d22b3d1e923bb0fb7193984..4a4ab67a1f9abc41c059a1b4b0a976fc82f84bd2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a530b5ca56cfad0722496ecb7fd863a12d562148..29e55ad89cbf6aa243e5b1a38f6be018348fe29b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c2d786b2cbfff7aa0126e9a412e79a2b09d40b48..af8908779fc9562a930602ef24c11e2c9672bcfd 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1380948dbe726ee70e18c99d4025c9a5306ad4e1..63d53636d4967a3bb7aa930fbaacac422d949ab4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1a3f6d0356f715ea0414243c93e9901600eb1f55..c6bda80436e5b205b45c00833f00a780e4c7430a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f467be45bf99cad6546077b713b636f7c1903cda..bbef493afcc20bc30a3fe13ce1b8a814d6c23c3a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c29caee9c21b382531ae1081595eaf6f1acea2b0..8f823aaaf769c64e9d5a4179daa70c0dec6eb88a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
@@ -79,7 +79,7 @@
  * executed from within the IDE!  Once it has been executed, re-open or refresh\r
  * the Eclipse project and remove the #error line below.\r
  */\r
-//#error Ensure CreateProjectDirectoryStructure.bat has been executed before building.  See comment immediately above.\r
+#error Ensure CreateProjectDirectoryStructure.bat has been executed before building.  See comment immediately above.\r
 \r
 \r
 #ifndef FREERTOS_CONFIG_H\r
index 827da190dda931939d22b3d1e923bb0fb7193984..4a4ab67a1f9abc41c059a1b4b0a976fc82f84bd2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b3a8ad895b047ddb0a5a005e04839cdfb857f388..8335210f56b0fbb57bc14bc30a5fce34d7e084df 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a6dd16a8f90193c419984914330b70da932b5457..4909981b2d0ed7c672710fa807dc79106eebd326 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 989f4c302307bc919d1d6f47a3e7fdd81d23eeca..7b818a7366afcd22e302af62c8d1565ffb621045 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 68b2af8df732099874a2332c2d9dddec3193dcc1..4df2ec13c523ab9b79f3cbe3b4a6cc479162ca3b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 08254de8204ea03ae3fa98c421e140cf514f3806..8d9230d4bdd7b76feb06d41ef10670efb7d0e359 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index aa2b09138ececd722052d870b3ef4cdc914e433d..0e11467d16ffb3ee622b6aebd031f58ea94e8851 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 20070d0a296d9e28c2dc114cd7e062d42f1a4f82..07e91c1dd970193a74f20369d0b9b9cb4e79e8c5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ff1b378cd8c2f8e72254ea7723bfc1124fd3eb45..e8ba88a4a513075759631e9982b70725eb3d1979 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4fc2b118e99ef432d785f039abb2bc35b3746c85..34cd2243db1df518d764fb55d8fc9d9383d4fd31 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f14c833e791da7b0428aad8467fb79661e9769d6..e17204a941e2665daa5db69951fdae7b7451af62 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index bfcd18121200251f6b8bd905d61ced7c93d96d6d..b26788e9a0c44b53189ce77aafc7004ff096b734 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index df719b830ec5233261016586f9b08e03680175b8..773b0c9bbac5c5eb8571fe112994199f92e58acc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f0382a56a93c9c951c43171f8ae08bf9b8739918..22f8c61a0e0fc884ef4cf435468b7054b9e3b131 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8692d2ba5995e165caf26a56bb3209c19aa25a30..191f28826f1c2beb1de340b753f8f16b6a2394bb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3321e19dbd3395c7b6031cbe9e29d520cd478eab..64d484a5bbb098367d8e904f3e3ffd0262c6d0a7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index bf2ca6bcbfdb97f2f0c34664eb0382d0f56d473a..8f3445620004058a9a8ce95af665b7e5848ee0b3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f14c833e791da7b0428aad8467fb79661e9769d6..e17204a941e2665daa5db69951fdae7b7451af62 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e787f0463a0700b987f13afd2612cf7b242e018e..5284da721d1b30ace497cb33f8daa0e92a613bcc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a09dce73bf0dff3f130c1c0c9fea4d78a2e02673..2c24faf1ebda1e6529ac15d43f5010f6d2c07f29 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e40540a247493a53f57a2eb98fca0f91459f2194..e11449e20702c1db67b3f12c769e0a83617ad410 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a76b954f526a57fbdadd6f8978459019f394d883..9f4d3fed8d0d814017d3d6f854ae395ecc8c61c2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3d46108cfd28bc9d8112d6eb13b677e56651d286..eec59d5a2499fe33d9d564d2b457ad97773e4b8a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index dce94017d6240d6533569c8cc9628ddc135ff496..c860b114439dadbd2fdde2f5b41187a2f16d89fd 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5a6c9de2d028b24eaf61611775bb77cc7912dd61..4333cbb69ac0c0fd99887784202facdca5ebdad0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e5ea3b18eff3f93bdbf10392c4f6a899e25ade68..42506fd78129b3ea3dd95051fa7a4e0e2825f441 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6b20c73fa9979fb50a5d000dcffc4734dc524d05..f083670fc4ba76f5c123c8757dcf0d61162abd25 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e979638ab8990435c9a00adb85b7a1880053edbf..8068d705686f44a3a7d285314fe2ac3d89604e42 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f14c833e791da7b0428aad8467fb79661e9769d6..e17204a941e2665daa5db69951fdae7b7451af62 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3ae6ca1347c331ee2b3ac02aaad0cfd11861c7ce..fdf323721f22c0983dcc88491e69ecfd8ed05b85 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e1c61aae56923b53bf66b24f6ea483b532607eeb..f0ffd9de434169bb141d7538b7da955ff1474c0e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 51b72ec6d6e0176cda1e026f27cf306690c93d4c..1a8bc55c98570c557e6244825ad466f4cc3d902b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 81fcf87511e64d600c0b0ca26ed820650c6dedda..7bb9fcd5b1c1546ea00901b4b3be81a0c749b656 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 459443712ba13e13e5fdca28a70e0f58b5e659d1..8bb57736ffbd42878ae3d863ba7f452cbbe7606c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index aa2b09138ececd722052d870b3ef4cdc914e433d..0e11467d16ffb3ee622b6aebd031f58ea94e8851 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 20070d0a296d9e28c2dc114cd7e062d42f1a4f82..07e91c1dd970193a74f20369d0b9b9cb4e79e8c5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f34d8f8f72a6799aff2c11126ffbf5c6b5f1919e..e5d2c94e20f182f1304f3182c1c82f94d6e61159 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f14c833e791da7b0428aad8467fb79661e9769d6..e17204a941e2665daa5db69951fdae7b7451af62 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f9e79834515e9ce7068237a0b52ed93044ad6f75..d6cbb6d7e3470944d454e253bca0d1488f9c140a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 17a2f7bcc93d81ce5dc1d04ded4ce540b08618ab..df1e3e818c205fb8a0308df8b77e19f6794b0c93 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e40540a247493a53f57a2eb98fca0f91459f2194..e11449e20702c1db67b3f12c769e0a83617ad410 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7917bfd3d171a8ac6423232c1b45b106d98e0fb5..98187a73d826bb1ca852103c4d25fec726c23dee 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index dedd2e0290512f06765a14497056b852972cd649..b88b2808b7888bb667e4a50f91c5b35059474f35 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8692d2ba5995e165caf26a56bb3209c19aa25a30..191f28826f1c2beb1de340b753f8f16b6a2394bb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3321e19dbd3395c7b6031cbe9e29d520cd478eab..64d484a5bbb098367d8e904f3e3ffd0262c6d0a7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7ff7bbd83901b58efa4be678cfd5eeecbb748f6a..ad0975e13673cd52739be3ac90786ec3d0564deb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f14c833e791da7b0428aad8467fb79661e9769d6..e17204a941e2665daa5db69951fdae7b7451af62 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e787f0463a0700b987f13afd2612cf7b242e018e..5284da721d1b30ace497cb33f8daa0e92a613bcc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a09dce73bf0dff3f130c1c0c9fea4d78a2e02673..2c24faf1ebda1e6529ac15d43f5010f6d2c07f29 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e40540a247493a53f57a2eb98fca0f91459f2194..e11449e20702c1db67b3f12c769e0a83617ad410 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a76b954f526a57fbdadd6f8978459019f394d883..9f4d3fed8d0d814017d3d6f854ae395ecc8c61c2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f5d7ff1f21c422b5818d1a4110f96c7afa2e636e..1909b77ad1a111a75e7bfe91a22e2e733d2c8486 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index dce94017d6240d6533569c8cc9628ddc135ff496..c860b114439dadbd2fdde2f5b41187a2f16d89fd 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5a6c9de2d028b24eaf61611775bb77cc7912dd61..4333cbb69ac0c0fd99887784202facdca5ebdad0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index acc06b74b49ff7d7d59a47c510befebf8415db5f..76e988e40b985d06cda366218fe54cc09557247a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6b20c73fa9979fb50a5d000dcffc4734dc524d05..f083670fc4ba76f5c123c8757dcf0d61162abd25 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e979638ab8990435c9a00adb85b7a1880053edbf..8068d705686f44a3a7d285314fe2ac3d89604e42 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f14c833e791da7b0428aad8467fb79661e9769d6..e17204a941e2665daa5db69951fdae7b7451af62 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 215db50688aa7651509a994b63172b316e660a4c..694b2a67cdad60dbd95197a315f9179916c673b8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e8c902b4e391177fc3a959a16864401c57270941..7de0574e629460fbfdf9b1a54e7ffadf83db86a4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 51b72ec6d6e0176cda1e026f27cf306690c93d4c..1a8bc55c98570c557e6244825ad466f4cc3d902b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 81fcf87511e64d600c0b0ca26ed820650c6dedda..7bb9fcd5b1c1546ea00901b4b3be81a0c749b656 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2812ea0efa17960e22c396d1a42cb07856c6acf4..b3f4a8449dcbcc7096f6e7cbc608453737b29029 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index aa2b09138ececd722052d870b3ef4cdc914e433d..0e11467d16ffb3ee622b6aebd031f58ea94e8851 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 20070d0a296d9e28c2dc114cd7e062d42f1a4f82..07e91c1dd970193a74f20369d0b9b9cb4e79e8c5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7ff7bbd83901b58efa4be678cfd5eeecbb748f6a..ad0975e13673cd52739be3ac90786ec3d0564deb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f14c833e791da7b0428aad8467fb79661e9769d6..e17204a941e2665daa5db69951fdae7b7451af62 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f9e79834515e9ce7068237a0b52ed93044ad6f75..d6cbb6d7e3470944d454e253bca0d1488f9c140a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7842b79ed0182b933cd5e44f3c3062ffa551749b..6e85522384a067273dd06dacbff4bff5ac0ebb53 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e40540a247493a53f57a2eb98fca0f91459f2194..e11449e20702c1db67b3f12c769e0a83617ad410 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index bdaef08cfc53e8e637531cbcd2f488c9a37bc5f0..015f787835aa37509fa136eb6ac6a302415369ce 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3a501540c2700d35bd9a82454c4fd50ff3815afb..a2b0407baeac5ae776fe110e60e343d3c2053be0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index aa2b09138ececd722052d870b3ef4cdc914e433d..0e11467d16ffb3ee622b6aebd031f58ea94e8851 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 20070d0a296d9e28c2dc114cd7e062d42f1a4f82..07e91c1dd970193a74f20369d0b9b9cb4e79e8c5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ff1b378cd8c2f8e72254ea7723bfc1124fd3eb45..e8ba88a4a513075759631e9982b70725eb3d1979 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f14c833e791da7b0428aad8467fb79661e9769d6..e17204a941e2665daa5db69951fdae7b7451af62 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index fc2ffddaa2ff9d3ad36e84ff0ef1b5fdde537fc0..f9505bcb5be0447e93f854305351e292e0ee30dc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d5a1791c0cd11fabc3c6af5676063c7ad1b8438b..15560d9978d4a685ad5b2d2039873b19b88535d2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 736f9f2ff9e86324290a4ba71bb73e1e1b95104e..553d32739b703522b92300fb31772391578f0b30 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6fdf2acf53c5429d19f2e132150866e6b4d3f662..44e422a9832e2ad8ffcca45ab93742ac3f6215c8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5e1b8dfab66ebb53f51811eedec3eb6b023f9964..fa43113604c55c3089b9d266608d40919807c82b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f14c833e791da7b0428aad8467fb79661e9769d6..e17204a941e2665daa5db69951fdae7b7451af62 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c2ec085a65fc66252130e08e7574779a8eca0758..a862e0de3cdcf1195724985ad7c9cb101e6efd97 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6a7a445ebf39cd5ee2def28c3549d403fc7bc59b..8a64a705f9a70f88484f156547085c02c639c42a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d49e4a16d9e7ec5fddb432aad576914a81e489e7..ce8941d4ca05b47d7ae5ee548a09b552d0ca49a9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e40540a247493a53f57a2eb98fca0f91459f2194..e11449e20702c1db67b3f12c769e0a83617ad410 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 20de989bb4d8071dd4a75309ac777f7cf469cccd..c11a7f0195242be3f641e14e2d04d20d16563d2a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1950413494042813c65af23f0585c60d79f35c45..6a4d1025e0008823f409216ee3e8312afcb38fa6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 634f6563e2c4bc74b712d53da7227c7d1269ead1..db7c318a9f1866d65b67c7ceae20f6bb54e38bb3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 98febe65839d505f2fb82a4aa09d5e0a0e108b71..0e513d2d008c9b48fdb87c062af5f65bf1f0b340 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a6b4d7334c5b9e002e7ceec2818bc809b80d7c04..af24fff6b30a2a05392456b209247a3879c0a11d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e9e415ee32a79f21647b18ffe1949d2e03dad2dc..8905048d411807e5019697b9dbe9e59c9e561111 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;      \r
 ;\r
 ;    ***************************************************************************\r
index c10c19eaa978356d98483aa05d6cb14c64bf8cf0..398cee385199306d6ab0935862e8292e4578f3da 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9dcc37a9cd2507879391a995ddab396adb8bdcc7..3ce00a3955e255c2dc4b090259e3c3e5a1caa2eb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index bb808f02966e25820360805006fc232270a7a67b..b1da1abecbae5e91367aecad130d51eb97f43ac6 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;      \r
 ;\r
 ;    ***************************************************************************\r
index dfd69808ffa448f47e365553af54d577441662a2..efc94d1c68804683b2e3d822bb6e3dd9dcf3e5b6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2316b65fcc0866d6b44b0e3b64084a388df48eb5..ec1501f25da643eb3adcc825b31e646ff65ad1d2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3a26dae03e68a80816b51babcf53c1246b94a588..2d32149ab4c119e87f682416e3144f6b6c4e1e48 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2ad6f91b6c2af737170ef508c25e2644508f8fb0..11bfea5972ec0e40b0380a1e27a4a543838f1c1a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 509224ee20b036d977a349951c68905a458ab248..d1bb2176fe6f2c416f0582355123d7e782123255 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d9b877830d01cbe34e1d94eb557080daf32ebeb7..54b2ec7d37d563c7dd28985693a8ad7ffc410863 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6a2bea01aa7fa265d3236e50154a7dfe2385dc62..74d24d12b9a9495f3e7f7cd054fa7488f02e5f24 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6da6726dcea860763d5bf9e26d673b49b7a0eef9..9eb674bc4e7208154eb91af392e4986263657438 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6d7745c7d95484c9c084eaa9f4bd4b54dca68a80..8a6a4235c33547a139ec4902005823eefd76af9d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 46dd41d81bb67b0238585b16fba8ad51da269ec1..fb33d12fd6892690336f3e974a76ff148800b7d3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6a2bea01aa7fa265d3236e50154a7dfe2385dc62..74d24d12b9a9495f3e7f7cd054fa7488f02e5f24 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6536fe337a0e3c02fa1361b3761f38112ede7702..8d916f1e8348a10f969dca45d53f05d585b93c6d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ded1f7b81b0258f7dfac0ee8310e68143d4cdb01..39e4b64200e3d32af82ea4d31767c15fdf6e4280 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b3f2573a3f99d0275255dc624e68bca24f2877d6..b370d654b1a833db71ffa20710d257e02dc103db 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 53978fba4c556901bb9422e84a5f6d30fe476d6c..453ceb595a153aa48c31990bd5bbc56a039b3d71 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ee24e916d5739447145bf12a35eec740af3784a3..2f5f4aa070b4a64b4b8011e0ee240927a51b0563 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index cb8dff88fe087f427e9924bcbdb2559b2ee497c8..3078892a45ef2bb3144fc8c5c61b9e545292df2b 100644 (file)
@@ -1,5 +1,5 @@
 #/*\r
-#    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+#    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 #      \r
 #\r
 #    ***************************************************************************\r
index 19b0bd80bfc88deeea2dfc16ca5583c4e45af569..ada9004ce0fe38990f7c3a19fd7a831e319cb488 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4b17f393f8512f152b81ab38ba0f7836667546e8..c2ebce1d825456bf43835cdca877ca08c9fe502a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b2d5d2a2fa0d08fb5b0ea4a3bdc6b403f131ca90..02b22a9e626d9447462465dd3cfadfd6525b4373 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b20811e75d3987cf14b13e72b4a5b01e7607318e..0e6434667970ff99b707018a62648e7fb7a34393 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 419c1bc708107eb13b9aa9564f2e760c71b70b4e..6ea84c0acb1d3a3530159eda737b7099f74eb779 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 652ab9b1edf722b7dc413d7c5909e83df1a86846..608745ce61a31b52ff89197b09be7e4ed0aec283 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 70328dfff668109e4253b07b90f2b4f2769f3e83..5ffb1af4dfd4439870e945630de2912a18913bb0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 97cc3adcd96031401f34f05a83315e1a38777003..4b0fb1f5ab3f8a972acc0c410b9ba1bbc9961a6d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5ecd73e8d2575f6cbdcb5392e02587ba93145386..9dcad55945e92bc41f7a763f9a6606bc69ab5a75 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 796f1bd0d0f155140c9959337b6e40c0b0b3fa9c..19a4e020bce64df1a690873bf412184bd39581bd 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a02459d56975cc047c1d6f9837884f799048d669..be7357c91cc4cb101147a016ff03e4dab9c0f720 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 22d9894544bfa4ecc4b69a753f7e01b79348278f..63cf46fea5412ce658158b5d5719a8667d703398 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index bf52ecfb3391a9df4699c44cfe021554abf25add..1ba624ae57f9ed428021c51ae6856628e4db2dfc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f9ae2c471ae32660d389c22c69fb9998549dc944..acc88ff0222457caa6a0071255d154f0feabbfe4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 056576ecc00893c8a81687d632218b0c5dff1f09..d7320a1bd207233b59d99c58de5b29e738c31fa3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 19142246ae722529351f3cdbc1f88cfd69fcd030..b14b8863117993b8e88d9a3bd8bfecb1b40ac420 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 415d32cde70346d74c755681591327f0e3acabed..e26b2976427a0baa1506ef4a4dd10920ac2cb485 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3c46ef84e70e20da58a3991a25e71795dea95ae4..32df2a002c193cd17112a2e51fd065bc338a37d9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 229d4e9a495dded11556728c6637535f8c652fd8..85a07ef0bc50b2ef3e77027f3bc99f9e43fae2d2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a5eb36fb5f9b89e92c9467913b1a36a045811880..3441cd736e14e47fe5fce05042aa491629da09be 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e0285c00b1274fe643d5496ca91c535544999e79..845f1429bcad776d6fe856b7f72b553770551824 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 410b59256bf1c281583f77ed7504828ca07e3d91..a7b320361e924978dd8b1ea65ddd04f509ff67b2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d9ed6d277337a2d92a47795598936e91e18f5df4..38e16bf56484db5e920e56050ca478925d9744db 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 38999e6b1fca4f3dd5cdfd7b3f96980a5724734a..eca859908ace3c92e600e74cfe28be46a7497fad 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d4ff488cd90c30b278a473018f1f52a38fc89422..dd4a4ee57fd3e4faaa759e1283f3b2be7ae3901f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 80308c6314401bbd79c0b31e3044cc02e1ba70e3..4d96158777a1f842ce842f19052cf4965a60b4ff 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3ce74f3058e567c6c5370edbcee36a5b03b9e9b6..4353ce02e4a083d96846ae8c8d0a40ad3bb53365 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8eae254326391f71a778552e0c2e4155e9398498..35dda8c359574ab3a75e373d618e0ef30f647761 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4dbcbda7b2ebc415a33ed46cfe36afdca85bd219..ccc132c84b8e3af8f2edfcfe76e02dd9786441bd 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a889df703ccd926493a005d31e24d0e75f023806..d9592e63f38d596328c0fb96cf2a36bf96169524 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 61e1dc9a1b5d4aaf6b1b7dde8d1423dadda8ba9f..9c7414a827bc7cbc68bcc5aba78b59de5ed1fb86 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f47e7a1b7bab5e9906023707247fe721f333db28..8a4e41a0c61f956004af6d0f48db322f628fb70d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4e38a256acef22d4c98623592d80471a5e2c4924..02ecfa27d018f29f2fa0eae249c7b73b017a36e9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c1901d3754f94d457946f5ac66ea9bdb8eb2ef2a..2bc5c57a2f68d07e7d94edec9b88e8c448da1c7d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7f219fd75a942a888e66138d70b7ce586266f3e7..8524ee192743269e5ab388f9b190d4a92d26b522 100644 (file)
@@ -1,5 +1,5 @@
 #/*\r
-#    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+#    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 #      \r
 #\r
 #    ***************************************************************************\r
index 5de696b894ac711bf674b7964787bc06d914aead..49101e0696626de0f5be6d471cc05f0d6cdfd920 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d06a7e2b95f0446a4197705696bec23997ee6d63..87c345212fbee990584f2ce9e9377f2639efbd0e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 0b6231b9d644294a3452bc31b3d95e1bbeb62a94..6412b611bbc0539e5ccbec5c39a318e9e82519b8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 758e03c37ad05510736ac50c8441ae9403bfcbba..ad0ca60bf1ef2f5b16a1e8eb69cb457a1e6beea6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c6c1d56a67b20ad0599157b1e7222e6f267c7fdc..7e352b04e3faa4939904766d4d46449f5cd7a63b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2a1b456c5c86c71d1dfccaa9fca5ebe598489b90..8a74e856b268cbd95321fceed390171d259bfa70 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index cb7379655b85f88e2e583d07f0d3e025d2fd095d..a7cb56688718038ebbc141ec0a81400b43edc3f5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3652d1541bc7bbb4922d9c2099ba2946c913e439..ca28e4a83106526e5df5d804264b396b5f78cf71 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4b62570e58638fb4a469940bcc4c851f33a529c6..d31ebc27b91ddd157586048d314f9b310fdfdb13 100644 (file)
@@ -1,5 +1,5 @@
 #/*\r
-#    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+#    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 #      \r
 #\r
 #    ***************************************************************************\r
index 3e6384e3a3ff5ef936efa13411899f15b525fc06..71d929b7b59cf63f4e097bde647aea07d36e0c01 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index dad4f2d36fe2d29de10b0edae2053dc232c419af..4de733ef9a644e079025c649de6a90a172d8af89 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index fba303d0078444233d8ee7322503cd451e4d4857..5d0ba708388273d0151c868f698f7f6156d0e1c4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8f068a17ab0f19d7c91f0baab0f2efba62ad59a9..cf2aa6322f96a505da0fdae800db07233f3a69f8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 32f2d522c4fb5414d6f55f0c8ee8fe62cac55f14..51aa984733cf4bdd574c7255b3ffaf67d4297ea5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index cbb309ca1bb9556e648c0d6945131f5e5d0b20a0..b742ce221205129ca9d1b95e8b15737188d72267 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6d854874265109780af5e5ff0345f0a2efad0aad..93867d68009310d9ef65508855bce935414f0352 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d6e3929ffadaef0b36496c429fe0b9a4890519d6..d2111edcbc7ac3663f937029fb54c3841a7e5318 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 11f98f635f212ffc8507289855719820a5b0c19d..2d78cd1668c504d2ddb06751e90e66a74b6a9a13 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7b65928b598406ad298b4eb22924857773569f20..9ab638a3d3948a614dd47d6ad71c99447cfa1153 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ee79d97dc0b6affe8c6582690282dfe025ab5d72..5891d33c01ae5917ec167ac6ec9049e507772b93 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index acdac979115b4083ae1740cf514d887465fa9314..0a3e751f8c23b94344c7f97ced9fa7f3027ab85b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 25fa2005abe5d06f11ea35fc9494b2a819c67f52..aec120527bb15ca381a8b74ece7c1f234bedd725 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 38c12c511af87c09d003233dc580c57a0c3aa575..257f5effd53935d2f60733274297acc53774b365 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5024639deb7cbd0c37a203e6df8c673f2a32304f..1bf8abe6ce8c06508d420ec8c597f875452c4f17 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d8080096b6d2485856efa9feda7691691602e21d..8c9a9deca39e4c601d4f2d0bff19ea5c96032a7f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 361bd1ea1a496d61a1df9088422c5df44774bdb8..71aa47ee5b22b7fad8b57ae99695a0b1b3151539 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a08a7710cdd256c964a6b4abc8f01d2e9a82ec87..f95ecc800231a553bad74820cdff54632b5419ef 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b5bc82d8060d38ccd4b4956472fe1f42a8353d9a..70090fd4ca07e96261ed29a222bb42cbb92f596c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index cb353891cf3e551c2c2049ca353aa9d9413d54fb..96afd1b6258dc08f8ddc804a77330a3e869962c6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2d5ae42aa741f6f94d643e00a2b3977e68e4eaa1..30b02eadd79fdc3e95ad97d88fa98d8497966362 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index bb4a0ff772f3fd48a28c0005639dbf7410128600..7be13adf0a2c54a3172f415740edc724ffd9e175 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7ac1ab012c7d289ec01bf9be5823648d5aa3d5b9..9ea7b0c81c7f69b47989cf6cab668a11e9a910d8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 42a57e44bacd28c3f9310588b1a136daac26b484..c760b423a6ee26c081fcf7a39f274b7de33aee5b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
@@ -91,7 +91,7 @@ extern "C" {
  * MACROS AND DEFINITIONS\r
  *----------------------------------------------------------*/\r
 \r
-#define tskKERNEL_VERSION_NUMBER "V7.4.0"\r
+#define tskKERNEL_VERSION_NUMBER "V7.4.1"\r
 \r
 /**\r
  * task. h\r
index b8bd73e593b6e4d821501392d602114e88af9aaa..a0a496c153e2d9271603fe293c96a894f272dfb5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 07baf5f4d28b519577c1c3a2f39a18644ed61fc8..293b1edf352ffaf5695e34afac90d742ca762886 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2f4d47f8a72f31ed3ad91453e63749f4aae9d13d..60aaf32d3c3387c134fd047fbc47a87b12a1c538 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 89f1500439916e5159dc6cdc3baf270da7468378..32ba41188b9dac730478e0910de911f0129f39de 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c1b9bb2db0e52c880783a38707295313df493bd4..1cc7e38b520fb2f59d55cf0b97f26503430c3442 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3e44f1bd76a067907a3f33fdf3ae8df1e4368920..cb818e08ccb229a9ca9cfd0d46c83e9f03b7b69c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4963bca94acfb30fc5b72a0657aaaf0b595a2b8d..c6cdb632c2e8f376be10a1c9530ea2ed6599f5c1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6b7c242ff1acd801113ac13aba617507ed051c16..98ddafb20478d2a98e390775ea9daadb212fd14a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 0727aa8c6d7985c900851a6f439aa9230430cb94..02668ab3dd607dcfe8911d9ab79c1e025e1c7077 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 03cfb034793297698966dc566617aac692735434..196beeacba4fd768d8dbe5fa968b09f1e8d2dc53 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;      \r
 ;\r
 ;    ***************************************************************************\r
index 3c665fc900cd97bed96e4bfb0b5b5f9dcb1f16ac..e8c4f9289ad43a59b0d8530dd5b3ecf7983ace1d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2fef9ffe858894f31d3f01d4afbd32675c0bde84..615dab417de8e0cb51df7519006102e51306a374 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;      \r
 ;\r
 ;    ***************************************************************************\r
index 51bce32459a238bd2bbcba828a308b85e39d74db..388f4435d5da7fc17b9bc659b5bba824d3e98762 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 10e97cf6c527fc12d08e85925400b86db00c5219..a00e2f0b1668611b2756782942131e80c7d889f0 100644 (file)
@@ -1,6 +1,6 @@
 ;\r
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;      \r
 ;\r
 ;    ***************************************************************************\r
index 92d3ef9a851b0a9ec81f50f743d46d653795d55e..af4be8d28cbedb8ed29e230daa43ebb3466a8098 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9d3d4825debea39051fa2690ccb6a5759c863f47..89321a1478a54b842adcee2339349fe7d0737f01 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1a810d918a34684c5e974cbfb0754db3e499c3e0..f80fdc29c68d7b1516a4dace15a74a384fd0ff36 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index fe07f38d399222e401d4a7d71157576d5c07db39..303f8a67819fe6ceb3351752e947201b49c97d29 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 722efbd3f5634a3566d8c359167d21924d0cc954..4dcdca2bd0493458badb5c50a79ad3bb937a0237 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 11bcf042346280deb328886693546bd5478bf237..cf4429f017c244c28024e9ac78b54e723b3ff468 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 97947997e9053f10650e826c0d855b29361ea063..a6324dce653bd5f3fec7136e24af3524364dd272 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a0e14bd4fb887f998e150f6294c86c06fae797eb..a598dafddde81cc61066222747b1e20deb564a79 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d2eebd548ce3b29e90c2fa568f2b2c65e749f3c4..888659ace762a3cb2b3ade8f8cc9b0c618815df1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ea2b7bfaefaf4cc08298bfa70e6f8d4e1734a394..fb2a0c308e886cb7a25d66b06aadbf5da2426303 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index facd38676ccba41b6ecbaeb09b1418938888be09..b29238ace6fe7091bd23cabf8cbf073d06aa31d8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 0af1af03e9beaf8845a0602debea7d7b23385835..8d9f567b489355037facdefafa29850af8f108e5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d163ec3a66b7bd43946749c97139ab5f86f66e77..24ab1eda4aaadb71e578befcb83200940eb79c1e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5e237fa21dba0e9eff78c5bf251b5cb05134ca4e..ab863ae7d091b57a5b3489408a5254c7dd524ac5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2bc745eb6d73117bc95b622a3ea4b2800e3d02b2..152d523f29cfa3d6bc6642694df35556920cbddd 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index eb5b036fae360acd1deb183af208b1dabe74e2a2..022c952c109d48ca4d48afe8c03eba70efd0c803 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e2553877cf8c4f0c6063159ac2bdde7dc156acd5..6958f747ce6f0183e5804931f6c5b3e4504dbd9b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index aa298921c8f4ea5911233232e5dd0ddbbddfdf04..29d4bcc4b5e6ee3a6c46907659941e6877b09101 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4be7e41ea4fcba6bda22eda242629ad8aeb48761..775da0355073f576aa26619cdf6262a94f7eb71f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 0d6ec7f5d453cab8b3d647044f00062bb66dbceb..3e24b0d5874177ff0847c35bd8ca855d02637b77 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ac984e7052b84859fdaca2776c417b4c10e75bff..fa84d2bab8707cc93f7e3fa4fd5c37d184197d47 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4c2b223dca5b9a94510afb15812d36ea09e58eca..5aebdb6d41fe6ae76596d6d60bded16e9da2cb92 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 65457bc6da6610209f384b6c6071c8c5b1f502d4..812225080355c486d5a9180dbc67bccab9ac589f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ad82773396561d84a943a0190d5ca81c72e25704..3dbf07d5cde07df3272078c4e33d3a532a4b1576 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 552b3396c6251eb7d6079e9ceeeb56b4f03cf46a..5423ccb06810346e33c268d7ed1a6b2678b6502f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9b564e9a57ef27b68acb9787adbda7e3e601b718..44c4641066e03128bab438d21abe42e6663409bf 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 871dcc7beab34edc77bd224d644f89428bed5091..b2a5175d7abcca406a4266d02c2d0b72d022135f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 0b06b64cf70c7c92952691e7ca0b64664b4f27a7..64a40cd928190c3ae62eb650b67714a6947e1515 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e4dafe1de40d548db6aacc2a74149327a4a17275..59299afae0661c8c1a08abfc393dc451c818d067 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 009c37ee3b061d9b56ed8bf1a10d90f0351cdd0c..bf5981e88269f8a0033c390e7676025054d810ad 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ba810296e748d42df024e111bb9bf3f5763ffa69..2f844685021a9cdd413b1ff8ed9061c954782382 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f88371e197017aedd715ff163d35aacb400d478b..599f588dda4f800c7dfd4597e301aa300e219071 100644 (file)
@@ -13,7 +13,7 @@
  *****************************************************************************/\r
 \r
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -53,7 +53,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3583201c7d9c1628a8bbbeea0a24c8f949ad755a..4849bd8bcd5f0908bc3254ef361dad9e96c287e1 100644 (file)
@@ -13,7 +13,7 @@
  *****************************************************************************/\r
 \r
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -53,7 +53,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a28a480a42d08e8b9494af0ae7d7606ae3e3bc35..c63b6666956467d66a9aacf78e9b468b0ef873f8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a507bbee04fa06853a7a366c60826dd3720b5caa..70cdcdf998dbbce45f386b2591f1ea969161fff8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a16335c46eea7e6e1914d501d0d095be8a1eea7d..9c122c629ac2c82e91d307630074d5f868a83279 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 18ea30db0a4ddba4d86e166afdc24cb0a477c7c7..980254f1b0ba9679e782737c1d1f1d30dcab71cf 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 67900eb00f3ceaa7fd456b200c72bec27efa9253..a554a9c50b087c71c8d704327ca37401e82ff8c1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1664d274a61aa35a8707349f761489ded436eeff..2186484286f6beb6d5d9b8255fda589bc27e940e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 33b54f18ebe5766d9d5a369013a53d80a59bee61..77ce07527225d5d6329a480d487cd4ec72d1c6c8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1b22c9cf9496b0a2d8a6982f730e9381b23f97f2..15688007cc7d248ce754597086f600dc44b4c8ef 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 96bf45433712425507e1cf3208c6337d46a88839..7d9595d6cd39bd1b5f3e660676d3fdf398526741 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e61ec0f6767ec20a0eaf29dde8641a4b4d20dd48..2939ae6601d66286c09963a5c8c3430bd4500888 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 99831554f5d84b91807d98be88502105b69c7cb6..86871c7f37d0e65c57543ab647917837022887e6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ad15e9be7a36e2b9fa0d590f97b0a5b24c1ecd50..7e7bad6acd4eb41e61694d5c88d515cc63ba643e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index fb8940ccf8571bc366729a0e2034e394c36f3a4a..99c94bf30173367438e10cd85388086d741bfa19 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 79a6920f41b93ec4f0f4460fedc4f9a311baf8b5..c86bf0051ec00909b87de1a8938cbbc9d9fe5030 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f58f12d96b5119b2a28282ff6bce0cf333e156dd..7b7ce32e197d78b9798b040ca51bf932df99579a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 77b327168171a866986ffbe150f27e123b734b54..372ec0fde5ad5df6fc682fa1cff0d6fcfcb1a858 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7dd87e4da03046d0d20c71c3d80cec4e89f20786..1394d9b285629749775ac3bd35f2179e69e5b466 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d491e43d6c0c8d08708a6069c134cae6c82f81b4..8baa36fab20bdbb862b956c1312096bb0bdb1306 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index eb6b22bac3d7dc89dbf954e65b56e9a162893fbe..c54f7ccb9cd08aa7e09454ec712b3c076b96c0b5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 752a19337f3011b3d321c3397e9565d58d555c6d..ca659ee72539c4afd513f6ac528d526eaa7fd100 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ebab4468b458f312478e64bfbfd2b2f2c77f5dba..ed5890886e9e2399a70a37c47e7ad2d194adc9a1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5115ea261266ac974b48f48dd3a2df54d1895790..1c731d7625db90aea75d3dac96a00492fb8418fa 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 67f67e9f175055a6ba315e46ff22ec150a9ef26b..daa7d89885711dcfa03e164ab7c40de5d0f86219 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5271681f5c9f80e7cbd7f8767d17e4f41d841f84..810edcd851c16a454b660090ce1aa53e23ce9ee5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5a9a03b711548ef76d2146501603ab0537f3a9de..e9056136a4174696852975da1debd58df36e7ffc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5115ea261266ac974b48f48dd3a2df54d1895790..1c731d7625db90aea75d3dac96a00492fb8418fa 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 46edde3b1111d55b410667e4bdc3d91a717deb0e..13bfc64910d729b3fa3923ac56c38979efe61c26 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5271681f5c9f80e7cbd7f8767d17e4f41d841f84..810edcd851c16a454b660090ce1aa53e23ce9ee5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5a9a03b711548ef76d2146501603ab0537f3a9de..e9056136a4174696852975da1debd58df36e7ffc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 822d2b8d22de62cc21d7bc644e62e7a813f7b733..83b59f14dedacb14c24abd3d5c4b72505fa19f9b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9843952382724015a83528bd092307927e47e80f..8da768d1a97f0a1b97f7dfd9b5dc68a66385dd3a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4e88049c848ae10c36515e24c1d85ac6c46afaa5..8c6dc27b6bafcc8a6d1f00ce50c9449dffa86cbd 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 05deac02862ad2cd40cc8884d3070737e20f76eb..83adee0dea9e571a28bf21b70dac3bc2d7dcebf5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3a63d74c0b52c5061a7899e51adb12ec62bd3868..2c3a53e02663aae8ba92411b439f6d7bfcf49558 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5bec1c0630c1b4b70c13f7461cb577a8352b6ac4..fc7072275d94540599f49115bd87d7230c64df81 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index eb9a72b0148163c9bbf9c36826f52510e6cce6a4..976db1c629e2ddfb2b60400750a24d866af70e5b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a8482cf42944cf335a27395012ea5f8c43e123d3..df5d0885f726964c66d7d071b3811be760638693 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 830002761e9b4aa36db8ef46521581dacfadf784..fce9be5fe3db1a10bfec35d6937f1b82271322a4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5c11adadfc892c69e404bd4e4feded868c2152e1..cadc457bc4784115e341a51dc81b0530dfed5bed 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d6daac68c5dfa8d21bb7da4aac980721f1a6c1a7..1d398cb4c1fcdfd452e1c11dad250d734701a2dc 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;      \r
 ;\r
 ;    ***************************************************************************\r
index d86e29cb50839045e379232da19b1e89ddce9768..c844e47f6fbbe418a7bef430935f4526b1aed1c3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b5140fefdaf6094c0e07795acab3a3bb419e9d3e..84b768dbe13d893a3f365cdfd77ba532cdaac219 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;      \r
 ;\r
 ;    ***************************************************************************\r
index b02a48ef60623d5585fb3fc3f590bbdc627cebb9..6ff1af02ef5092e42dabc374e8c863d9bbdba99d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1963223ed9e60ce239740b716c5a44a8530e2285..aaa9a3c30a3bd013fd0dc0f97ecfa224d4f152e3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 990d3adf8be4b94d07335f670b43a678350afda5..4c7f33c0a9374c73b98504f99848caf2f819193e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 60cc8a1823f3146f193164b63a0163369261aac8..ad4ba2dd3b46ae6c3eb93df7bb96c03b1eb70d91 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 621c1420ed1cdbcd6fada9719abb49d5dc3e4fba..60abbed8ecd66aed4f07dec2d1aebb86e0c7f13a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2ed12da46b22dd4df2e4d75c2ad153b69c7d0f67..6c67664b489a01d91a62cb883cc52b29d400b3a5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f470e73abdaf3fe93795b151a68fc52cd3e0199b..655f5f29055ff501f53a102a39a2e2ade2489367 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8df2df55c23364024f7262658d12de4ca7fff955..3002e0a5eff5a59c7ffae0932c30fea2f346e83b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 6ce5f141bbb163e23c35aeafe5ee51b71e306314..e7eb56076d81d805a28bbc1daa90345f6c74326e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index edb2113a32168956838f0bf5c757ec4c8afef8fb..9e6ea45177d5b2dc1e3398f267baba5e41e45b37 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 587e5ef63b19ce600a88b3506ffc2b02c8607dde..356361d6437436438f0fdf2b3c8998f3955acd49 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 51417f9442c1a84d773f7424205688643eae52d4..70d827415080e6ea60c5af3203e87c66234924d0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5f80d3b008e5bb2e274603fc3982e50ae8b824e0..b41d8c43194ba8738ed351f9e08752b0e8a44c9a 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;      \r
 ;\r
 ;    ***************************************************************************\r
index 07d65d930fc62480a2c8df4132363d7c593af880..6777e93073b4ae7a947644d7693d3d50c48c5b1b 100644 (file)
@@ -13,7 +13,7 @@
  *****************************************************************************/\r
 \r
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -53,7 +53,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8c227faa3fe173b7bf5c1281ae00a045be72ecc3..76bd998c94cc58e6ce6eaf413a5bae4b2192b8c1 100644 (file)
@@ -13,7 +13,7 @@
  *****************************************************************************/\r
 \r
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -53,7 +53,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 860f4688b95fee0e2fe52bfeb24622d6a658bc17..59b1454eed229202347f1538d88b0c46af489195 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;\r
 ;\r
 ;    ***************************************************************************\r
index a1953b7ab947834c1d0de444348cfa345a66f738..0aea2d8fc3dda10406164a9f8c73b0d64062d1b9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7ad11bfd92436739617d33d9d785637c54ed6d04..cec647b351612dfe835ccc2756685dec8a4f9665 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;\r
 ;\r
 ;    ***************************************************************************\r
index 79ccc927956f5f8dd1f09542542802f53ecf04d0..be5449391d1692d8a42923a57d870e3c54263a39 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2be7e8518ab427dcfc6cca153eb781852ae65506..59b84de0d546273ceaeef6bf851956fa733d4987 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5795f145f21dbfb92b850c6f4face83e3c935da1..1ac3c9b72ffd8c8d0184a2fb2200982afd35db64 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 860f4688b95fee0e2fe52bfeb24622d6a658bc17..59b1454eed229202347f1538d88b0c46af489195 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;\r
 ;\r
 ;    ***************************************************************************\r
index 5a80213eb8d339e9f05cf8a00192dffaed146499..6f82d60d95cdeb29270290fc65bbca1fb74d0343 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 92b8235d1c9843e4259926eab8cc25e02723c711..af734faafecc8eb1c6586ea5c92bda893eca9d07 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;\r
 ;\r
 ;    ***************************************************************************\r
index 533436d6076b1015829a950580f4b9d2c4efd3f6..ccf307f3bbc6c19678d2f32ab67afd0066d04004 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9d139b1307c294078a369228ffb932ac28e6b894..8657ee3c399943ce47fdcc21cf53f5a83a8a7522 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1941454988a88a513e0af3cef420273b34cbe711..16939bcc171c4b55efd72b0cd1f67988fba84a57 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index bce4c65f58f9d63f6bf8fad6838ab581d3847485..b2e0391542b484044d1fa16c2441b52ff47ec3cb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 550f4cfd99a51876ca2157085c1b8300113969df..460e16d00b2e9b9f8afb8532075cf47a7290d9ae 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f4b6390831166b2b7fa3945d8e9f18bd0bd4ce0a..63b70f25f6ad775faec100f05c3efe2d28a2b7cb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 9ca7b614f3087f9c9a96d2908db040d05694218c..23f98d9136f5c0b45c275a11cbb5414a786cbee5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index c9c0dd1903e50a39dc3121333b57cf2d4f8732ec..31b8d6af8eeefb2e1856628a882bb45146cf9c11 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2c83dccecd2d64c776eec0ea140d9a9bcf15b6ce..dfe9748b699bac49a95f3c050a586f11560b3e75 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d7f6e087ee99b004fa5c87380df92ddefb8d2fdf..51baafdf50c0d71c25d5ac0067a549bc41abbd3f 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;      \r
 ;\r
 ;    ***************************************************************************\r
index 323606460c8257819a4abe05aaef926503db477c..c682fa9e11edacc9febc3905d043f5d919187029 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f36411de7b574b8e27d434778a5e7319035a8998..9433ca8b140117ce928af1637cd1d60988f6b6ca 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;\r
 ;\r
 ;    ***************************************************************************\r
index e8d716ca6445fdacac57db60fc8b4cd9de3a66b5..f0e46592a8119c822023a2b316f4b017fcdd95e9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a63d82ed226c6ea65a30af46340c4146ecc2bec7..d136bf554c79e35ad06663a48371d25af85ce6a0 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 78692b86504ad5638f887bd9b90170a7fcc89fd1..aa95e4e60da88d04d745d8ab516df40f395a713c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a65ad18a890c0dadc4cccf9bd10583b70053b12a..a7b55de538669b42bf04fc011525b4fc01bdcb88 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 68140b75fa0768c5b0e09dd4f01ae486defead78..d03ace7874f61b84c7ed6a2cdfab5374508c3e9c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f017f5092ac327ba30280660c02088672cde761e..cc6f87859a7c9d1ea070ee7fc2695b9be9068039 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1ba21281f7dbb5926977d8518525f4ff3ee0d08d..d8a44a12511b2424682e22825cc7aed864bb503d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 860f4688b95fee0e2fe52bfeb24622d6a658bc17..59b1454eed229202347f1538d88b0c46af489195 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;\r
 ;\r
 ;    ***************************************************************************\r
index c9e99ce165649670c429c4b82fa959f48e335a82..5e44b9e0f9dba4721755c5d5ac6f0b59c395cf89 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index eb83bcefaae7e9db1e29b73ed08445210a235db8..2538bf9620fe32e98e6d797e0402c1169b682c86 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;\r
 ;\r
 ;    ***************************************************************************\r
index bc061b8945456e27a0eb54e1795659eb1a2ea85d..b7e8dda889ca9e26375c1a4ae47396a806511812 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 336a1d43a18be7a6b7c13731e083e19a382381e4..a24bf8720775a8642d23fca60277a80ec8e70f48 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;      \r
 ;\r
 ;    ***************************************************************************\r
index 95f16081edaf115d6ba6e457a8ba5d936ad6213f..0369ac87c06cb9349f845c83ff09f6d72dcf6cb2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2db1442178f5c9b8a41ecebc7206e1cf68559ee2..1c2fe072430349dc8847b839027c81e5f76683fb 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;      \r
 ;\r
 ;    ***************************************************************************\r
index dccf09b61198f3f298f7a8e86ce44d2864ac7317..30a12e3fb944374d2e325af2c285a5282ad52450 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a83ee217ee09114334955316ef0ef2de4957de59..7213317b57829d3f1d4a44f3585e29c245b418b4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 28690988500d36eab1c4c99b9d01038069fd2818..34391a0904e5278f986096553c24df3e89228bb3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d526ee10a97dd379e679654a301f09ea4c958ecd..42d78475bff17a07ffda11f3e5aabea38cd24703 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 71a024aabff9b51a99f38ee140ac07c06263849e..0510e2a790197a96f2c72d1dbbf0b5bb73db07c1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5b4d3c3b50693bac13dd8624321ae46b2bfbd0b7..a429ebe7ba15e2147e2cd98326a98a1c81c31780 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7853d3d4c650309ce74c810a475fac9e7e17f4a2..dbc1a4c77cae662570d616ca2fc58f83c1eb7b30 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 0e8af158e8db6c04e39eea3aa96254736d2faa13..2dd63d63158d4528fac394cdcfcd2e081184890f 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;      \r
 ;\r
 ;    ***************************************************************************\r
index 08b2e8725e4ee2a6cc39fd5378a466f94a1a6ff2..41189ea7ff10475ef432d3d6f324fbe811fdc41b 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;      \r
 ;\r
 ;    ***************************************************************************\r
index c7a84941f4dfebaa852dc1eb08c2c2c1865ecf68..f66f870a93ea8b7cbef8f27754c8888d7d928223 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;      \r
 ;\r
 ;    ***************************************************************************\r
index 95733b610e6abf24d20266083819ebc1b992e5e9..e4fd83be77e6d4d98612f7d2fb79aaaeff34adb4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f894f9c8f92776011943f3ec2c642a05359c46d5..10c101879983df2c27875586626500941a487fca 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d8a6eba316a2545c32293cfd8712325091a22192..00e9108e262fc7fb025391988a4cbe18d9475307 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 80a9b4e1f5c063db6b70d0641c16d7f7f925ff77..c99b565811414301191b3291531738ef62a7aee4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2257cf7f67971f955ebd4d69190b18d591e91081..8a7881a28e0782e9843f7e0f1f6c55f75ee69925 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b7f4fd9a5f5b8d4b4659ba4b7f0179a6e247dc47..a380c22b9766bcecfe6ea945983b6c4b8de9204a 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 0785ca86ca9d77f6e39fdbea4457536ff5196f84..d7eda177290b19090ecea132bed29fa06e3e96b5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 31e52bef2952ef06a7b5a60124ec371b73b712e0..556a3f49019c9fad2870e903cfc571379871c76b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8ea6e3a2bf53a000f53beef9b1ccae3a5fda4dbc..4a594681c55aadf7a87284b795d69914dbf2df31 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 92863d1307daf48f609c9fbc3cadc12948d15d7a..669bcecd75f1156f6fa84ef4d6f77bfd26297d9c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7ede2e90fdda622211e66c0a39bad14f05ea80a2..b918695cf036a83c04618f7de25e7295d02373aa 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f4b87844985c7dc88b8e8b6056e63b80dad9c46c..c1d1e35538a2ce437dd880a0d172b5b5a6eca931 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3a28130ecc2a02c6a6d84cecc94c6d352b1d7954..f15a25febd743996ab8312715939eebfd92a71e9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5577ef35c152f96c062da6950b8588bbe87e0ad2..30ca4cc06fde2713912b046cb0fb7b8c48952701 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 749872e9623c51dda1a06506c5fe488fe8601b96..c47d1985488c6d38037637998ed7fefcb3f732a1 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index cc62634476ec00ab134f1ca267cd81f25b6e3740..986b13cc1b83f409cddd30f29fb03c7f632d9831 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b56bd280007ffd668d56d623a734c197c92997a7..7811320f0bf4df192cdc89f4772d6df6f17ce2ed 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2c669f36d855198f0aaefaac2a96b6fa22bf6cd6..96e0029c132e9b9bab8e99b2c556a82f185a5493 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 380419c0fa4142fd7bb9c3c0466bf27ca57fae9d..8e6d25c22f577da37f5787c804ac26920c8deca6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1d615afd20da8bc671d190aaefc5375cb9cf43ed..17e90c5add3b5b841155d0b1b6df1b476b2ea14f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8c7d3ed5d9797cbbc987aff735a7c62a817f9ca3..831d6c7326ea251c75b26f7a966eb2d3da9893a5 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 8662709177e28a552bf14b501036116700fe88bd..9af13d800bda39083a85d8377f95ea07b2d64e8b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ae38f3774ff291602debdc963be59f7710982c69..d2d587851e2e67a7bc020882eac9c100f9998af9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 95f8853c3c433b3d8c977386b7c1b5f7801cceb1..97c9d5091a1856c0341683a5f32abace24ac0e01 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 997d20abc9454b4ee061c679901708f9a895d9d9..30e17c8bcd16ea44bb798e0d7a1ee38ed294db35 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;      \r
 ;\r
 ;    ***************************************************************************\r
index 9b3b34d649ccc61d0dc7bf3337a9fb97b3e1ca44..8d3882d542e9a213e3e1d5848b1236551da6bdb2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ec68e61cc779154b63e0df47073f320f9734b0cf..330102a5b9490e88fee6acf4de60f28394d5440a 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;      \r
 ;\r
 ;    ***************************************************************************\r
index bed6025091a531bda0866c78671e5ff2ac2bc6fc..b6d4ef8c08eea98d7aced7798f062a7cd4b43938 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 83e5dde00e756c6e021554c9862e566560833b9d..65ba50fb57e43c370d2d73584a876f2102852aec 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d6ab1b08ac5219239b86e650314ad7c839410c7f..df2af80d6dbc6ca5eea07f48e43bded04ef40803 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 1438d90e973270bff81ee00d361f2eb6ef2c9766..f70f444263570808034ddadd6065ef7edeb04c28 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index fa8eec611c91bbace60a7574bb113e52e275d7fa..9541dd33102182a19511ef1b90ed8b4afaf5b15b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a10febcae30e5ed956c4930c8b2d2a10e322ebc8..229550e4f6b25612eab68521eccc10de8cceb1a9 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;\r
 ;\r
 ;    ***************************************************************************\r
index 4cd0e9b9497727b27607adf5454aeb7de2e92b46..54a6cddbd04e5700d1e9bd36bc4a23a350d0a895 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 694ef1662317eebe86cbcd5453898f29e3ae483d..7528801ad4eed93af6437bc3a8266340ecca594f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a10febcae30e5ed956c4930c8b2d2a10e322ebc8..229550e4f6b25612eab68521eccc10de8cceb1a9 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;\r
 ;\r
 ;    ***************************************************************************\r
index 08f008bc7c49e7e3ba1872f4a5068ce2307dd335..441fdf3da785b9692f3a9ebfb0d8d1e69d89bc83 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 5f6672a7333302d94442e61448f2f7873e91c66c..b3fe8278bf3b3e50473483e8d47104cc99e58e02 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a10febcae30e5ed956c4930c8b2d2a10e322ebc8..229550e4f6b25612eab68521eccc10de8cceb1a9 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;\r
 ;\r
 ;    ***************************************************************************\r
index 20cd7986b898b9fcd8e5eed6c2cca558d9d9ac39..23d5394ed78916627fbcb08695ad2b45d4d0b555 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3e540a8857d1a95a04da3f45d8430ad9062ff552..9d8118e37c8ca2ab36f048b596d39ea3064b0dd3 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;\r
 ;\r
 ;    ***************************************************************************\r
index 97434380cd6aa3f4d0e3c8b1149d4d7440943e76..e9b97e7da7dc67e4f75173ab28116709ea4c6372 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f148e3763c9f937da16ea656aeb398f84eb3b0d2..bc7f62c65e2dac661644271b1e3608fef9bb46fa 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;      \r
 ;\r
 ;    ***************************************************************************\r
index 903b50cc2b93e9c645591034b308e3cd3262a24f..ee2d02506551de3bda0134ea92c35ff9088a88ae 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 7cccd9933272c73fbc2260dbe6289ee6b69698ec..f85043f4a618aa4e72b73df9506927c2becb765f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 14a8a34158e971c0da946b61868422c2eb61b6ea..1d898cdc94308a4c95c67341dbc5e1d0640e42c2 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 2d4e23cecf1c80bd3bf400cded541fdeb0d8b57f..6419b22b37373491c655d8442eabefd86f734d84 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index b8838fd6bd966c4f1624ec9b43878af00f82f323..ebda136f536ecad633272da11ad9c3ebe89105d6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 06fffb34571ecb7c024e9874e2ecc614af35636d..3a58eb56ec084154fc8806c5ce2ec2bf5258e6a8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 01e6b22278899751a7bb1848bd89f34ec17f88bf..cb1621fae49b00020854b73c51b562c0ab83f423 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 3588b3e3ba4fe74fd48ac6d2756e81fd9cea188c..359042f7d0a29aa44807f00edffd5d31dedc2b4e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a157ea7c325e8623b19c430c260b79c71cd93e39..8b53110af2caeb9c52345a60a9bc98fb3e94878e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 948c177766bb6917d39a09fbae92fb342177b0b6..928a52bccc8f2cc5e5f833eb7e8cefdd46126689 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e05eba0a60b16a5249a75b0d2d62f800f0e64170..55195353febf8a47e9db00c4df726704d68e60bb 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f94d06f6ea17bc433effa1b12a2164198201006b..be39700ba8d057f1b0076f76da172ee54180dc58 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e3fe0f9705a91b633d58e79a4ce5dd6ad339b202..89d859419edb12f466342346c56536fb6514a84a 100644 (file)
@@ -1,5 +1,5 @@
 ;/*\r
-;    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+;    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 ;\r
 ;\r
 ;    ***************************************************************************\r
index 59d16b4cc62377c1f5ba2b9a02efc4fb0415c84c..21dbaf0b594cd013c1be1d015d409a53394e3e35 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f1e7902fcb6c039de70f14c55ec633573e8ed4af..919692001f0db08ff0671e115cf80531659b6fdc 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index d9d5a75ba6cf8a8353c6e37c8188c281fb3acd9b..89b55a955a0076155c3dd8f718d6df937af3ed45 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 26c51a183bfb73baa7b97abb1dd6bcdbff9e39b9..fb9cfcc457a2b067fcd6ec8b0796f57de3e21c65 100644 (file)
@@ -1,5 +1,5 @@
 REM/*\r
-REM    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+REM    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 REM\r
 REM\r
 REM    ***************************************************************************\r
index 0e6cc4e90b95d95682a2feaa585f10f293596006..15c43f406d6a792ba274f9306dc95bb067837677 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index a5c952f2b2a71618a4ce1283a7076e47f2e136d0..8467c9293f011392cefb140e221778910e338371 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 116b98930944cee9d8d3d7cc2758045505989acf..3c6676d97328a8bc680f979d1737b45e98b77e76 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 385267e19c23deb6dd36180d599fd7da76258c73..0227d6fb4f71a721424b948731ae62a23b045a81 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 373e662b4aa6a559995594eabad807797b0719f7..082ed204097753020de9391edace6ffbcfd8c19c 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 01c0ea65de9827925e4053de27bd44ee4ad3907d..b8b56fd01aca8a32b41cc232c8d71d15ec7d7ee7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 179a10aa462176e786d7a625fe1b6d642069e0c7..e439eb9e4dca7d1e5cd869605ed6ce1d9f514842 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index bc6e02b5a5887c3fd08e58432f1a0661482b57f0..a3a005ebeb12f4b706b5834d3fec2b6b9fb03ed7 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index f76733f0b340b1c9d141d118cb3f41e8624ce42c..6d077a96aeea1b6ce212202d8d50729261962a8f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 4922544d4db34b72785e15a40dbc9d24ab1ff549..05980aa93328e8eaf51016bbcc697b7bc03182e3 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index e27a20a504f4e7e9623275cedff993f882d14da2..bdf84b43cc1107c074a0112c43681701d62439ea 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index ddfdb704704ba75689d406ca9b919ffb1de86198..7ef0065c0cd321cdfcfc50cfecaaa194d4ceee47 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V7.4.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
 \r
     FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME.  PLEASE VISIT\r
     http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -39,7 +39,7 @@
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
     FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more\r
     details. You should have received a copy of the GNU General Public License\r
-    and the FreeRTOS license exception along with FreeRTOS; if not itcan be\r
+    and the FreeRTOS license exception along with FreeRTOS; if not it can be\r
     viewed here: http://www.freertos.org/a00114.html and also obtained by\r
     writing to Real Time Engineers Ltd., contact details for whom are available\r
     on the FreeRTOS WEB site.\r
index 720332d5ad4910339cf983a11385a0f275c1bf6d..b35e4fc9290f38bd0f0d3aa88d721be041bf3203 100644 (file)
@@ -5,18 +5,18 @@ Directories:
 + FreeRTOS/demo contains a pre-configured demo project for every official \r
   FreeRTOS port.\r
   \r
-+ FreeRTOS-Plus contains additional FreeRTOS components and third party \r
++ See http://www.freertos.org/a00017.html for full details of the FreeRTOS\r
+  directory structure and information on locating the files you require.\r
+\r
+  + FreeRTOS-Plus contains additional FreeRTOS components and third party \r
   complementary products.  THESE ARE LICENSED SEPARATELY FROM FreeRTOS although\r
   all contain open source options.  See the license files in each respective\r
   directory for information.\r
   \r
-+ FreeRTOS-Plus/Demo_Projects_Using_FreeRTOS_Simulator contains pre-configured\r
-  demo projects for the FreeRTOS-Plus components.  The demo projects run in\r
-  a Windows environment using the FreeRTOS windows simulator.  These are \r
-  documented on the FreeRTOS web site http://www.FreeRTOS.org/plus\r
-\r
-+ See http://www.freertos.org/a00017.html for full details of the directory \r
-  structure and information on locating the files you require.\r
++ FreeRTOS-Plus/Demo contains pre-configured demo projects for the FreeRTOS-Plus \r
+  components.  Most demo projects run in a Windows environment using the \r
+  FreeRTOS windows simulator.  These are documented on the FreeRTOS web site \r
+  http://www.FreeRTOS.org/plus\r
 \r
 Further readme files are contains in sub-directories as appropriate.\r
   \r