diff --git a/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h b/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h index 631d01d76a..f144fb0bdb 100644 --- a/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h +++ b/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.2.1 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.3.0 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/ARM7_AT91FR40008_GCC/Makefile b/Demo/ARM7_AT91FR40008_GCC/Makefile index f81f504369..ba506eebfa 100644 --- a/Demo/ARM7_AT91FR40008_GCC/Makefile +++ b/Demo/ARM7_AT91FR40008_GCC/Makefile @@ -1,4 +1,4 @@ -# FreeRTOS.org V4.2.1 - Copyright (C) 2003-2007 Richard Barry. +# FreeRTOS.org V4.3.0 - Copyright (C) 2003-2007 Richard Barry. # # This file is part of the FreeRTOS.org distribution. # diff --git a/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c b/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c index 4894eb8a2f..439747a7ab 100644 --- a/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c +++ b/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.2.1 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.3.0 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/ARM7_AT91FR40008_GCC/ebi.h b/Demo/ARM7_AT91FR40008_GCC/ebi.h index 62c36f0ad6..ffa1a55009 100644 --- a/Demo/ARM7_AT91FR40008_GCC/ebi.h +++ b/Demo/ARM7_AT91FR40008_GCC/ebi.h @@ -1,121 +1,121 @@ -//*----------------------------------------------------------------------------- -//* ATMEL Microcontroller Software Support - ROUSSET - -//*----------------------------------------------------------------------------- -//* The software is delivered "AS IS" without warranty or condition of any -//* kind, either express, implied or statutory. This includes without -//* limitation any warranty or condition with respect to merchantability or -//* fitness for any particular purpose, or against the infringements of -//* intellectual property rights of others. -//*----------------------------------------------------------------------------- -//* File Name : ebi.h -//* Object : External Bus Interface Definition File -//* Translator : ARM Software Development Toolkit V2.11a -//* -//* 1.0 03/11/97 JCZ : Creation -//* 2.0 21/10/98 JCZ : Clean up -//*----------------------------------------------------------------------------- - -#ifndef ebi_h -#define ebi_h - -/*----------------------------------------*/ -/* Memory Controller Interface Definition */ -/*----------------------------------------*/ - -typedef struct -{ - at91_reg EBI_CSR[8] ; /* Chip Select Register */ - at91_reg EBI_RCR ; /* Remap Control Register */ - at91_reg EBI_MCR ; /* Memory Control Register */ -} StructEBI ; - -/*-----------------------*/ -/* Chip Select Registers */ -/*-----------------------*/ - -/* Data Bus Width */ -#define DataBus16 (1<<0) -#define DataBus8 (2<<0) -#define DBW (3<<0) - -/* Number of Wait States */ -#define B_NWS 2 -#define WaitState1 (0< uipTOTAL_FRAME_HEADER_SIZE ) && ( uip_len <= ( ETH_FRAG_SIZE - uipTOTAL_FRAME_HEADER_SIZE - 1 ) ) ) + if( uip_len > uipTOTAL_FRAME_HEADER_SIZE ) { CopyToFrame_EMAC( uip_appdata, ( uip_len - uipTOTAL_FRAME_HEADER_SIZE ) ); } diff --git a/Demo/ARM7_LPC2368_Rowley/webserver/uip-conf.h b/Demo/ARM7_LPC2368_Rowley/webserver/uip-conf.h index ac5265ec81..3e6f7f3818 100644 --- a/Demo/ARM7_LPC2368_Rowley/webserver/uip-conf.h +++ b/Demo/ARM7_LPC2368_Rowley/webserver/uip-conf.h @@ -104,7 +104,7 @@ typedef unsigned short uip_stats_t; * * \hideinitializer */ -#define UIP_CONF_BUFFER_SIZE 1500 +#define UIP_CONF_BUFFER_SIZE 1480 /** * CPU byte order. diff --git a/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h b/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h index 9283c34bcd..f57a3ace33 100644 --- a/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h +++ b/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.2.1 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.3.0 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c b/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c index b3b05471e9..8ab07aff8f 100644 --- a/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c +++ b/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.2.1 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.3.0 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/ARM7_STR71x_IAR/main.c b/Demo/ARM7_STR71x_IAR/main.c index 109270f754..7f9b732291 100644 --- a/Demo/ARM7_STR71x_IAR/main.c +++ b/Demo/ARM7_STR71x_IAR/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.2.1 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.3.0 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/ARM7_STR71x_IAR/serial/serial.c b/Demo/ARM7_STR71x_IAR/serial/serial.c index d08267b87f..7d38452bb4 100644 --- a/Demo/ARM7_STR71x_IAR/serial/serial.c +++ b/Demo/ARM7_STR71x_IAR/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.2.1 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.3.0 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h b/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h index 36da9a1718..98074f751f 100644 --- a/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h +++ b/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.2.1 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.3.0 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c b/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c index 794a141dc3..dcb8b7f5e8 100644 --- a/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c +++ b/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.2.1 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.3.0 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/ARM7_STR75x_GCC/main.c b/Demo/ARM7_STR75x_GCC/main.c index fd1bf734cf..d33cd964b6 100644 --- a/Demo/ARM7_STR75x_GCC/main.c +++ b/Demo/ARM7_STR75x_GCC/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.2.1 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.3.0 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/ARM7_STR75x_GCC/serial/serial.c b/Demo/ARM7_STR75x_GCC/serial/serial.c index 9bc78053c7..4bf07ef61e 100644 --- a/Demo/ARM7_STR75x_GCC/serial/serial.c +++ b/Demo/ARM7_STR75x_GCC/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.2.1 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.3.0 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/ARM7_STR75x_GCC/serial/serialISR.c b/Demo/ARM7_STR75x_GCC/serial/serialISR.c index 65998a65f6..2fede7075b 100644 --- a/Demo/ARM7_STR75x_GCC/serial/serialISR.c +++ b/Demo/ARM7_STR75x_GCC/serial/serialISR.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.2.1 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.3.0 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h b/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h index 2f3bd24235..b0663e4a01 100644 --- a/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h +++ b/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.2.1 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.3.0 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c b/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c index 794a141dc3..dcb8b7f5e8 100644 --- a/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c +++ b/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.2.1 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.3.0 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/ARM7_STR75x_IAR/main.c b/Demo/ARM7_STR75x_IAR/main.c index f0229655a1..0a8c362870 100644 --- a/Demo/ARM7_STR75x_IAR/main.c +++ b/Demo/ARM7_STR75x_IAR/main.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.2.1 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.3.0 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/ARM7_STR75x_IAR/serial/serial.c b/Demo/ARM7_STR75x_IAR/serial/serial.c index 2864fcfd04..0b50fc867e 100644 --- a/Demo/ARM7_STR75x_IAR/serial/serial.c +++ b/Demo/ARM7_STR75x_IAR/serial/serial.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.2.1 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.3.0 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS.org distribution. diff --git a/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h b/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h index c8d133e514..11b930394d 100644 --- a/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h +++ b/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.2.1 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.3.0 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS distribution. diff --git a/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c b/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c index 20c416d3fd..91f96419b9 100644 --- a/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c +++ b/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c @@ -1,5 +1,5 @@ /* - FreeRTOS.org V4.2.1 - Copyright (C) 2003-2007 Richard Barry. + FreeRTOS.org V4.3.0 - Copyright (C) 2003-2007 Richard Barry. This file is part of the FreeRTOS distribution. diff --git a/Demo/ARM9_STR91X_IAR/RTOSDemo.dep b/Demo/ARM9_STR91X_IAR/RTOSDemo.dep new file mode 100644 index 0000000000..bb7376f2e0 --- /dev/null +++ b/Demo/ARM9_STR91X_IAR/RTOSDemo.dep @@ -0,0 +1,2105 @@ + + + + 2 + + ARM + + $PROJ_DIR$\ARM\Obj\comtest.r79 + $PROJ_DIR$\..\Common\include\BlockQ.h + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\clock.h + $PROJ_DIR$\ARM\Obj\lcd.r79 + $PROJ_DIR$\Library\include\91x_uart.h + $TOOLKIT_DIR$\inc\stdio.h + $TOOLKIT_DIR$\inc\math.h + $PROJ_DIR$\Library\include\91x_map.h + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\lc.h + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\uip.h + $PROJ_DIR$\..\..\Source\include\FreeRTOS.h + $PROJ_DIR$\Library\include\91x_lib.h + $PROJ_DIR$\Library\include\91x_ahbapb.h + $PROJ_DIR$\Library\include\91x_scu.h + $PROJ_DIR$\..\..\Source\include\projdefs.h + $PROJ_DIR$\..\..\Source\include\croutine.h + $PROJ_DIR$\..\Common\include\flop.h + $TOOLKIT_DIR$\inc\ymath.h + $PROJ_DIR$\Library\include\91x_gpio.h + $PROJ_DIR$\..\Common\include\flash.h + $PROJ_DIR$\..\..\Source\include\list.h + $PROJ_DIR$\webserver\httpd-fs.h + $PROJ_DIR$\..\Common\Minimal\dynamic.c + $PROJ_DIR$\..\Common\include\integer.h + $PROJ_DIR$\webserver\uip-conf.h + $PROJ_DIR$\webserver\httpd-fsdata.c + $PROJ_DIR$\Library\include\91x_type.h + $PROJ_DIR$\Library\include\91x_vic.h + $TOOLKIT_DIR$\inc\intrinsics.h + $PROJ_DIR$\Library\include\91x_fmi.h + $TOOLKIT_DIR$\inc\DLib_Product.h + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\pt.h + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\uip_arch.h + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\uip_arp.h + $TOOLKIT_DIR$\inc\xencoding_limits.h + $PROJ_DIR$\..\Common\include\comtest.h + $PROJ_DIR$\..\Common\include\dynamic.h + $TOOLKIT_DIR$\inc\yvals.h + $PROJ_DIR$\webserver\webserver.h + $PROJ_DIR$\Library\include\91x_enet.h + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\lc-switch.h + $TOOLKIT_DIR$\inc\stdint.h + $PROJ_DIR$\Library\include\91x_wdg.h + $PROJ_DIR$\STCode\lcd.h + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\timer.h + $PROJ_DIR$\..\Common\include\PollQ.h + $TOOLKIT_DIR$\inc\ysizet.h + $TOOLKIT_DIR$\inc\DLib_Threads.h + $PROJ_DIR$\..\..\Source\include\queue.h + $PROJ_DIR$\..\Common\include\comtest2.h + $TOOLKIT_DIR$\inc\inttypes.h + $PROJ_DIR$\..\..\Source\include\portable.h + $TOOLKIT_DIR$\inc\intrinsic.h + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\uipopt.h + $PROJ_DIR$\webserver\httpd.h + $PROJ_DIR$\..\Common\include\serial.h + $PROJ_DIR$\..\Common\include\partest.h + $PROJ_DIR$\webserver\httpd-cgi.h + $PROJ_DIR$\..\Common\include\semtest.h + $TOOLKIT_DIR$\inc\DLib_Defaults.h + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\psock.h + $PROJ_DIR$\webserver\clock-arch.h + $TOOLKIT_DIR$\inc\string.h + $PROJ_DIR$\..\..\Source\include\semphr.h + $PROJ_DIR$\..\..\Source\include\task.h + $TOOLKIT_DIR$\inc\stdlib.h + $PROJ_DIR$\webserver\http-strings.h + $TOOLKIT_DIR$\inc\stddef.h + $PROJ_DIR$\webserver\httpd-fsdata.h + $PROJ_DIR$\..\..\Source\portable\IAR\STR91x\portmacro.h + $PROJ_DIR$\ARM\Obj\dynamic.r79 + $PROJ_DIR$\Library\include\91x_it.h + $PROJ_DIR$\..\Common\Minimal\comtest.c + $PROJ_DIR$\..\Common\Minimal\BlockQ.c + $PROJ_DIR$\..\..\Source\portable\MemMang\heap_2.c + $PROJ_DIR$\..\Common\Minimal\integer.c + $PROJ_DIR$\STCode\lcd.c + $PROJ_DIR$\main.c + $PROJ_DIR$\..\Common\Minimal\semtest.c + $PROJ_DIR$\..\Common\Minimal\PollQ.c + $PROJ_DIR$\ParTest\ParTest.c + $PROJ_DIR$\serial\serial.c + $PROJ_DIR$\Library\source\91x_enet.c + $PROJ_DIR$\Library\include\91x_conf.h + $PROJ_DIR$\webserver\uIP_Task.c + $PROJ_DIR$\Library\source\91x_wdg.c + $PROJ_DIR$\..\..\Source\portable\IAR\STR91x\port.c + $PROJ_DIR$\..\..\Source\queue.c + $PROJ_DIR$\..\..\Source\portable\IAR\STR91x\portasm.s79 + $PROJ_DIR$\..\..\Source\tasks.c + $PROJ_DIR$\91x_init_IAR.s + $PROJ_DIR$\91x_vect_IAR.s + $PROJ_DIR$\lnkarm_flash.xcl + $PROJ_DIR$\lnkarm_ram.xcl + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\apps\webserver\http-strings.c + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\psock.c + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\uip_arp.c + $PROJ_DIR$\webserver\httpd-cgi.c + $PROJ_DIR$\webserver\httpd-fs.c + $PROJ_DIR$\webserver\httpd.c + $PROJ_DIR$\..\Common\Minimal\flash.c + $PROJ_DIR$\..\Common\Minimal\flop.c + $PROJ_DIR$\FreeRTOSConfig.h + $PROJ_DIR$\Library\source\91x_gpio.c + $PROJ_DIR$\Library\source\91x_fmi.c + $PROJ_DIR$\Library\source\91x_uart.c + $PROJ_DIR$\Library\source\91x_it.c + $PROJ_DIR$\Library\source\91x_lib.c + $PROJ_DIR$\Library\source\91x_scu.c + $PROJ_DIR$\..\..\Source\list.c + $PROJ_DIR$\Library\source\91x_vic.c + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\timer.c + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\uip.c + $PROJ_DIR$\ARM\Obj\integer.r79 + $PROJ_DIR$\ARM\Obj\list.r79 + $PROJ_DIR$\ARM\Obj\port.r79 + $PROJ_DIR$\ARM\Obj\ParTest.r79 + $PROJ_DIR$\ARM\Obj\PollQ.r79 + $PROJ_DIR$\ARM\Obj\flash.r79 + $PROJ_DIR$\ARM\Obj\uip_arp.r79 + $PROJ_DIR$\ARM\Obj\portasm.r79 + $PROJ_DIR$\ARM\Obj\91x_init_IAR.r79 + $PROJ_DIR$\ARM\Obj\91x_vect_IAR.r79 + $PROJ_DIR$\ARM\Obj\comtest.pbi + $PROJ_DIR$\ARM\Obj\dynamic.pbi + $PROJ_DIR$\ARM\Obj\91x_lib.r79 + $PROJ_DIR$\ARM\Obj\91x_scu.r79 + $PROJ_DIR$\ARM\Obj\91x_uart.r79 + $PROJ_DIR$\ARM\Obj\91x_vic.r79 + $PROJ_DIR$\ARM\Obj\httpd-cgi.r79 + $PROJ_DIR$\ARM\Obj\httpd-fs.r79 + $PROJ_DIR$\ARM\Obj\httpd.r79 + $PROJ_DIR$\ARM\Obj\psock.r79 + $PROJ_DIR$\ARM\Obj\timer.r79 + $PROJ_DIR$\ARM\Obj\flop.pbi + $PROJ_DIR$\ARM\Obj\flop.r79 + $PROJ_DIR$\ARM\Obj\BlockQ.r79 + $PROJ_DIR$\ARM\Obj\serial.pbi + $PROJ_DIR$\ARM\Obj\uIP_Task.pbi + $PROJ_DIR$\ARM\Obj\91x_enet.pbi + $PROJ_DIR$\ARM\Obj\91x_fmi.pbi + $PROJ_DIR$\ARM\Obj\91x_gpio.pbi + $PROJ_DIR$\ARM\Obj\91x_it.pbi + $PROJ_DIR$\ARM\Obj\91x_lib.pbi + $PROJ_DIR$\ARM\Obj\91x_scu.pbi + $PROJ_DIR$\ARM\Obj\91x_uart.pbi + $PROJ_DIR$\ARM\Obj\91x_vic.pbi + $PROJ_DIR$\ARM\Obj\91x_wdg.r79 + $PROJ_DIR$\ARM\Obj\uip.r79 + $PROJ_DIR$\ARM\Obj\BlockQ.pbi + $PROJ_DIR$\ARM\Obj\queue.r79 + $PROJ_DIR$\ARM\Obj\tasks.r79 + $PROJ_DIR$\ARM\Obj\http-strings.r79 + $PROJ_DIR$\ARM\Obj\flash.pbi + $PROJ_DIR$\ARM\Obj\lcd.pbi + $PROJ_DIR$\ARM\Obj\heap_2.pbi + $PROJ_DIR$\ARM\Obj\integer.pbi + $PROJ_DIR$\ARM\Obj\main.pbi + $PROJ_DIR$\ARM\Obj\list.pbi + $PROJ_DIR$\ARM\Obj\ParTest.pbi + $PROJ_DIR$\ARM\Obj\PollQ.pbi + $PROJ_DIR$\ARM\Obj\semtest.pbi + $PROJ_DIR$\ARM\Obj\semtest.r79 + $PROJ_DIR$\ARM\Obj\serial.r79 + $PROJ_DIR$\ARM\Obj\uIP_Task.r79 + $PROJ_DIR$\ARM\Obj\91x_enet.r79 + $PROJ_DIR$\ARM\Obj\91x_fmi.r79 + $PROJ_DIR$\ARM\Obj\91x_gpio.r79 + $PROJ_DIR$\ARM\Obj\91x_it.r79 + $PROJ_DIR$\ARM\Obj\91x_wdg.pbi + $PROJ_DIR$\ARM\Obj\port.pbi + $PROJ_DIR$\ARM\Obj\uip.pbi + $PROJ_DIR$\ARM\Obj\queue.pbi + $PROJ_DIR$\ARM\Obj\tasks.pbi + $PROJ_DIR$\ARM\Obj\http-strings.pbi + $PROJ_DIR$\ARM\Obj\httpd-cgi.pbi + $PROJ_DIR$\ARM\Obj\httpd-fs.pbi + $PROJ_DIR$\ARM\Obj\httpd.pbi + $PROJ_DIR$\ARM\Obj\psock.pbi + $PROJ_DIR$\ARM\Obj\timer.pbi + $PROJ_DIR$\ARM\Obj\RTOSDemo.pbd + $PROJ_DIR$\ARM\Obj\uip_arp.pbi + $PROJ_DIR$\ARM\Exe\RTOSDemo.d79 + $PROJ_DIR$\ARM\Obj\main.r79 + $PROJ_DIR$\ARM\Obj\heap_2.r79 + + + $PROJ_DIR$\..\Common\Minimal\dynamic.c + + + ICCARM + 70 + + + BICOMP + 124 + + + + + BICOMP + 65 37 59 30 34 47 46 10 67 14 102 51 69 52 28 64 20 63 48 36 + + + + + [ROOT_NODE] + + + XLINK + 182 + + + + + $PROJ_DIR$\..\Common\Minimal\comtest.c + + + ICCARM + 0 + + + BICOMP + 123 + + + + + BICOMP + 65 37 59 30 34 47 46 10 67 14 102 51 69 52 28 64 20 55 35 56 + + + + + $PROJ_DIR$\..\Common\Minimal\BlockQ.c + + + ICCARM + 136 + + + BICOMP + 149 + + + + + BICOMP + 65 37 59 30 34 47 46 10 67 14 102 51 69 52 28 64 20 48 1 + + + + + $PROJ_DIR$\..\..\Source\portable\MemMang\heap_2.c + + + ICCARM + 184 + + + BICOMP + 155 + + + + + BICOMP + 65 37 59 30 34 47 46 10 67 14 102 51 69 52 28 64 20 + + + + + $PROJ_DIR$\..\Common\Minimal\integer.c + + + ICCARM + 113 + + + BICOMP + 156 + + + + + BICOMP + 65 37 59 30 34 47 46 10 67 14 102 51 69 52 28 64 20 23 + + + + + $PROJ_DIR$\STCode\lcd.c + + + ICCARM + 3 + + + BICOMP + 154 + + + + + BICOMP + 11 7 83 26 12 29 27 71 18 13 4 42 39 43 10 67 37 59 30 34 47 46 14 102 51 69 52 28 64 20 + + + + + $PROJ_DIR$\main.c + + + ICCARM + 183 + + + BICOMP + 157 + + + + + BICOMP + 5 37 59 30 34 47 46 11 7 83 26 12 29 27 71 18 13 4 42 39 10 67 14 102 51 69 52 28 64 20 48 43 19 23 45 1 58 36 56 16 49 55 + + + + + $PROJ_DIR$\..\Common\Minimal\semtest.c + + + ICCARM + 162 + + + BICOMP + 161 + + + + + BICOMP + 65 37 59 30 34 47 46 10 67 14 102 51 69 52 28 64 20 63 48 58 + + + + + $PROJ_DIR$\..\Common\Minimal\PollQ.c + + + ICCARM + 117 + + + BICOMP + 160 + + + + + BICOMP + 65 37 59 30 34 47 46 10 67 14 102 51 69 52 28 64 20 48 45 + + + + + $PROJ_DIR$\ParTest\ParTest.c + + + ICCARM + 116 + + + BICOMP + 159 + + + + + BICOMP + 11 7 83 26 12 29 27 71 18 13 4 42 39 10 67 37 59 30 34 47 46 14 102 51 69 52 28 56 + + + + + $PROJ_DIR$\serial\serial.c + + + ICCARM + 163 + + + BICOMP + 137 + + + + + BICOMP + 11 7 83 26 12 29 27 71 18 13 4 42 39 10 67 37 59 30 34 47 46 14 102 51 69 52 28 48 63 55 + + + + + $PROJ_DIR$\Library\source\91x_enet.c + + + ICCARM + 165 + + + BICOMP + 139 + + + + + BICOMP + 10 67 37 59 30 34 47 46 14 102 51 69 52 28 64 20 11 7 83 26 12 29 27 71 18 13 4 42 39 62 + + + + + $PROJ_DIR$\webserver\uIP_Task.c + + + ICCARM + 164 + + + BICOMP + 138 + + + + + BICOMP + 62 37 59 30 34 47 46 11 7 83 26 12 29 27 71 18 13 4 42 39 10 67 14 102 51 69 52 28 64 20 63 48 9 53 24 50 41 38 54 60 31 8 40 21 33 44 2 61 + + + + + $PROJ_DIR$\Library\source\91x_wdg.c + + + ICCARM + 147 + + + BICOMP + 169 + + + + + BICOMP + 42 7 83 26 13 + + + + + $PROJ_DIR$\..\..\Source\portable\IAR\STR91x\port.c + + + ICCARM + 115 + + + BICOMP + 170 + + + + + BICOMP + 11 7 83 26 12 29 27 71 18 13 4 42 39 65 37 59 30 34 47 46 10 67 14 102 51 69 52 28 64 20 + + + + + $PROJ_DIR$\..\..\Source\queue.c + + + ICCARM + 150 + + + BICOMP + 172 + + + + + BICOMP + 65 37 59 30 34 47 46 62 10 67 14 102 51 69 52 28 64 20 15 + + + + + $PROJ_DIR$\..\..\Source\portable\IAR\STR91x\portasm.s79 + + + AARM + 120 + + + + + $PROJ_DIR$\..\..\Source\tasks.c + + + ICCARM + 151 + + + BICOMP + 173 + + + + + BICOMP + 5 37 59 30 34 47 46 65 62 10 67 14 102 51 69 52 28 64 20 + + + + + $PROJ_DIR$\91x_init_IAR.s + + + AARM + 121 + + + + + $PROJ_DIR$\91x_vect_IAR.s + + + AARM + 122 + + + + + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\apps\webserver\http-strings.c + + + ICCARM + 152 + + + BICOMP + 174 + + + + + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\psock.c + + + ICCARM + 132 + + + BICOMP + 178 + + + + + BICOMP + 5 37 59 30 34 47 46 62 53 24 50 41 38 54 60 31 8 40 21 9 + + + + + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\uip_arp.c + + + ICCARM + 119 + + + BICOMP + 181 + + + + + BICOMP + 33 9 53 24 50 41 37 59 30 34 47 38 54 60 31 8 40 21 62 46 + + + + + $PROJ_DIR$\webserver\httpd-cgi.c + + + ICCARM + 129 + + + BICOMP + 175 + + + + + BICOMP + 9 53 24 50 41 37 59 30 34 47 38 54 60 31 8 40 21 57 5 46 62 + + + + + $PROJ_DIR$\webserver\httpd-fs.c + + + ICCARM + 130 + + + BICOMP + 176 + + + + + BICOMP + 54 60 53 24 50 41 37 59 30 34 47 38 31 8 40 21 68 9 25 + + + + + $PROJ_DIR$\webserver\httpd.c + + + ICCARM + 131 + + + BICOMP + 177 + + + + + BICOMP + 9 53 24 50 41 37 59 30 34 47 38 54 60 31 8 40 21 57 66 62 46 + + + + + $PROJ_DIR$\..\Common\Minimal\flash.c + + + ICCARM + 118 + + + BICOMP + 153 + + + + + BICOMP + 65 37 59 30 34 47 46 10 67 14 102 51 69 52 28 64 20 56 19 + + + + + $PROJ_DIR$\..\Common\Minimal\flop.c + + + ICCARM + 135 + + + BICOMP + 134 + + + + + BICOMP + 65 37 59 30 34 47 46 6 17 10 67 14 102 51 69 52 28 64 20 16 + + + + + $PROJ_DIR$\Library\source\91x_gpio.c + + + ICCARM + 167 + + + BICOMP + 141 + + + + + BICOMP + 18 7 83 26 13 + + + + + $PROJ_DIR$\Library\source\91x_fmi.c + + + ICCARM + 166 + + + BICOMP + 140 + + + + + BICOMP + 29 7 83 26 + + + + + $PROJ_DIR$\Library\source\91x_uart.c + + + ICCARM + 127 + + + BICOMP + 145 + + + + + BICOMP + 4 7 83 26 13 + + + + + $PROJ_DIR$\Library\source\91x_it.c + + + ICCARM + 168 + + + BICOMP + 142 + + + + + BICOMP + 71 11 7 83 26 12 29 27 18 13 4 42 39 + + + + + $PROJ_DIR$\Library\source\91x_lib.c + + + ICCARM + 125 + + + BICOMP + 143 + + + + + BICOMP + 7 83 26 + + + + + $PROJ_DIR$\Library\source\91x_scu.c + + + ICCARM + 126 + + + BICOMP + 144 + + + + + BICOMP + 13 7 83 26 + + + + + $PROJ_DIR$\..\..\Source\list.c + + + ICCARM + 114 + + + BICOMP + 158 + + + + + BICOMP + 65 37 59 30 34 47 46 10 67 14 102 51 69 52 28 20 + + + + + $PROJ_DIR$\Library\source\91x_vic.c + + + ICCARM + 128 + + + BICOMP + 146 + + + + + BICOMP + 27 7 83 26 71 11 12 29 18 13 4 42 39 + + + + + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\timer.c + + + ICCARM + 133 + + + BICOMP + 179 + + + + + BICOMP + 2 61 10 67 37 59 30 34 47 46 14 102 51 69 52 28 44 + + + + + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\uip.c + + + ICCARM + 148 + + + BICOMP + 171 + + + + + BICOMP + 9 53 24 50 41 37 59 30 34 47 38 54 60 31 8 40 21 32 62 46 + + + + + $PROJ_DIR$\ARM\Obj\RTOSDemo.pbd + + + BILINK + 139 140 141 142 143 144 145 146 169 149 159 160 123 124 153 134 155 174 175 176 177 156 154 158 157 170 178 172 161 137 173 179 138 171 181 + + + + + $PROJ_DIR$\..\Common\Minimal\dynamic.c + ICCARM + + + $PROJ_DIR$\..\Common\Minimal\comtest.c + ICCARM + + + $PROJ_DIR$\..\Common\Minimal\BlockQ.c + ICCARM + + + $PROJ_DIR$\..\..\Source\portable\MemMang\heap_2.c + ICCARM + + + $PROJ_DIR$\..\Common\Minimal\integer.c + ICCARM + + + $PROJ_DIR$\STCode\lcd.c + ICCARM + + + $PROJ_DIR$\main.c + ICCARM + + + $PROJ_DIR$\..\Common\Minimal\semtest.c + ICCARM + + + $PROJ_DIR$\..\Common\Minimal\PollQ.c + ICCARM + + + $PROJ_DIR$\ParTest\ParTest.c + ICCARM + + + $PROJ_DIR$\serial\serial.c + ICCARM + + + $PROJ_DIR$\Library\source\91x_enet.c + ICCARM + + + $PROJ_DIR$\webserver\uIP_Task.c + ICCARM + + + $PROJ_DIR$\Library\source\91x_wdg.c + ICCARM + + + $PROJ_DIR$\..\..\Source\portable\IAR\STR91x\port.c + ICCARM + + + $PROJ_DIR$\..\..\Source\queue.c + ICCARM + + + $PROJ_DIR$\..\..\Source\tasks.c + ICCARM + + + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\apps\webserver\http-strings.c + ICCARM + + + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\psock.c + ICCARM + + + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\uip_arp.c + ICCARM + + + $PROJ_DIR$\webserver\httpd-cgi.c + ICCARM + + + $PROJ_DIR$\webserver\httpd-fs.c + ICCARM + + + $PROJ_DIR$\webserver\httpd.c + ICCARM + + + $PROJ_DIR$\..\Common\Minimal\flash.c + ICCARM + + + $PROJ_DIR$\..\Common\Minimal\flop.c + ICCARM + + + $PROJ_DIR$\Library\source\91x_gpio.c + ICCARM + + + $PROJ_DIR$\Library\source\91x_fmi.c + ICCARM + + + $PROJ_DIR$\Library\source\91x_uart.c + ICCARM + + + $PROJ_DIR$\Library\source\91x_it.c + ICCARM + + + $PROJ_DIR$\Library\source\91x_lib.c + ICCARM + + + $PROJ_DIR$\Library\source\91x_scu.c + ICCARM + + + $PROJ_DIR$\..\..\Source\list.c + ICCARM + + + $PROJ_DIR$\Library\source\91x_vic.c + ICCARM + + + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\timer.c + ICCARM + + + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\uip.c + ICCARM + + + [REBUILD_ALL] + + + + THUMB + + $PROJ_DIR$\..\Common\include\BlockQ.h + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\clock.h + $PROJ_DIR$\Library\include\91x_uart.h + $TOOLKIT_DIR$\inc\stdio.h + $TOOLKIT_DIR$\inc\math.h + $PROJ_DIR$\THUMB\Obj\http-strings.r79 + $PROJ_DIR$\THUMB\Obj\91x_vect_IAR.r79 + $PROJ_DIR$\Library\include\91x_map.h + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\lc.h + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\uip.h + $PROJ_DIR$\..\..\Source\include\FreeRTOS.h + $PROJ_DIR$\Library\include\91x_lib.h + $PROJ_DIR$\Library\include\91x_ahbapb.h + $PROJ_DIR$\Library\include\91x_scu.h + $PROJ_DIR$\..\..\Source\include\projdefs.h + $PROJ_DIR$\..\..\Source\include\croutine.h + $PROJ_DIR$\..\Common\include\flop.h + $TOOLKIT_DIR$\inc\ymath.h + $PROJ_DIR$\Library\include\91x_gpio.h + $PROJ_DIR$\..\Common\include\flash.h + $PROJ_DIR$\..\..\Source\include\list.h + $PROJ_DIR$\webserver\httpd-fs.h + $PROJ_DIR$\..\Common\Minimal\dynamic.c + $PROJ_DIR$\..\Common\include\integer.h + $PROJ_DIR$\webserver\uip-conf.h + $PROJ_DIR$\webserver\httpd-fsdata.c + $PROJ_DIR$\Library\include\91x_type.h + $PROJ_DIR$\Library\include\91x_vic.h + $TOOLKIT_DIR$\inc\intrinsics.h + $PROJ_DIR$\Library\include\91x_fmi.h + $TOOLKIT_DIR$\inc\DLib_Product.h + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\pt.h + $PROJ_DIR$\..\..\Source\portable\IAR\STR91x\ISR_Support.h + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\uip_arch.h + $PROJ_DIR$\THUMB\Obj\comtest.r79 + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\uip_arp.h + $TOOLKIT_DIR$\inc\xencoding_limits.h + $PROJ_DIR$\..\Common\include\comtest.h + $PROJ_DIR$\..\Common\include\dynamic.h + $TOOLKIT_DIR$\inc\yvals.h + $PROJ_DIR$\webserver\webserver.h + $PROJ_DIR$\Library\include\91x_enet.h + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\lc-switch.h + $TOOLKIT_DIR$\inc\stdint.h + $PROJ_DIR$\Library\include\91x_wdg.h + $PROJ_DIR$\STCode\lcd.h + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\timer.h + $PROJ_DIR$\..\Common\include\PollQ.h + $TOOLKIT_DIR$\inc\ysizet.h + $TOOLKIT_DIR$\inc\DLib_Threads.h + $PROJ_DIR$\..\..\Source\include\queue.h + $PROJ_DIR$\THUMB\Obj\BlockQ.r79 + $PROJ_DIR$\..\Common\include\comtest2.h + $TOOLKIT_DIR$\inc\inttypes.h + $PROJ_DIR$\..\..\Source\include\portable.h + $TOOLKIT_DIR$\inc\intrinsic.h + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\uipopt.h + $PROJ_DIR$\webserver\httpd.h + $PROJ_DIR$\..\Common\include\serial.h + $PROJ_DIR$\..\Common\include\partest.h + $PROJ_DIR$\webserver\httpd-cgi.h + $TOOLKIT_DIR$\lib\dl5tptinl8n.h + $PROJ_DIR$\..\Common\include\semtest.h + $TOOLKIT_DIR$\inc\DLib_Defaults.h + $TOOLKIT_DIR$\lib\dl5tptinl8n.r79 + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\psock.h + $PROJ_DIR$\webserver\clock-arch.h + $TOOLKIT_DIR$\inc\string.h + $PROJ_DIR$\..\..\Source\include\semphr.h + $PROJ_DIR$\..\..\Source\include\task.h + $TOOLKIT_DIR$\inc\stdlib.h + $PROJ_DIR$\webserver\http-strings.h + $TOOLKIT_DIR$\inc\stddef.h + $PROJ_DIR$\webserver\httpd-fsdata.h + $PROJ_DIR$\..\..\Source\portable\IAR\STR91x\portmacro.h + $PROJ_DIR$\Library\include\91x_it.h + $PROJ_DIR$\..\Common\Minimal\comtest.c + $PROJ_DIR$\..\Common\Minimal\BlockQ.c + $PROJ_DIR$\..\..\Source\portable\MemMang\heap_2.c + $PROJ_DIR$\..\Common\Minimal\integer.c + $PROJ_DIR$\STCode\lcd.c + $PROJ_DIR$\main.c + $PROJ_DIR$\..\Common\Minimal\semtest.c + $PROJ_DIR$\..\Common\Minimal\PollQ.c + $PROJ_DIR$\ParTest\ParTest.c + $PROJ_DIR$\serial\serial.c + $PROJ_DIR$\Library\source\91x_enet.c + $PROJ_DIR$\Library\include\91x_conf.h + $PROJ_DIR$\webserver\uIP_Task.c + $PROJ_DIR$\Library\source\91x_wdg.c + $PROJ_DIR$\..\..\Source\portable\IAR\STR91x\port.c + $PROJ_DIR$\..\..\Source\queue.c + $PROJ_DIR$\..\..\Source\portable\IAR\STR91x\portasm.s79 + $PROJ_DIR$\..\..\Source\tasks.c + $PROJ_DIR$\91x_init_IAR.s + $PROJ_DIR$\91x_vect_IAR.s + $PROJ_DIR$\lnkarm_flash.xcl + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\apps\webserver\http-strings.c + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\psock.c + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\uip_arp.c + $PROJ_DIR$\webserver\httpd-cgi.c + $PROJ_DIR$\webserver\httpd-fs.c + $PROJ_DIR$\webserver\httpd.c + $PROJ_DIR$\..\Common\Minimal\flash.c + $PROJ_DIR$\..\Common\Minimal\flop.c + $PROJ_DIR$\FreeRTOSConfig.h + $PROJ_DIR$\Library\source\91x_gpio.c + $PROJ_DIR$\Library\source\91x_fmi.c + $PROJ_DIR$\Library\source\91x_uart.c + $PROJ_DIR$\Library\source\91x_it.c + $PROJ_DIR$\Library\source\91x_lib.c + $PROJ_DIR$\Library\source\91x_scu.c + $PROJ_DIR$\..\..\Source\list.c + $PROJ_DIR$\Library\source\91x_vic.c + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\timer.c + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\uip.c + $PROJ_DIR$\THUMB\Obj\lcd.r79 + $PROJ_DIR$\THUMB\Obj\main.r79 + $PROJ_DIR$\THUMB\Obj\ParTest.r79 + $PROJ_DIR$\THUMB\Obj\91x_lib.r79 + $PROJ_DIR$\THUMB\Obj\91x_scu.r79 + $PROJ_DIR$\THUMB\Obj\91x_uart.r79 + $PROJ_DIR$\THUMB\Obj\91x_vic.r79 + $PROJ_DIR$\THUMB\Obj\PollQ.r79 + $PROJ_DIR$\THUMB\Obj\semtest.r79 + $PROJ_DIR$\THUMB\Obj\serial.r79 + $PROJ_DIR$\THUMB\Obj\dynamic.r79 + $PROJ_DIR$\THUMB\Obj\uip.r79 + $PROJ_DIR$\THUMB\Obj\uip_arp.r79 + $PROJ_DIR$\THUMB\Obj\portasm.r79 + $PROJ_DIR$\THUMB\Obj\http-strings.pbi + $PROJ_DIR$\THUMB\Obj\BlockQ.pbi + $PROJ_DIR$\THUMB\Obj\comtest.pbi + $PROJ_DIR$\THUMB\Obj\heap_2.r79 + $PROJ_DIR$\THUMB\Obj\integer.r79 + $PROJ_DIR$\THUMB\Obj\uIP_Task.r79 + $PROJ_DIR$\THUMB\Obj\91x_enet.r79 + $PROJ_DIR$\THUMB\Obj\dynamic.pbi + $PROJ_DIR$\THUMB\Obj\flash.pbi + $PROJ_DIR$\THUMB\Obj\flop.pbi + $PROJ_DIR$\THUMB\Obj\heap_2.pbi + $PROJ_DIR$\THUMB\Obj\integer.pbi + $PROJ_DIR$\THUMB\Obj\lcd.pbi + $PROJ_DIR$\THUMB\Obj\main.pbi + $PROJ_DIR$\THUMB\Obj\ParTest.pbi + $PROJ_DIR$\THUMB\Obj\PollQ.pbi + $PROJ_DIR$\THUMB\Obj\semtest.pbi + $PROJ_DIR$\THUMB\Obj\serial.pbi + $PROJ_DIR$\THUMB\Obj\uIP_Task.pbi + $PROJ_DIR$\THUMB\Obj\91x_enet.pbi + $PROJ_DIR$\THUMB\Obj\91x_fmi.pbi + $PROJ_DIR$\THUMB\Obj\91x_gpio.pbi + $PROJ_DIR$\THUMB\Obj\91x_it.pbi + $PROJ_DIR$\THUMB\Obj\91x_lib.pbi + $PROJ_DIR$\THUMB\Obj\91x_scu.pbi + $PROJ_DIR$\THUMB\Obj\91x_uart.pbi + $PROJ_DIR$\THUMB\Obj\91x_vic.pbi + $PROJ_DIR$\THUMB\Obj\91x_wdg.pbi + $PROJ_DIR$\THUMB\Obj\list.pbi + $PROJ_DIR$\THUMB\Obj\port.pbi + $PROJ_DIR$\THUMB\Obj\queue.pbi + $PROJ_DIR$\THUMB\Obj\tasks.pbi + $PROJ_DIR$\THUMB\Obj\RTOSDemo.pbd + $PROJ_DIR$\THUMB\Obj\httpd-cgi.pbi + $PROJ_DIR$\THUMB\Obj\httpd-fs.pbi + $PROJ_DIR$\THUMB\Obj\httpd.pbi + $PROJ_DIR$\THUMB\Obj\psock.pbi + $PROJ_DIR$\THUMB\Obj\timer.pbi + $PROJ_DIR$\THUMB\Obj\uip.pbi + $PROJ_DIR$\THUMB\Obj\uip_arp.pbi + $PROJ_DIR$\THUMB\Exe\RTOSDemo.d79 + $PROJ_DIR$\THUMB\Obj\flash.r79 + $PROJ_DIR$\THUMB\Obj\flop.r79 + $PROJ_DIR$\THUMB\Obj\91x_init_IAR.r79 + $PROJ_DIR$\THUMB\Obj\httpd-cgi.r79 + $PROJ_DIR$\THUMB\Obj\httpd-fs.r79 + $PROJ_DIR$\THUMB\Obj\httpd.r79 + $PROJ_DIR$\THUMB\Obj\psock.r79 + $PROJ_DIR$\THUMB\Obj\timer.r79 + $PROJ_DIR$\THUMB\Obj\91x_wdg.r79 + $PROJ_DIR$\THUMB\Obj\list.r79 + $PROJ_DIR$\THUMB\Obj\port.r79 + $PROJ_DIR$\THUMB\Obj\queue.r79 + $PROJ_DIR$\THUMB\Obj\tasks.r79 + $PROJ_DIR$\THUMB\Exe\RTOSDemo.sim + $PROJ_DIR$\THUMB\Obj\91x_fmi.r79 + $PROJ_DIR$\THUMB\Obj\91x_gpio.r79 + $PROJ_DIR$\THUMB\Obj\91x_it.r79 + $PROJ_DIR$\THUMB\List\RTOSDemo.html + + + $PROJ_DIR$\..\Common\Minimal\dynamic.c + + + ICCARM + 126 + + + BICOMP + 137 + + + + + ICCARM + 70 39 63 61 30 36 49 48 10 72 14 105 54 74 55 28 69 20 68 50 38 + + + BICOMP + 70 39 63 30 36 49 48 10 72 14 105 54 74 55 28 69 20 68 50 38 + + + + + [ROOT_NODE] + + + XLINK + 170 188 184 + + + + + $PROJ_DIR$\..\Common\Minimal\comtest.c + + + ICCARM + 34 + + + BICOMP + 132 + + + + + ICCARM + 70 39 63 61 30 36 49 48 10 72 14 105 54 74 55 28 69 20 58 37 59 + + + BICOMP + 70 39 63 30 36 49 48 10 72 14 105 54 74 55 28 69 20 58 37 59 + + + + + $PROJ_DIR$\..\Common\Minimal\BlockQ.c + + + ICCARM + 51 + + + BICOMP + 131 + + + + + ICCARM + 70 39 63 61 30 36 49 48 10 72 14 105 54 74 55 28 69 20 50 0 + + + BICOMP + 70 39 63 30 36 49 48 10 72 14 105 54 74 55 28 69 20 50 0 + + + + + $PROJ_DIR$\..\..\Source\portable\MemMang\heap_2.c + + + ICCARM + 133 + + + BICOMP + 140 + + + + + ICCARM + 70 39 63 61 30 36 49 48 10 72 14 105 54 74 55 28 69 20 + + + BICOMP + 70 39 63 30 36 49 48 10 72 14 105 54 74 55 28 69 20 + + + + + $PROJ_DIR$\..\Common\Minimal\integer.c + + + ICCARM + 134 + + + BICOMP + 141 + + + + + ICCARM + 70 39 63 61 30 36 49 48 10 72 14 105 54 74 55 28 69 20 23 + + + BICOMP + 70 39 63 30 36 49 48 10 72 14 105 54 74 55 28 69 20 23 + + + + + $PROJ_DIR$\STCode\lcd.c + + + ICCARM + 116 + + + BICOMP + 142 + + + + + ICCARM + 11 7 87 26 12 29 27 75 18 13 2 44 41 45 10 72 39 63 61 30 36 49 48 14 105 54 74 55 28 69 20 + + + BICOMP + 11 7 87 26 12 29 27 75 18 13 2 44 41 45 10 72 39 63 30 36 49 48 14 105 54 74 55 28 69 20 + + + + + $PROJ_DIR$\main.c + + + ICCARM + 117 + + + BICOMP + 143 + + + + + ICCARM + 3 39 63 61 30 36 49 48 11 7 87 26 12 29 27 75 18 13 2 44 41 10 72 14 105 54 74 55 28 69 20 50 45 19 23 47 0 62 38 59 16 52 58 + + + BICOMP + 3 39 63 30 36 49 48 11 7 87 26 12 29 27 75 18 13 2 44 41 10 72 14 105 54 74 55 28 69 20 50 45 19 23 47 0 62 38 59 16 52 58 + + + + + $PROJ_DIR$\..\Common\Minimal\semtest.c + + + ICCARM + 124 + + + BICOMP + 146 + + + + + ICCARM + 70 39 63 61 30 36 49 48 10 72 14 105 54 74 55 28 69 20 68 50 62 + + + BICOMP + 70 39 63 30 36 49 48 10 72 14 105 54 74 55 28 69 20 68 50 62 + + + + + $PROJ_DIR$\..\Common\Minimal\PollQ.c + + + ICCARM + 123 + + + BICOMP + 145 + + + + + ICCARM + 70 39 63 61 30 36 49 48 10 72 14 105 54 74 55 28 69 20 50 47 + + + BICOMP + 70 39 63 30 36 49 48 10 72 14 105 54 74 55 28 69 20 50 47 + + + + + $PROJ_DIR$\ParTest\ParTest.c + + + ICCARM + 118 + + + BICOMP + 144 + + + + + ICCARM + 11 7 87 26 12 29 27 75 18 13 2 44 41 10 72 39 63 61 30 36 49 48 14 105 54 74 55 28 59 + + + BICOMP + 11 7 87 26 12 29 27 75 18 13 2 44 41 10 72 39 63 30 36 49 48 14 105 54 74 55 28 59 + + + + + $PROJ_DIR$\serial\serial.c + + + ICCARM + 125 + + + BICOMP + 147 + + + + + ICCARM + 11 7 87 26 12 29 27 75 18 13 2 44 41 10 72 39 63 61 30 36 49 48 14 105 54 74 55 28 50 68 58 + + + BICOMP + 11 7 87 26 12 29 27 75 18 13 2 44 41 10 72 39 63 30 36 49 48 14 105 54 74 55 28 50 68 58 + + + + + $PROJ_DIR$\Library\source\91x_enet.c + + + ICCARM + 136 + + + BICOMP + 149 + + + + + ICCARM + 10 72 39 63 61 30 36 49 48 14 105 54 74 55 28 69 20 11 7 87 26 12 29 27 75 18 13 2 44 41 67 + + + BICOMP + 10 72 39 63 30 36 49 48 14 105 54 74 55 28 69 20 11 7 87 26 12 29 27 75 18 13 2 44 41 67 + + + + + $PROJ_DIR$\webserver\uIP_Task.c + + + ICCARM + 135 + + + BICOMP + 148 + + + + + ICCARM + 67 39 63 61 30 36 49 48 11 7 87 26 12 29 27 75 18 13 2 44 41 10 72 14 105 54 74 55 28 69 20 68 50 9 56 24 53 43 40 57 65 31 8 42 21 35 46 1 66 + + + BICOMP + 67 39 63 30 36 49 48 11 7 87 26 12 29 27 75 18 13 2 44 41 10 72 14 105 54 74 55 28 69 20 68 50 9 56 24 53 43 40 57 65 31 8 42 21 35 46 1 66 + + + + + $PROJ_DIR$\Library\source\91x_wdg.c + + + ICCARM + 179 + + + BICOMP + 157 + + + + + ICCARM + 44 7 87 26 13 + + + BICOMP + 44 7 87 26 13 + + + + + $PROJ_DIR$\..\..\Source\portable\IAR\STR91x\port.c + + + ICCARM + 181 + + + BICOMP + 159 + + + + + ICCARM + 11 7 87 26 12 29 27 75 18 13 2 44 41 70 39 63 61 30 36 49 48 10 72 14 105 54 74 55 28 69 20 + + + BICOMP + 11 7 87 26 12 29 27 75 18 13 2 44 41 70 39 63 30 36 49 48 10 72 14 105 54 74 55 28 69 20 + + + + + $PROJ_DIR$\..\..\Source\queue.c + + + ICCARM + 182 + + + BICOMP + 160 + + + + + ICCARM + 70 39 63 61 30 36 49 48 67 10 72 14 105 54 74 55 28 69 20 15 + + + BICOMP + 70 39 63 30 36 49 48 67 10 72 14 105 54 74 55 28 69 20 15 + + + + + $PROJ_DIR$\..\..\Source\portable\IAR\STR91x\portasm.s79 + + + AARM + 129 + + + + + AARM + 32 + + + + + $PROJ_DIR$\..\..\Source\tasks.c + + + ICCARM + 183 + + + BICOMP + 161 + + + + + ICCARM + 3 39 63 61 30 36 49 48 70 67 10 72 14 105 54 74 55 28 69 20 + + + BICOMP + 3 39 63 30 36 49 48 70 67 10 72 14 105 54 74 55 28 69 20 + + + + + $PROJ_DIR$\91x_init_IAR.s + + + AARM + 173 + + + + + $PROJ_DIR$\91x_vect_IAR.s + + + AARM + 6 + + + + + AARM + 105 32 + + + + + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\apps\webserver\http-strings.c + + + ICCARM + 5 + + + BICOMP + 130 + + + + + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\psock.c + + + ICCARM + 177 + + + BICOMP + 166 + + + + + ICCARM + 3 39 63 61 30 36 49 48 67 56 24 53 43 40 57 65 31 8 42 21 9 + + + BICOMP + 3 39 63 30 36 49 48 67 56 24 53 43 40 57 65 31 8 42 21 9 + + + + + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\uip_arp.c + + + ICCARM + 128 + + + BICOMP + 169 + + + + + ICCARM + 35 9 56 24 53 43 39 63 61 30 36 49 40 57 65 31 8 42 21 67 48 + + + BICOMP + 35 9 56 24 53 43 39 63 30 36 49 40 57 65 31 8 42 21 67 48 + + + + + $PROJ_DIR$\webserver\httpd-cgi.c + + + ICCARM + 174 + + + BICOMP + 163 + + + + + ICCARM + 9 56 24 53 43 39 63 61 30 36 49 40 57 65 31 8 42 21 60 3 48 67 + + + BICOMP + 9 56 24 53 43 39 63 30 36 49 40 57 65 31 8 42 21 60 3 48 67 + + + + + $PROJ_DIR$\webserver\httpd-fs.c + + + ICCARM + 175 + + + BICOMP + 164 + + + + + ICCARM + 57 65 56 24 53 43 39 63 61 30 36 49 40 31 8 42 21 73 9 25 + + + BICOMP + 57 65 56 24 53 43 39 63 30 36 49 40 31 8 42 21 73 9 25 + + + + + $PROJ_DIR$\webserver\httpd.c + + + ICCARM + 176 + + + BICOMP + 165 + + + + + ICCARM + 9 56 24 53 43 39 63 61 30 36 49 40 57 65 31 8 42 21 60 71 67 48 + + + BICOMP + 9 56 24 53 43 39 63 30 36 49 40 57 65 31 8 42 21 60 71 67 48 + + + + + $PROJ_DIR$\..\Common\Minimal\flash.c + + + ICCARM + 171 + + + BICOMP + 138 + + + + + ICCARM + 70 39 63 61 30 36 49 48 10 72 14 105 54 74 55 28 69 20 59 19 + + + BICOMP + 70 39 63 30 36 49 48 10 72 14 105 54 74 55 28 69 20 59 19 + + + + + $PROJ_DIR$\..\Common\Minimal\flop.c + + + ICCARM + 172 + + + BICOMP + 139 + + + + + ICCARM + 70 39 63 61 30 36 49 48 4 17 10 72 14 105 54 74 55 28 69 20 16 + + + BICOMP + 70 39 63 30 36 49 48 4 17 10 72 14 105 54 74 55 28 69 20 16 + + + + + $PROJ_DIR$\Library\source\91x_gpio.c + + + ICCARM + 186 + + + BICOMP + 151 + + + + + ICCARM + 18 7 87 26 13 + + + BICOMP + 18 7 87 26 13 + + + + + $PROJ_DIR$\Library\source\91x_fmi.c + + + ICCARM + 185 + + + BICOMP + 150 + + + + + ICCARM + 29 7 87 26 + + + BICOMP + 29 7 87 26 + + + + + $PROJ_DIR$\Library\source\91x_uart.c + + + ICCARM + 121 + + + BICOMP + 155 + + + + + ICCARM + 2 7 87 26 13 + + + BICOMP + 2 7 87 26 13 + + + + + $PROJ_DIR$\Library\source\91x_it.c + + + ICCARM + 187 + + + BICOMP + 152 + + + + + ICCARM + 75 11 7 87 26 12 29 27 18 13 2 44 41 + + + BICOMP + 75 11 7 87 26 12 29 27 18 13 2 44 41 + + + + + $PROJ_DIR$\Library\source\91x_lib.c + + + ICCARM + 119 + + + BICOMP + 153 + + + + + ICCARM + 7 87 26 + + + BICOMP + 7 87 26 + + + + + $PROJ_DIR$\Library\source\91x_scu.c + + + ICCARM + 120 + + + BICOMP + 154 + + + + + ICCARM + 13 7 87 26 + + + BICOMP + 13 7 87 26 + + + + + $PROJ_DIR$\..\..\Source\list.c + + + ICCARM + 180 + + + BICOMP + 158 + + + + + ICCARM + 70 39 63 61 30 36 49 48 10 72 14 105 54 74 55 28 20 + + + BICOMP + 70 39 63 30 36 49 48 10 72 14 105 54 74 55 28 20 + + + + + $PROJ_DIR$\Library\source\91x_vic.c + + + ICCARM + 122 + + + BICOMP + 156 + + + + + ICCARM + 27 7 87 26 75 11 12 29 18 13 2 44 41 + + + BICOMP + 27 7 87 26 75 11 12 29 18 13 2 44 41 + + + + + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\timer.c + + + ICCARM + 178 + + + BICOMP + 167 + + + + + ICCARM + 1 66 10 72 39 63 61 30 36 49 48 14 105 54 74 55 28 46 + + + BICOMP + 1 66 10 72 39 63 30 36 49 48 14 105 54 74 55 28 46 + + + + + $PROJ_DIR$\..\Common\ethernet\uIP\uip-1.0\uip\uip.c + + + ICCARM + 127 + + + BICOMP + 168 + + + + + ICCARM + 9 56 24 53 43 39 63 61 30 36 49 40 57 65 31 8 42 21 33 67 48 + + + BICOMP + 9 56 24 53 43 39 63 30 36 49 40 57 65 31 8 42 21 33 67 48 + + + + + $PROJ_DIR$\THUMB\Obj\RTOSDemo.pbd + + + BILINK + 149 150 151 152 153 154 155 156 157 131 144 145 132 137 138 139 140 130 163 164 165 141 142 158 143 159 166 160 146 147 161 167 148 168 169 + + + + + $PROJ_DIR$\THUMB\Exe\RTOSDemo.d79 + + + XLINK + 188 184 + + + + + XLINK + 96 136 185 186 173 187 119 120 121 6 122 179 51 118 123 34 126 171 172 133 5 174 175 176 134 116 180 117 181 129 177 182 124 125 183 178 135 127 128 64 + + + + + + + diff --git a/Demo/ARM9_STR91X_IAR/RTOSDemo.ewp b/Demo/ARM9_STR91X_IAR/RTOSDemo.ewp index 9ce851c50e..0281aab63d 100644 --- a/Demo/ARM9_STR91X_IAR/RTOSDemo.ewp +++ b/Demo/ARM9_STR91X_IAR/RTOSDemo.ewp @@ -107,7 +107,7 @@