Start a new demo for a new SH2A port.

This commit is contained in:
Richard Barry 2009-12-27 09:55:16 +00:00
parent 0840882d46
commit dbb3361ed9
18 changed files with 903 additions and 0 deletions

View file

@ -0,0 +1,22 @@
/***********************************************************************/
/* */
/* FILE :intprg.c */
/* DATE :Sun, Dec 27, 2009 */
/* DESCRIPTION :Interrupt Program */
/* CPU TYPE :Other */
/* */
/* This file is generated by Renesas Project Generator (Ver.4.16). */
/* */
/***********************************************************************/
#include <machine.h>
#include "vect.h"
#pragma section IntPRG
// 4 Illegal code
void INT_Illegal_code(void){/* sleep(); */}
// Dummy
void Dummy(void){/* sleep(); */}