lpc21isp 1.79
Provides a way to flash NXP 2xxx chips via ISP Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
ead8712442
commit
64107cc20e
1 changed files with 13 additions and 0 deletions
13
Formula/lpc21isp.rb
Normal file
13
Formula/lpc21isp.rb
Normal 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
|
Loading…
Reference in a new issue