diff options
author | Werner Almesberger <werner@almesberger.net> | 2016-09-04 20:32:26 -0300 |
---|---|---|
committer | Werner Almesberger <werner@almesberger.net> | 2016-09-04 20:37:59 -0300 |
commit | 1f2ff71ecabc019d555df70deb3fd7288bf4220f (patch) | |
tree | 62548e2e79bd86481f0ad8de86e5b8e6539fd8da | |
parent | 560a4234e0a2787b5ba63445a76e7605a13f8d0c (diff) | |
download | eeshow-1f2ff71ecabc019d555df70deb3fd7288bf4220f.tar.gz eeshow-1f2ff71ecabc019d555df70deb3fd7288bf4220f.tar.bz2 eeshow-1f2ff71ecabc019d555df70deb3fd7288bf4220f.zip |
DEMO: eeshow can now handle Neo900 without -N 30
It may still make sense to use it, so that we don't clutter the history
with defective commits and other stuff only releveant for archeologists.
-rw-r--r-- | DEMO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -36,8 +36,10 @@ qiv -t diff.png old.png new.png # Interactively view the schematics -# limit this to the last 30 revisions for now (there's a problem later) +eeshow neo900.pro +# or, limiting the history to the last 30 revisions, eeshow -N 30 neo900.pro + cd ../.. @@ -53,6 +55,7 @@ eeshow schlib/library/*.lib *.lib motherboard.sch eeshow motherboard.pro cd ../.. + # Other projects: Olimex A64-OLinuXino git clone https://github.com/OLIMEX/OLINUXINO.git |