Directory content:

driver			-->	FTDI drivers
examples		-->	compiled bin and source code for test application
lib			-->	required shared libs 
include			-->	required header file 


System requirements:
armv7

Installation instructions:
install FTDI drivers
copy drivers/99-libftdi.rules in rules path to disable FTDI serial
	
The example program can be compiled by running make in ./examples folder.

### arm 32 bit
> cd examples
> make -f Makefile_armV7

The output files will be generated in the ./examples/output directory.
