newcdb Silicon Labs EC2 Silicon Labs EC2 Silicon Labs EC2

EC2DRV

  • Read / Write microprocessors Flash memory
  • Source level debugging
  • Aims to support all Silicon Labs CIP-51 core processors

Getting EC2DRV from SVN

If you must live on the bleading edge
Well here you go...

You can also browse the SVN repository using youwr web browser at SVN web view


SVN Access

svn co https://ec2drv.svn.sourceforge.net/svnroot/ec2drv/ec2drv/trunk ec2drv

Developer access

svn co --username=yourname https://ec2drv.svn.sourceforge.net/svnroot/ec2drv/ec2drv/trunk ec2drv

Building ec2drv from SVN

	cd ec2drv
	make -f Makefile.cvs
	./configure
	make
	make install

You can choose various standard ./configure options such as --prefix to determine where ec2drv is installed etc.