You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1.0 KiB
C
23 lines
1.0 KiB
C
//*----------------------------------------------------------------------------
|
|
//* 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);
|
|
|
|
|
|
|
|
|