Program Name: 
Led blinking and Lcd display

Purpose: 
Simple program to blink LED continuously and display string on LCD.

Target Board: 
RSK610 

File List:
README		  : This file contains information about project.
start.S  	  : Startup file. Calls hw_initialise() and then main.
iodefine.h	  : I/O register description and address definition for SH7145.
hwinit.c	  : Implementation of function hw_initialise.
hwinit.h	  : Implementation of function hw_initialise.
makefile	  : Make file for the project.
led_lcd.c     : Main program. Blink LED with specified delay.
led_lcd.lnk   : Linker settings and section description.
vects.c		  : Vector table entry.
inthandler.c  : Interrupt Handler.
inthandler.h  : Interrupt Handler Declarations.
lcd.c         : LCD Module utility functions.
lcd.h         : Driver for KS0066u LCD Module Controller.
tpu.c         : TPU functions.
tpu.h         : TPU declarations.

Summary: 
This program will keep LEDs continuously blinking with specific delay and 
display strings on the LCD.

Testing:
The main program will blink LEDs and display strings on LCD. 
User can change the code to observe desired effect.