lpc21isp 1.79

Provides a way to flash NXP 2xxx chips via ISP

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Pedro Vanzella 2011-07-04 13:22:05 -03:00 committed by Adam Vandenberg
parent ead8712442
commit 64107cc20e
1 changed files with 13 additions and 0 deletions

13
Formula/lpc21isp.rb Normal file
View File

@ -0,0 +1,13 @@
require 'formula'
class Lpc21isp < Formula
url 'http://sourceforge.net/projects/lpc21isp/files/lpc21isp/1.79/lpc21isp_179.zip'
version '1.79'
homepage 'http://lpc21isp.sourceforge.net/'
md5 '67c1e2a4cebccadd6fb8ea39faf8c89e'
def install
system "make"
bin.install ["lpc21isp"]
end
end