summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/SrcIAR/dbgu.h
diff options
context:
space:
mode:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2012-08-11 21:34:11 +0000
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2012-08-11 21:34:11 +0000
commitf279ebee719fa6bda3f91061819e6b42051c7395 (patch)
treec2ef3f908508343c26551949d5f947009cda3291 /FreeRTOS/Demo/uIP_Demo_IAR_ARM7/SrcIAR/dbgu.h
parent24ce9d9c87e6b7b23f0915e1a91fb4a5bd2f7c3d (diff)
downloadfreertos-f279ebee719fa6bda3f91061819e6b42051c7395.tar.gz
Add FreeRTOS-Plus directory.
git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1765 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'FreeRTOS/Demo/uIP_Demo_IAR_ARM7/SrcIAR/dbgu.h')
-rw-r--r--FreeRTOS/Demo/uIP_Demo_IAR_ARM7/SrcIAR/dbgu.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/SrcIAR/dbgu.h b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/SrcIAR/dbgu.h
new file mode 100644
index 000000000..58f50a046
--- /dev/null
+++ b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/SrcIAR/dbgu.h
@@ -0,0 +1,22 @@
+//*----------------------------------------------------------------------------
+//* 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 : dbgu.c
+//* Object : DBGU routines written in C
+//* Creation : JG 16/Aug/2004
+//*----------------------------------------------------------------------------
+
+// Include Standard files
+extern void APPLI_DBGU(void);
+extern void D1_TEST_REGISTER_RESET_VALUES(void);
+extern void D2_CHIP_ID_VALUES(void);
+
+
+
+