summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7
diff options
context:
space:
mode:
authorRichard Barry <ribarry@amazon.com>2012-10-16 12:17:47 +0000
committerRichard Barry <ribarry@amazon.com>2012-10-16 12:17:47 +0000
commitf06a94544425a6130d9742d80b23133ace2b5707 (patch)
tree917d03644408a8e111d96f9a2ff386934706adf7 /FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7
parentf446f77fd413b150fd92357bb52515811109b0ee (diff)
downloadfreertos-git-f06a94544425a6130d9742d80b23133ace2b5707.tar.gz
Prepare for V7.3.0 release.
Diffstat (limited to 'FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7')
-rw-r--r--FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h12
-rw-r--r--FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c12
-rw-r--r--FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h12
-rw-r--r--FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/Makefile2
-rw-r--r--FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.c12
-rw-r--r--FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h12
-rw-r--r--FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c12
-rw-r--r--FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h12
-rw-r--r--FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c12
-rw-r--r--FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h12
-rw-r--r--FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c12
-rw-r--r--FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c12
12 files changed, 78 insertions, 56 deletions
diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
index 24e0af17e..338baf9e7 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
@@ -1,6 +1,8 @@
/*
- FreeRTOS V7.2.0 - Copyright (C) 2012 Real Time Engineers Ltd.
-
+ FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.
+
+ FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME. PLEASE VISIT
+ http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
***************************************************************************
* *
@@ -44,15 +46,15 @@
***************************************************************************
* *
* Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong? *
+ * not run, what could be wrong?" *
* *
* http://www.FreeRTOS.org/FAQHelp.html *
* *
***************************************************************************
- http://www.FreeRTOS.org - Documentation, training, latest information,
- license and contact details.
+ http://www.FreeRTOS.org - Documentation, training, latest versions, license
+ and contact details.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool.
diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
index 98adebf4b..394477cf5 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
@@ -1,6 +1,8 @@
/*
- FreeRTOS V7.2.0 - Copyright (C) 2012 Real Time Engineers Ltd.
-
+ FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.
+
+ FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME. PLEASE VISIT
+ http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
***************************************************************************
* *
@@ -44,15 +46,15 @@
***************************************************************************
* *
* Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong? *
+ * not run, what could be wrong?" *
* *
* http://www.FreeRTOS.org/FAQHelp.html *
* *
***************************************************************************
- http://www.FreeRTOS.org - Documentation, training, latest information,
- license and contact details.
+ http://www.FreeRTOS.org - Documentation, training, latest versions, license
+ and contact details.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool.
diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
index f8b37ca11..5dd3b01ab 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
@@ -1,6 +1,8 @@
/*
- FreeRTOS V7.2.0 - Copyright (C) 2012 Real Time Engineers Ltd.
-
+ FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.
+
+ FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME. PLEASE VISIT
+ http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
***************************************************************************
* *
@@ -44,15 +46,15 @@
***************************************************************************
* *
* Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong? *
+ * not run, what could be wrong?" *
* *
* http://www.FreeRTOS.org/FAQHelp.html *
* *
***************************************************************************
- http://www.FreeRTOS.org - Documentation, training, latest information,
- license and contact details.
+ http://www.FreeRTOS.org - Documentation, training, latest versions, license
+ and contact details.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool.
diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/Makefile b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/Makefile
index 2217c68ff..83e0cbf80 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/Makefile
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/Makefile
@@ -1,5 +1,5 @@
#/*
-# FreeRTOS V7.2.0 - Copyright (C) 2012 Real Time Engineers Ltd.
+# FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.
#
#
# ***************************************************************************
diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
index 025bad113..466c74eb3 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
@@ -1,6 +1,8 @@
/*
- FreeRTOS V7.2.0 - Copyright (C) 2012 Real Time Engineers Ltd.
-
+ FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.
+
+ FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME. PLEASE VISIT
+ http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
***************************************************************************
* *
@@ -44,15 +46,15 @@
***************************************************************************
* *
* Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong? *
+ * not run, what could be wrong?" *
* *
* http://www.FreeRTOS.org/FAQHelp.html *
* *
***************************************************************************
- http://www.FreeRTOS.org - Documentation, training, latest information,
- license and contact details.
+ http://www.FreeRTOS.org - Documentation, training, latest versions, license
+ and contact details.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool.
diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
index 00904bcd5..60ad64065 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
@@ -1,6 +1,8 @@
/*
- FreeRTOS V7.2.0 - Copyright (C) 2012 Real Time Engineers Ltd.
-
+ FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.
+
+ FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME. PLEASE VISIT
+ http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
***************************************************************************
* *
@@ -44,15 +46,15 @@
***************************************************************************
* *
* Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong? *
+ * not run, what could be wrong?" *
* *
* http://www.FreeRTOS.org/FAQHelp.html *
* *
***************************************************************************
- http://www.FreeRTOS.org - Documentation, training, latest information,
- license and contact details.
+ http://www.FreeRTOS.org - Documentation, training, latest versions, license
+ and contact details.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool.
diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
index e34034d3a..7be0eea15 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
@@ -1,6 +1,8 @@
/*
- FreeRTOS V7.2.0 - Copyright (C) 2012 Real Time Engineers Ltd.
-
+ FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.
+
+ FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME. PLEASE VISIT
+ http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
***************************************************************************
* *
@@ -44,15 +46,15 @@
***************************************************************************
* *
* Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong? *
+ * not run, what could be wrong?" *
* *
* http://www.FreeRTOS.org/FAQHelp.html *
* *
***************************************************************************
- http://www.FreeRTOS.org - Documentation, training, latest information,
- license and contact details.
+ http://www.FreeRTOS.org - Documentation, training, latest versions, license
+ and contact details.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool.
diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
index 7808dab22..3c133283b 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
@@ -1,6 +1,8 @@
/*
- FreeRTOS V7.2.0 - Copyright (C) 2012 Real Time Engineers Ltd.
-
+ FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.
+
+ FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME. PLEASE VISIT
+ http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
***************************************************************************
* *
@@ -44,15 +46,15 @@
***************************************************************************
* *
* Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong? *
+ * not run, what could be wrong?" *
* *
* http://www.FreeRTOS.org/FAQHelp.html *
* *
***************************************************************************
- http://www.FreeRTOS.org - Documentation, training, latest information,
- license and contact details.
+ http://www.FreeRTOS.org - Documentation, training, latest versions, license
+ and contact details.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool.
diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
index c343bb763..bffc9d40e 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
@@ -1,6 +1,8 @@
/*
- FreeRTOS V7.2.0 - Copyright (C) 2012 Real Time Engineers Ltd.
-
+ FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.
+
+ FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME. PLEASE VISIT
+ http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
***************************************************************************
* *
@@ -44,15 +46,15 @@
***************************************************************************
* *
* Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong? *
+ * not run, what could be wrong?" *
* *
* http://www.FreeRTOS.org/FAQHelp.html *
* *
***************************************************************************
- http://www.FreeRTOS.org - Documentation, training, latest information,
- license and contact details.
+ http://www.FreeRTOS.org - Documentation, training, latest versions, license
+ and contact details.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool.
diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
index da8b93bea..89396cc17 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
@@ -1,6 +1,8 @@
/*
- FreeRTOS V7.2.0 - Copyright (C) 2012 Real Time Engineers Ltd.
-
+ FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.
+
+ FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME. PLEASE VISIT
+ http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
***************************************************************************
* *
@@ -44,15 +46,15 @@
***************************************************************************
* *
* Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong? *
+ * not run, what could be wrong?" *
* *
* http://www.FreeRTOS.org/FAQHelp.html *
* *
***************************************************************************
- http://www.FreeRTOS.org - Documentation, training, latest information,
- license and contact details.
+ http://www.FreeRTOS.org - Documentation, training, latest versions, license
+ and contact details.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool.
diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
index 14bcb4c1b..25d7f05e8 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
@@ -1,6 +1,8 @@
/*
- FreeRTOS V7.2.0 - Copyright (C) 2012 Real Time Engineers Ltd.
-
+ FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.
+
+ FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME. PLEASE VISIT
+ http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
***************************************************************************
* *
@@ -44,15 +46,15 @@
***************************************************************************
* *
* Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong? *
+ * not run, what could be wrong?" *
* *
* http://www.FreeRTOS.org/FAQHelp.html *
* *
***************************************************************************
- http://www.FreeRTOS.org - Documentation, training, latest information,
- license and contact details.
+ http://www.FreeRTOS.org - Documentation, training, latest versions, license
+ and contact details.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool.
diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c
index 94eb1ec63..6c9132a01 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c
@@ -1,6 +1,8 @@
/*
- FreeRTOS V7.2.0 - Copyright (C) 2012 Real Time Engineers Ltd.
-
+ FreeRTOS V7.3.0 - Copyright (C) 2012 Real Time Engineers Ltd.
+
+ FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME. PLEASE VISIT
+ http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
***************************************************************************
* *
@@ -44,15 +46,15 @@
***************************************************************************
* *
* Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong? *
+ * not run, what could be wrong?" *
* *
* http://www.FreeRTOS.org/FAQHelp.html *
* *
***************************************************************************
- http://www.FreeRTOS.org - Documentation, training, latest information,
- license and contact details.
+ http://www.FreeRTOS.org - Documentation, training, latest versions, license
+ and contact details.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool.